Don Park

Results 34 issues of Don Park

I'd like to have my irc bot listen with two connections to the network for redundancy/reliability. It would need to de-duplicate messages and that means a unique ID per message...

enhancement

I'm working on incorporating go-wasm3 into my project, compiled on an arm64 board. go build claims the m3.a file is "incompatible". Is this a supported platform for go-wasm3? ``` cd...

bug
help wanted

Has anyone tried to run this software on a Watchy? Hardware: https://www.crowdsupply.com/sqfmi/watchy Software: https://github.com/sqfmi/Watchy

feature request

### Description Fixes compiler warnings. Changed unused struct fields from name to _name. ### Applicable issues - fixes # ### Additional info (benefits, drawbacks, caveats) ### Checklist - [ ]...

paring IRC messages is working great. what is the recommended method to build IRC messages to send back to the server? Is there a popular serialization library (for example), or...

enhancement

``` $ make GOPATH=:`pwd` go get github.com/paulhammond/gocollectd GOPATH=:`pwd` go get github.com/influxdb/influxdb/client GOPATH=:`pwd` go build -o bin/influxdb-collectd-proxy # _/home/devops/dashboard/influxdb-collectd-proxy ./influxdb-collectd-proxy.go:120: undefined: client.ClientConfig ./influxdb-collectd-proxy.go:142: undefined: client.Series ```

Firstly thanks for web3, its a very useful tool. One thing I could use is for the balance command to take a parameter of a specific block number, to look...

good first issue

The ColoringEngine appears to be read-only. Are there plans to be able to issue an asset with this library? Thanks!

It'd be useful if SmtpClient.send() returned the reported queue ID for that particular email, to help diagnose delivery problems by identifying a particular send of an email. ``` DATA 354...

Running geth 1.12.1, the http user/pass is gone and `--authrpc.jwtsecret /tmp/jwtsecret` is used instead. This unfortunately makes eth-cli useless for a local geth server. The update looks simple, add a...