Raphael 'kena' Poss
Raphael 'kena' Poss
Found with the following: 1. enter a multi-line entry in the history (e.g. `AddHistory("foo\nbar")`) 2. recall the multi-line entry. The cursor is positioned (correctly) at the end of the last...
Suggested here: https://forum.cockroachlabs.com/t/cli-identical-command-question/560 """when using the CLI, i noticed that if i keep doing the same command (via up arrow) over and over again such as: SELECT * FROM cockroachIsTotallyAsesome...
At CockroachDB we are now using [expect](https://en.wikipedia.org/wiki/Expect) to test the SQL shell and this shows all the characters sent by the program to the terminal. In our expect traces we...
The provided Firefox `Vertex-Dark` theme causes the right-click menus to display light text on a light background, making them unusable. I fixed this by adding this to `userChrome.css`: ``` #contentAreaContextMenu...
I've attended the strangeloop talk and read the text in this repo, and I find it sad that O'Hare's work on CSP and Milner's pi-calculus are barely mentioned. Maybe you...
## Mandatory Step - [x] I am using latest production release of Elegant ## Description **Describe the bug** The generated CSS depends on the Glyphicons package which causes: - every...
Text of RFC: https://github.com/knz/cockroach/blob/20220720-rfc-in-memory-tenants/docs/RFCS/20220720_dynamic_tenant_servers.md Some prototype work ongoing here: #84608.
The retry loop in `ExecuteInTx` does not check ctx.Done to abort the retries if the context is cancelled. Found while working on adding query cancellation in the crdb SQL shell....
The ExecuteTx and ExecuteInTx APIs take a function callback that only takes either no argument or a tx object. We want to pass a callback instead that takes the context...
Just installed from source since the OVH freebsd pkg archive doesn't deliver Freebsd 12 binaries yet. The `beamium` binary is using 100% CPU. Debugger reveals that the main loop in...