André Fontenele

Results 19 comments of André Fontenele

Isn't the original issue about having some sort of format to store collections and their state, so these can be subject to version control? I think that having a standard...

Thank you for the info. It still feels like having a file protocol for collections is a separate issue. IMHO, synchronizing workspaces is a feature that might make use of...

How's this evolving? There are many use cases where what you need is just a Lambda with unrestricted access to a kernel / filesystem. Having Fargate with cached / hot...

On my 2020 Macbook Pro, vsync is hard coded in the driver and gets activated after certain thresholds (temperature / clock). This is a dirty hack that overwrites the instruction...

Hey @nshmyrev, thanks for replying. Unfortunately, it's not reproducible using the same audio chunk. After upgrading to the latest binary, issue seems to be gone, but I haven't exhaustively tested...

It indeed didn't solve the problem. I can see that there's some memory being leaked, will investigate where this is coming from. In addition, when the system is misbehaving, I...

The custom headers are not added as fields on the Upload-Metadata HTTP header. It seems like, after that PR, the custom headers are added as a separate dictionary. This behavior...

It's about being able to add to a specific header (Upload-Metadata). https://github.com/tus/tus-js-client/blob/master/docs/api.md#metadata

Hey @kkharji! Thanks for the prompt reply and sorry for the delay. Yes, compilation was successful. ``` ls -la ~/.local/share/xbase total 18624 drwxr-xr-x 4 andre staff 128 Sep 18 12:51...

It's working here, but it depends on the name of the scope of the language extension. For the one by "sodatea": ``` "embeddedLanguages": { "text.velocity": "velocity" } ``` I can...