Milan Cermak

Results 38 comments of Milan Cermak

I was experimenting with using `@apollo/client` as well. This works for me: ```javascript // _app.js import { ApolloClient, ApolloProvider, InMemoryCache, createHttpLink } from '@apollo/client'; //... function MyProvider(props) { const app...

I wanted to give this a go, I have some of it already done for a project I'm working on. However, since we don't have inheritance in Cairo plus there's,...

This worked for me: `CFLAGS=-I/opt/homebrew/opt/gmp/include LDFLAGS=-L/opt/homebrew/opt/gmp/lib pip install fastecdsa`

I think Martin mentioned a similar (same?) issue in Discord the other day. I'm not sure, but I think it might be because of [this function](https://github.com/starkware-libs/cairo-lang/blob/master/src/starkware/cairo/lang/vm/utils.py#L98), so dropping to 250...

Using felts instead of Uint256 would also save on transaction execution resources. I was curious about the savings. I forked the repo and created a `library_felt` for ERC20 (code can...

@efriandika I want to sincerely thank you. You comment about `expires` needing to be a `Date` solved an issue I was debugging most of today. I'm really happy I found...

Cairo comes with a formatting tool, `cairo-format`. It would be great it you would adopt it as well. There's a myriad of reasons why using the standard formatter is preferrable:...

Hi folks, just curious, is a fix for this on the roadmap?

I don't know of any Alexa specific best practices when it comes to SAM. A skill is "just another Lambda function." However having the aliases behaviour as I've described in...

Just to clarify, this happens not just with Scarb.toml, but when editing and saving any file in the workspace. IDK if it makes a difference, but I often have multiple...