cairo
Here are 234 public repositories matching this topic...
-
Updated
Jun 8, 2022 - Go
-
Updated
Mar 27, 2022 - C
-
Updated
Mar 20, 2022 - Haskell
-
Updated
Jun 8, 2022 - C
-
Updated
Jun 9, 2022 - Julia
Enumerating all the proxies in a doc would be nice! There are so many. Even if it happens in the doc str of the method, that is fine. Else, we may need contracts.md userguide (in docs/userguides). If you go that route, you don't have to thoroughly create it, just initialize it, add the enumeration, and we will fill it in later with non-relevant details to this PR.
_Originally posted by @unp
There are multiple places in the code where we use an account address as the key of an object/mapping.
If a same address can be valid on multiple networks at the same time, we should make sure to also index the network name in the key.
-
Updated
Sep 18, 2020 - Python
-
Updated
Jun 2, 2022 - C
-
Updated
Jun 9, 2022 - Python
The relationship between these 3 types isn't very clear from the documentation, and conversion traits between them don't seem to exist as one might expect (plus iterator conversions may also be useful?). The LogLevelFlags docs even mention log_set_handler and log_set_fatal_mask, which confusingly both take a `LogLevels
-
Updated
Dec 31, 2020 - Shell
We should probably catch this error in TestCollector and handle nicely
Replicate:
struct VoterInfo:
# 1 yes / 0 no
member voted : felt
member allowed : felt
end
@storage_var
func voter_info(user_address: felt) -> (res : VoterInfo):
end
func:
let (voter) = voter_info.read(111)
assert voter.voter_id = 3 # it crashes HERE
-
Updated
Jun 9, 2022 - JavaScript
-
Updated
Jun 5, 2022 - Python
The influx DB line protocol is described here: https://v2.docs.influxdata.com/v2.0/reference/syntax/line-protocol/
It would be great to have a python adapter which can handle this line protocol and forward the data to the lognplot gui.
-
Updated
May 28, 2022 - Python
Improve this page
Add a description, image, and links to the cairo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cairo topic, visit your repo's landing page and select "manage topics."
Firefox started to restrict which ports it can connect to. A Firefox user trying to connect to the Conky by HTTP on the default port would get this message:
With the only option to "Try Again" which wouldn't work.