Gabriel Ochsenhofer

Results 13 comments of Gabriel Ochsenhofer

it's for holding metadata (username, avatar, id, etc)

@model-collapse the current components example is outdated. Now you need to use ``. I had to like the render-static_test.go does: https://github.com/vugu/vugu/blob/c4c2de3e9ddf5cfa914d42e7205ade62b4369e74/staticrender/renderer-static_test.go#L56

Author of base58.c (obtained by git blame): https://github.com/prusnak License: MIT

@politician thank you for the https://github.com/rs/cors alternative!

I was able to get it working on node 17 by replacing the `grpc` package with `@grpc/grpc-js`, and generating the proto files with the grpc_js option like: ``` # Generate...

@gracenoah This path config for protoc isn't going to work. The extension tries to call `clang-format` on save (if you have "format on save" enabled). You can create a symbolic...

Hello, the [command described on the readme](https://github.com/gabstv/go-monero#running-monero-wallet-rpc) runs a Monero RPC node on your machine. You also need to run at least one Monero **node** along with the wallet RPC:...

With Go 1.21 and Zig 0.12.x (WIP): ``` $ ./zig_hello 1000000 6 $ ./hello_go 1000000 38 ``` The numbers are a lot lower than the original due to my specs,...

Hello! I think I'll have time to look into it on this weekend.