Results 148 issues of Thomas de Zeeuw

### Issue description Panic inside `snowflakeFileTransferAgent.parseCommand` due to nil pointer dereference. ### Example code The relevant code is here: https://github.com/snowflakedb/gosnowflake/blob/d62ff8279fcb2f72c7bd1b0c85354eb64e4e5f88/file_transfer_agent.go#L257 It uses `fi` and only afterwards check if `err` is...

The dependency on logrus creates two problems: 1. I'm currently getting a lot of logs in a different format than my log parser is expected by using Snowflake. 2. Creating...

enhancement
status-triage_done

### Issue description I'm using `OpenWithConfig` and it doesn't fill in any of the default values. This is fine, but `fillMissingConfigParameters` (nor any of the actual default values) are public,...

enhancement
status-triage_done

**Describe the bug** Spectral has an uncaught exception: ```log Error running Spectral! Error #1: Function "operationSummary_1$1" threw an exception: Cannot read properties of null (reading 'summary') at lintNode …nner/lintNode.js:30 throw...

enhancement
triaged

Allows the user to control the size of the buffers used. @vadixidav, @mlsvrts coul you try this branch. Specifically can you try a 1 >= byte write, followed by a...

For Unix (`kqueue` and `epoll`) to drain readiness all you have to do is read/write until you get a "short" read/write, i.e. less bytes are processed than your buffer size....

### Issue description Currently arrays are returned a strings, which is not ideal because that means we have to parse those manually.

enhancement
status-triage_done

After it has been deleted in https://github.com/Thomasdezeeuw/heph/pull/577. Depends on https://github.com/Thomasdezeeuw/a10/issues/59.

enhancement

It's a rough idea right now but it's fairly simple. In a scenario where the sending side produces a lot of work it might be desirable to scale the consuming...

enhancement
idea

A `Future` that does RPC with all actors in the group. Depends on https://github.com/Thomasdezeeuw/heph/issues/554.

enhancement