Gustavo Rodrigues

Results 29 issues of Gustavo Rodrigues

The current Typescript version is returning this warning: `DeprecationWarning: Buffer() is deprecated due to security and usability issues.` Trying to update to a newer version breaks the code: ``` ~/build/typescript/compiler.js:239...

Bug fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=892488

Some features used to be implemented with JavaScript but now are supported natively. Sometimes those old implementations are slow and/or not mobile-friendly, so when possible would be good using the...

It's similar [to this issue](https://github.com/apollographql/apollo-link-rest/issues/119#issuecomment-396735895): when doing multiple queries and some fails it returns 404 and `null` on all fields. As an example here's a simplified GraphQL query, the variables...

With the use of Web Streams videos could be downloaded then converted to other format without too expensive memory usage. I don't know if Emscripten supports that, as seems it...

research

Currently I'm running Sushi for every subtitle separately, by doing so it wastes time redoing most of processing. By allowing multiple subtitles to be processed it can improve performance when...

Supporting CORS on API calls, at least some of them, would be a good feature. Keybase supports it for [user lookups](https://keybase.io/docs/api/1.0/call/user/lookup) and for [Merkle tree](https://keybase.io/docs/api/1.0/call/merkle/root) related calls, so supporting it...

From the error logs seems wildcard certificate related data is placed in a folder with a invalid name: ``` [Fri Apr 10 17:14:14.598191 2020] [md:error] [pid 19856:tid 644] (OS 123)The...

In the JavaScript client if the decryption key isn't defined in the link it gets prompted to the user. Try to do the same where it's possible, like when the...

enhancement

This is just a feature proposal. I don't know if it's easy or hard to implement. Maybe it's easy, I don't know. **Background:** often some translators use some fonts that...

enhancement
help wanted