Nobu

Results 10 issues of Nobu

Windows 10 Node v16.10.0 isolated-vm v4.3.5 When compiling and executing this code ```js while (true) {} ``` `onCatastrophicError` gets triggered when timeout is hit in run options ![image](https://user-images.githubusercontent.com/61068742/141713258-cec44f8e-2d6f-4f3d-b169-a4b3aa431277.png) heres the...

Hiya, I am sorta new to linux so this may be a very dumb question but I am unable to build on Oracle Linux 8. My config is simply: ```js...

It would be really helpful if there were getters on the constructed globe instance to get ThreeJS object references that were rendered by this lib. It would enable higher customization;...

I have something a long the lines of this: ```rs type ZigZag32 = i32; #[napi] pub struct Test { pub a: ZigZag32, } ``` Which napi is perfectly fine with...

In the docs it states being able to use `serde_json::Value` as a return type or parameter for a function but attempting to do so does not function: ```rs #[napi(object)] pub...

Node : v18.15.0 napi-rs : v2.12.2 napi : napi8 MRE: ```rs use napi::bindgen_prelude::*; #[napi] fn read_bigint(big: BigInt) -> Result { let value = value.get_i64().0; println!("bigint value: {}", value); Ok(()) }...

```tsx ``` When editing in the editor line breaks are inserted in the dom as `` but when the editor first renders with markdown passed to markdown prop newlines are...

To read, send, and size packets incoming from an MCBE server. BeRP utilizes a not typescript-compatible package called protobuf which compiles protocol data JSON to read, write, and size js...

enhancement
help wanted

[raknet-native](https://www.npmjs.com/package/raknet-native) is a [npm](https://www.npmjs.com/) module that is written in C and ultimately needs to be compiled via vscode build tools or pre-gyp. This makes running BeRP more problematic at times...

enhancement

To enhance user experience there should be some form of implementation that runs through and parses all files located in "src" then outputs a data structure like YAML or JSON...

documentation
enhancement