Marek Kaput
Marek Kaput
Hello, I have strange issues with [gtk-rs.org](https://gtk-rs.org) address. On some ISPs in Poland, their DNS do not resolve this domain, resulting in site being unreachable. The workaround is to hardcode...
### Problem Users are confused by the fact that `scarb test` does not include `scarb cairo-test`'s arguments in its `--help` output. The `Run 'scarb test -- --help for test program...
In order to let `PullConsumer` be full `GenServer` derivative, we must implement missing `code_change/3` callback functionality. I'm not sure if this won't require more sophisticated support under the hood. See:...
In order to let `PullConsumer` be full `GenServer` derivative, we must implement missing `terminate/2` callback functionality. It should be called when the process dies, not necessarily when connection disconnects. See:...
Allow `Jetstream.PullConsumer.handle_message/2` callback return `{:stop, reason, new_state}` tuple. It should behave exactly the same as it would be returned from GenServer's `handle_call/2` or Connection's counterparts.
This PR is updating the situation around the Cairo language to match the current state of things. Disclaimer: I am involved in the development of the Cairo compiler and its...
Implement the following intention in CairoLS: 
Implement the following feature in CairoLS: https://code.visualstudio.com/api/language-extensions/programmatic-language-features#help-with-function-and-method-signatures
Implement the following intention in CairoLS: 