Albert Le Batteux
Albert Le Batteux
Add the possibility to cast a slice into a hashset (`map[string]struct{}`). The `struct{}` element worth 0 byte, and it's really useful for checking if a key is present. [here an...
How can you use coffee ? i don't find how you did that .. :/ you call `` and the file is `js/app.coffee` ?! Because i'm trying to do something...
### Version Information Server Version: CLI Version (for CLI related issue): CLI Version : v2.5.2 hasura docker image: hasura/graphql-engine:v2.3.1 I want to upsert data into a nested table, Here is...
Hello, first of all, i'm new with rust, so i could miss some concept... i have a MerkleTree in rust, and i was using the [ethnum](https://docs.rs/ethnum/latest/ethnum/) library. the library was...
https://developers.facebook.com/docs/messenger-platform/reference/messenger-profile-api/domain-whitelisting/
Hello, first contribution from me :wave: Let me know what you think ? I've noticed there is also the `coins.gno` that could benefit of using a HashSet, I can do...
**Describe the bug** Hello, i'm struggling to make the example code working. (I'm new with rust, sorry) here is a gist if you want to reproduce: https://gist.github.com/albttx/31e97fe866159bbc3825cb8e3257b3ad It's probably a...
Hasura version: `v2.7.0` I have 2 databases with some console events Both databases have an `inventories` table. In this database, only `pcminventory_generate_ppi` should be present, `event_notify_questionnaire_finalized` and `generate_ppi` belongs to...
### Describe the bug When loading my function `subscribe` with : ``` $ netlify functions:serve -f ./functions -p 9000 ``` It's working just fine, but when i want to load...
Hello, first of all thanks a lot, this lib is amazing! Just, all other implementations in other languages, (go, rust...) prefix left leaf with `0x1` and right leaf with `0x0`....