-
**Description**:
When using this plugin the cem analyse command fails because the Package json is not valid json if it has a BOM.
**Source**:
https://github.com/break-stuff/cem-tools/blob/94d8a4f…
-
Versions
* scatter desktop @12.0.0,
* scatterjs-core@2.7.18,
* scatterjs-plugin-eosjs2@1.5.0,
* eosjs@20.0.3
In the scatter desktop I have a custom network configured and a single private key a…
-
Hi there! Lemme start by saying I'm in love with the idea of this library.
I want to create a StreamingClient from a browser, but I'm encountering errors that suggest this can't be done anywhere ex…
-
Server Error
RangeError: The "ascii" encoding is not supported
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
new NodeError
…
-
I seem to be unable to access the request body when using the router. If I parse the body in `handleRequest` (the commented line), I can access it and everything works well.
When I pass the request t…
-
PapaParse breaks multi bytes UTF-8 characters when they are sliced between different chunks of `Buffer`.
For example `ç` would become `��`.
To reproduce:
```js
const Papa = require('papaparse'…
-
This can be done with logit filters on the first loop, similar to detecting language. However, this cannot be used when we are using a prefill prompt (i.e. forced decoder tokens) so that will need spe…
-
## Describe the Bug
On three different applications Angular are failing all test that use @angular-devkit/schematics. Two of the applications were passing fine on Angular 17.2.0 but failed after up…
-
The following snippet:
```
const arrayBuffer = (await axios(temporaryDownloadUrl, {
responseType: 'arraybuffer'
})).data.buffer;
const data = new hdf5.File(arrayBuffer);
```
R…
-
I'm trying to deploy contract using eosjs. setcode part is working, but I'm having trouble with setabi. When I deploy abi without any tables, it works. But if there will be at least one table, the err…