Tarrence van As

Results 40 comments of Tarrence van As

@ltoussaint have you tried reproducing with all other extensions disabled (or in an incognito window with only argentx enabled)? just trying to understand the race condition better. i wonder if...

> I believe that refactoring [get-starknet](https://github.com/starknet-community-libs/get-starknet) "core" APIs into a dedicated package under the same repo (i.e. `get-starknet/core`) will answer most of the points raised above. flexibility, no UI, lookup...

I agree with @ChuckIrvine. For example, a Hello World example that has a very simple query and doesn't depend on having a db setup ect. just returns a "Hello World"...

hi @aromancev, we are no longer maintaining the avp. A better approach is to use the go sdk and gstreamer to record the sfu feeds. You can see an example...

I would like something like this too. In my case, I would like to keep an incremented pk for performance reasons and use a separate index as the foreign key....

I like this syntax. It is more aligned with the underlying query as your suggested. I would maybe change `Data` to `Values`

Hm that is weird, since we've been using the contract with it for awhile now. I wonder why might have changed? Could be worth escalating to the starkware team

> We deploy using caigo and the udc like: ``` { ContractAddress: types.HexToHash(UDCAddress), EntryPointSelector: "deployContract", Calldata: []string{ ProxyClass, types.UTF8StrToBig(salt).String(), "0", "12", AccountClass, types.GetSelectorFromName("initialize").String(), "9", ControllerClass, "7", limbs.x0.String(), limbs.x1.String(), limbs.x2.String(), limbs.y0.String(),...

Hmm yeah that's a good idea. We should add an uninstall method