Sam Denty
Sam Denty
## Steps to Reproduce There's no space between the return and the `context` keyword, leading to invalid code: ```js var JavaScriptObfuscator = require("javascript-obfuscator"); var obfuscationResult = JavaScriptObfuscator.obfuscate( `return 𝐜𝐨𝐧𝐭𝐞𝐱𝐭`, {...
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a bug report that matches the one I want to file, without success. ### What package is this...
https://user-images.githubusercontent.com/13242392/236691807-a24d0f72-1e76-43e6-9a65-ef72078c9f94.mp4
I ran into a problem with the crate not compiling, when using it in conjunction with reqwest. I managed to fix it by adding the `resolver = "2"` to the...
are there any plans to support WASI / WASM? This would be awesome for portability and also the ability to run inside the browser in online playgrounds / IDEs
This fixes https://github.com/cloudflare/workers-rs/issues/255 There's no clean way to convert the `index_bg.js` which contains ESM exports, into a function which is called on each `fetch()`. So in this PR, I basically...
I've searched previous issues, but couldn't find a mention of anything async. Main reason for needing async is that decoding images from the network take quite some time. reqwest provides...
Would it be possible to make the WASM version of libgit, work with the [`git2-rs`](https://github.com/rust-lang/git2-rs) bindings for Rust. Rust is much easier to work with and has better support for...
I've fixed NodeJS 9.0 support for FFI, cleaned up the docs, the inconsistent `node-cue-sdk` and `cue-sdk-node` naming. It's available at https://github.com/corsair-sdk/node and https://www.npmjs.com/package/corsair-sdk. @Yannicked if you still want to maintain...