Roberto Vidal

Results 13 issues of Roberto Vidal

i.e. recognize `#[derive(...)]`, `#[cfg(...)]`, etc. and link to the Rust reference.

enhancement

Some aspects of the post-compilation phase of `wasm-bindgen` can be configured through environment variables. There's really no way to control this from outside this plugin if you have separate crates...

Context: http://stackoverflow.com/questions/31419897/what-are-the-precise-semantics-of-block-level-functions-in-es6 I'm not well versed with the ES6 spec details, but from my understanding, there is some optional behavior for block-level function declarations that `escope` does not take into...

Fixes https://github.com/helix-editor/helix/issues/4325 ![Screenshot from 2022-10-17 22-47-47](https://user-images.githubusercontent.com/1636604/196280255-e96ca5c8-4d38-4508-aa30-eeb1dd0a8db8.png)

Not sure if we want this, as per [this comment](https://github.com/helix-editor/helix/issues/4350#issuecomment-1282988182), but anyway, here it is. Fixes https://github.com/helix-editor/helix/issues/4350

A-helix-term
S-waiting-on-review

Adds a wrapper for the FileTransfer object, with `upload` and `download` methods that return promises.

Having the ability to provide multiple secrets would enable seamless secret rotation, by having "verifying" secrets be a superset of the "signing" secrets. If there's interest I could provide a...

enhancement

I can't find the "Export Type" option when exporting for the web, and according to [this Q&A answer](https://godotengine.org/qa/148330/how-to-disable-sharedarraybuffer-in-godot-4), this option was removed altogether, so `SharedArrayBuffer` support is now required.

:wave: Hi there! At Stackblitz we rely heavily on Comlink (as you might already be aware), and we're big fans, thanks for you work! Recently, we've encountered a situation where...

### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...

bug