Renée

Results 201 issues of Renée

Similar to https://github.com/u-wave/react-youtube/pull/117. This will be version 1.0 of the library. It uses hooks internally instead of a class. The published code targets modern browsers but you can still transpile...

The neon-runtime crate implements a function for the ToObject() intrinsic: https://github.com/neon-bindings/neon/blob/f305e92febfcbe87be02ef6be452cb8d11754348/crates/neon-runtime/src/napi/convert.rs#L5 but this is not currently used anywhere. Perhaps this should be exposed on JsValue types somehow? There is `value.to_string()`...

We're not supposed to store an Env for longer than the duration of a call from Node.js into a Neon addon. Env is not exposed to users so others already...

Supersedes #229 and #234 Depends on https://github.com/nearform/node-clinic-doctor/pull/323

if i cancel a request to a simple-server running on localhost, by closing a browser tab or holding F5, sometimes it crashes with a 'broken pipe' error. it seems benign...

- [x] need to test that we actually crash if you dont give a version

genieutils already depends on `` so we don't lose anything by doing the same. Includes a bunch of fixes to path conversion, where we were implicitly converting paths to strings,...

![image](https://user-images.githubusercontent.com/1006268/164183780-743acf2e-12b3-42f1-858e-64b7e6f552ae.png) about time we get these 😂 This made me think that our mute/ban situation is a bit strange. Muting only affects chat but still allows joining the queue. Bans...

A semi-ordered todo list for improving emoji support in üWave. - [x] ship twitter emoji https://github.com/u-wave/web/pull/2149 - [ ] parse unicode emoji, not just shortcodes - [ ] support skin...