Alexandre Bourget

Results 74 issues of Alexandre Bourget

We'd like to have markers inside `.py`, `.go`, `.js` example files. Currently, they are in `quickstarts/*`. Example: ``` func main() { var prep = "hello" // DFUSE:BEGIN:quickstart_go_search_eos_section1 var some =...

Hi there, thanks for the great piece here.. Did you continue with the rest of the port ? I'm interested into reading ProductVersion from the Version struct. Do you have...

Yeah.. there's really no use to having two different binaries.. a single one could do the same jobs, with a few more commands.. and be more symmetric..

It would be nice to be able to customize the "allocate" export name. TinyGo for instance, generates a function called "malloc" instead of "allocate". Perhaps auto-detect, if "allocate" and/or "malloc"...

I've been using `fava` quite a lot, and one thing has annoyed me quite a bit: each time I save, the cursor jumps to the end of the file, or...

### Description There is already support for applying params in https://github.com/graphprotocol/graph-node/pull/4759/files but I'm not sure it's exposed to the end users. I see no reference to it in https://thegraph.com/docs/en/cookbook/substreams-powered-subgraphs/#defining-a-substreams-package and...

enhancement

The language support story isn't clear to me though, does the plugin support multi-language sites?

Is this a complex task? Perhaps I could try to undertake it?

enhancement

@elazarl wanted to know what your plan was.. I've seen quite a bit of traction in my fork.. with the radically changed API.. I remember you telling me you'd like...

I see `CONNECT ip:443` going through, and the name of the host the request is destined to in the next few bytes.. however, the current implementation signs the mitm cert...