-
I am currently trying out Gun with next.js and I came across a problem. Next.js is throwing an error which states
```
./node_modules/gun/gun.js:5:16
Module not found
3 | /* UNBUILD */
4 | …
-
Since many devs are likely to use this with something like Webpack, add a section mentioning the required exclude/externals section. For example, for webpack, the config must include:
```
extern…
-
Issue while using “@okta/okta-signin-widget”: “3.3.2”,
I have enabled MFA on my login, I get the MFA screen in Microsoft EDGE, after entering the code, click on Verify button I get http status code…
-
I have some pretty large buffers (~45MB) I'm decoding, and they can create a large "GC pressure"
With TextDecoder
start: 42ms
With buffer.toString()
start: 838.85302734375ms
I know there …
-
Hey! 👋 With the following `workerd` configuration...
```capnp
using Workerd = import "/workerd/workerd.capnp";
const config :Workerd.Config = (
services = [
( name = "main", worker = .w…
-
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…
-
I'm using example from test file: [https://github.com/toncenter/tonweb/blob/c2d5d0fc23d2aec55a0412940ce6e580344a288c/src/test-jetton.js](url).
```
await wallet.methods.transfer({
secretKey: key…
-
I'm running two nodes on the same machine and can see:
> libp2p:mdns peer found 12D3KooWFvEoC1NJz5Cgcji15WyNGRjo85ytgMi7PJCQnTeTHM2B +0ms
libp2p:mdns discovered peer in mDNS query response 12D…
-
### What happened?
The way [these variable names](https://github.com/open-telemetry/opentelemetry-rust/blob/82fa485359745e5bda9eadc9c080bb84f98a4649/examples/metrics-advanced/src/main.rs#L12-L34) are…
-
Since [`Response.text` of `fetch` is always decoded using UTF-8](https://developer.mozilla.org/en-US/docs/Web/API/Response/text), I need to change some code for scraping non-unicode site. (Yeah, it s…