Thibaut Barrère

Results 205 comments of Thibaut Barrère

I'm seeing something similar, but have been able to pinpoint it outside of a block declaration, so I thought I'd provide extra data. Just create a ruby file with: ```...

FWIW, I have had some feedback from users who would possibly appreciate to have a non-comma separator (e.g. `|`), which is a "lower tech" way to achieve this and requires...

I was wondering if Req supported streaming, and here comes this discussion :smile: thanks! > To prevent this problem, after_fun should manually shutdown the task (and maybe flush known messages?)...

To add more "prior art" to the discussion, I've also implemented a wrapper on top of Finch to stream response, but in this case without `Stream.resource`, that we are using...

The pain was strong enough that we [implemented an Elixir task to fetch the logs](https://github.com/etalab/transport-site/pull/1470/files). It is inefficient (we didn't parallelise the queries on purpose at this point), requires de-duping...

Hi @KannarFr, is this feature still planned? Thanks!

Many thanks @0x6a68, your snippet proved very useful (I'm caching the Erlang build which takes ages get currently, as described in https://github.com/asdf-vm/asdf-erlang/issues/165). For those interested, the full script is available...

(and maybe a first question would be how to handle a Forge install, I think?)

Here is a bit of inspiration: - https://github.com/lukesneeringer/minecraft-playbook (which supports mods) - https://gist.github.com/unitycoder/8ef8a5b73f57e6504f160abd305c5093 (which shows how to install forge) - https://blog.za3k.com/running-a-forge-server-on-headless-linux/ I'll experiment with those & will try to see...

Since the maintenance has moved over, I'm closing this and linking to what appears to be a close issue: https://github.com/MobilityData/gtfs-realtime-validator/issues/105