-
The first `addEventListener` works, but in the second I wrap the if/elseif in a switch and I get the following error:
```
[ERROR] Test.hx:21: lines 21-23
21 | } else if (event.code == "Arro…
-
Title says it
-
I just found this project and it sounds awesome, but one feature that is missing for me is a strongly-typed `.betterer.ts` file. It would be awesome if you could expose the `BettererTestMap` type some…
-
When transferring primitive array-like data using `@ClientCallable` (or other Flow data passing mechanisms), I want primitive Java arrays like `byte[]` to be mapped to typed JS arrays like `UInt8Array…
-
#### The web search bar doesn't function as desired and there are some other errors.
* The search bar doesn't show the text typed.
* Searching doesn't function.
* The questions on feed page are s…
-
I found that @unboxed supports many types, but it does not support ArrayBuffer or TypedArray.
```res
@unboxed
type dataType = Bin(Js_typed_array2.ArrayBuffer.t) | Json(Js.Json.t) | Text(string)
``…
-
Carried over from #11764 checking against v13.332
- Now that Foundry is using templates, `Collection` should just be `Collection` instead of `Collection`
- The type `BasseEffectSourceOptions` has …
-
I'm trying to use vue-typed-js but I get the following error: "Unknown custom element: ".
I've installed it via **npm install --save vue-typed-js**.
Inside the component in which I want to use T…
-
When integrated with [react-typed](https://github.com/ssbeefeater/react-typed) component, this throws an error, when selecting a suggestion, at the time the input should be re-focused
> Cannot read…
-
Hi,
Has anyone thought of using JS typed arrays in the splitFloat and joinFloat methods for the JavaScript library (https://github.com/google/protobuf/blob/master/js/binary/utils.js#L388)?
One…