-
Three questions that should be answered:
1. Should there be a streaming variant of this API?
2. Should it be using a TransformStream style API (TextEncoderStream / TextDecoderStream), or should we…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/strange-lamarr-drl3wf
### To Reproduce
Open https://codesandbox.io/p/devbox/strange-lamarr-drl3wf and observe the bui…
-
I ran into this with Translate Live:
```
const fetchTranslations = function() {
const url = '/glotpress/projects/' + localProjectPath + '/' + lang + '/' + translation_set_slug + '/export-transl…
akirk updated
4 months ago
-
# Problem
`fetchToCurl(new Request(myUrl, { method: 'POST', body: someReadableStream })` doesn't work, and yields `--data-binary={}`
# Discussion
It's easy to get into wanting this case when …
-
Version: Deno 1.45.5
Steps: start the server, start the client, wait for the client to call method `close`. Check the connections, I use `ss -atn | grep 3333` on linux (can use `lsof -i TCP:3333` o…
-
It seems that readAsString method is not handling utf-8 characters that are out of ascii range correctly, for example: '°C' is interpreted as '°C'. I propose replacing implementation of readAsString…
-
```
const { Api, JsonRpc } = require('eosjs');
const { JsSignatureProvider } = require('eosjs/dist/eosjs-jssig');
const { convertLegacyPublicKeys } = require('eosjs/dist/eosjs-numeric');
const p…
-
I'm using EvaporateJs in a react project which uses webpack.
As described in the documentation I used the following (**I don't want to use the _aws-sdk_ because of the package size**)
```
cryptoM…
-
```
Closure Compiler (http://github.com/google/closure-compiler)
Version: v20190106
Built on: 2019-01-10 22:30
```
```
var Module;
if (!Module) Module = "__EMSCRIPTEN_PRIVATE_MODULE_EXPORT_NA…
-
Is there a way to deserialize the table_rows returned data that are serialized since they are not actions? (preferably through eosjs)
here below is the screenshot of what I was trying to accomplish…