Victor Ginelli

Results 11 issues of Victor Ginelli

I recently dove headfirst into relay modern and whilst I was setting up my queries, I noticed my count fields were returning null in graphiQL. I had assumed connextionFromArray was...

The abi specification for soliditiy 0.7 has been updated since 0.5.3 ```type: "function", "constructor", "receive" (the “receive Ether” function) or "fallback" (the “default” function); name: the name of the function;...

The legacy codebase has this paradigm setup for RN ```javascript componentDidMount() { this.unsubscribe = drizzle.store.subscribe(() => { const drizzleState = drizzle.store.getState(); if (drizzleState.drizzleStatus.initialized) { this.setState({ loading: false, drizzleState }); }...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

This is an exploratory PR about migrating the BrightID app to expo. I basically patched it together to get it compiling and haven't taken any steps to fix anything. Some...

Created these based off the part of resolvers I have used. I tried to take a stab at graphql fragment arguments, but I have never had to use those so...

For me it's kind of a deal breaker to have a quick shortcut when it doesn't work in fullscreen. It seems Tauri doesn't support it as of now, but has...

bug
help wanted

I see some use of hd wallet provider in the truffle.js file. Yet when I try to use it, it will ask for an import. That's fine, but adding truffle-hdwallet-provider...