Skip to content
#

cairo

Here are 234 public repositories matching this topic...

mmuman
mmuman commented Feb 14, 2021

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:

This address is restricted
This address uses a network port which is normally used for purposes other than Web browsing. Firefox has cancelled the request for your protection.

With the only option to "Try Again" which wouldn't work.

enhancement question good first issue
fubuloubu
fubuloubu commented May 29, 2022

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

category: docs good first issue help wanted size: 2 pieces
arcnmx
arcnmx commented Jan 24, 2022

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

enhancement good first issue glib
MaksymilianDemitraszek
MaksymilianDemitraszek commented Jun 9, 2022

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
bug good first issue

Improve this page

Add a description, image, and links to the cairo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cairo topic, visit your repo's landing page and select "manage topics."

Learn more