roger_s
roger_s
I know the framework is already compatible with Apple Silicon but would be good to have a published release built for it.
Information could be shared between applications thru the stablished Syphon connection. Using a NSDictionary would leave the server and client open to share anything. As an example, render time, document...
Picture Viewer render is not publishing final image. Tip: Disabling MultiPass will produce the final imagem but should work with MultiPass of course.
I have some working VFX Graphs Fulldome custom blocks tests that will be added to repository soon...
## Possible bug SVG conversion to PNG ignores variables. This issue limits compatibility with several of the assets I am using, and with 100% that I generate. Maybe... this could...
I'm reusing my SVG to PNG code that is battle tested on an old (2021!) project, but when deploying to Vercel, I get this error calling the endpoint: ``` 2022-12-21T02:15:00.609Z...
For a better testnet dapp experience, and to enable access to starknet.id on L3s, it is required to fetch starknet.id from mainnet instead of the connected chain. Suggestion: Add an...
Calling `useStarkProfile({address})` on a custom chain that does not have an id contract results in client error. The hook should verify if the contract exists before selecting the `multicall` function....
Function `dependencyArtifactPath()` is adding hard-coded `build/contracts` to the path already using `artifactsDir` from `loadArtifact()`, failing to load artifacts on test environment. ``` function dependencyArtifactPath(contractWithDependency: string): string { const fragments =...
I can't connect my Verida profile recently. Every time I call `WebUser.isConnected()` or `WebUser.getPublicProfile()`, I get the following exception... `Uncaught (in promise) Error: Account (did:vda:testnet:0x346bff43d69c4Ba88be5aEaf0E5eABd07cd31631) does not have a public...