on-chain
on-chain
I already use goquery in my project, it would be really nice to be able to use all GoOse possibilities while avoiding extra document parsing as I already do this...
I'd like to configure stack size(and probably give threads names), afaik it's currently not possible.
Any idea if the fix was merged to idna package? https://github.com/PuerkitoBio/purell/blob/master/purell.go#L166 Is this still relevant?
Are bulk inserts supported or will it simply generate a lot of separate inserts? There is a huge performance difference between those in clickhouse, I see my inserts being unreasonably...
I know that clickhouse stores datetime internally as Unix Timestamp and uses timezone when converting back to text https://clickhouse.tech/docs/en/sql-reference/data-types/datetime/ Is it possible to insert datetime in unix timestamp format(and simply...
I'm trying to insert data into the following table ``` CREATE TABLE default.domain_discovery ( shard UInt16, domain String, updated_at DateTime, created_at SimpleAggregateFunction(min, DateTime) ) ENGINE = AggregatingMergeTree() PARTITION BY (shard)...
I find myself in a situation where I want to try to send a message in a channel and if buffer is full I want to send it to another...
I'm doing multiple http requests with uTLS being set on a transport level. Recently caught this while doing mass requests, unfortunately no context on the exact server that caused this...
Hi! Looks like utls can unmarshal ClientHelloSpec from client.tlsfingerprint.io format Could be useful to support marshalling/unmarshalling to/from arbitrary json, or at least marshalling to client.tlsfingerprint.io format
``` go get -u gopkg.in/flyaways/pool.v1 go: gopkg.in/flyaways/[email protected]: invalid version: go.mod has non-....v1 module path "github.com/flyaways/pool" at revision v1.0.1 ```