Danny Povolotski
Danny Povolotski
I'm trying to use DataOf on a project, and TypeScript keeps resolving everything to `any`. For example, I have: ``` requestBody: z.object({ address: z.string(), chainId: z.string(), token: z.string(), }), ```...
SIWx is a superset of SIWE that aims to be chain agnostic: https://chainagnostic.org/CAIPs/caip-122 I'd be willing to perhaps contribute some code to make that possible. The change isn't very big....
Adding `BorshUnreal`, which I've built on top of my `borsh-cpp20`
Upon closer inspection I can see that the permissions are wrong: `-rw-r--r--@ 1 danny staff 965K Apr 9 14:55 /Users/danny/WebstormProjects/alchemist/node_modules/7zip-bin/mac/arm64/7za` Is this a packing / publishing issue?
### Operating System Windows ### What's the issue you encountered? Due to the new CMP0167 policy, the build fails on boost::regex linking. A temporary hotfix would be to add `cmake_policy(SET...
### What feature would you like to see? It would be nice to have base58 support, just like the existing base64 ### How will this feature be useful to you...
Running a cmake-js script after running vcvarsall.bat doesn't pick up the env variables set by vcvarsall.bat. You can replicate it by installing multiple toolchains, picking one via vcvarsall.bat and running...
Now that GQL is a [published ISO standard](https://www.gqlstandards.org/home), does the team plan to add support? If so, what is a possible roadmap?
## What? A re-opening of https://github.com/grafana/k6/pull/4989 (feel free to close this and reopen that one if preferred) ## Why? I've addressed the requested changes. ## Checklist - [x] I have...