Jonathan Otto
Jonathan Otto
Can we document using: `` from a template in addition to the documentation for ``? It seems `` only works when the `ng-app` directive is on the `` element which...
I'm not sure if this "anti-aliasing" or PNG compression or something else:  source: ```golang sparklinesChart := chart.Chart{ Width: 700, Height: 100, Series: []chart.Series{ chart.ContinuousSeries{ Style: chart.Style{ Show: true, StrokeWidth:...
Add `SetSkipFrames` so wrapper libraries can optionally hide their lines/frames from the stacktrace
If you're blocking on `ReadMessage()`, while the goroutine for `KeepAliveTimeout` fires a `closeAndReconnect`, the `ReadMessage` will fire a second `closeAndReconnect`. This causes more and more connections to be created and...
https://github.com/recws-org/recws/blob/28f1b9c2e91c3a7a5d5561e6956eac823f7fedf8/recws.go#L289 Seems arbitrary and pointless?
#### System information Erigon version: v2.54.0 OS & Version: Linux Erigon Command (with flags/config): ``` --chain=mainnet --http.addr=0.0.0.0 --http --ws --http.api=eth,debug,net,trace,web3,erigon ``` Consensus Layer Command (with flags/config): ``` --externalcl=false ``` Chain/Network:...
the :confirm option on buttons isn't working for me, but works for link_to. i can find no evidence of this breaking for others via google so i suspect i might...