Stew O'Connor

Results 37 issues of Stew O'Connor

add a definition of the nix database to the glossary

We need to start using JMH to benchmark our datatypes against those from the standard library where it makes sense

enhancement

I'm bad at my job and sometimes I say "nelson comit --unit teeth --version 0.0.1 -namespace prod" and then I make version 0.0.2 of my container and I want to...

area:deployments

emacs-version is 29.0.50, which has jsonrpc 1.0.15 built in. copilot-version is 0.9.6 node --version is v16.15.1 When I run `copilot-login` I get an error producing this backtrace: ``` Debugger entered--Lisp...

we had a user asking how to get their and keys doing expected things at the ucm prompt. By following [this page](https://github.com/judah/haskeline/wiki/CustomKeyBindings) I was able to get these working by...

good first issue
Hacktoberfest

I am proposing that we revamp the networking library as follows: # Rename builtin functions to be more discoverable: In ucm, I tend to find funtions that operate on a...

When we are exiting, we should save the current namespace somewhere so that the next time UCM starts it can start in that same namespace. Also add a command line...

- [x] Blocked on #2471 --- I'll let the transcript speak for itself, but essentially when you trigger an update of a cycle by updating something that cycle depends on,...

if I edit a test, it should add the `test>` prefix to the function so the test gets run after editing. I have found that we have inadvertently turned tests...

Motivation: Newcomers are confused by the syntax for ability handlers. Often they cannot remember the syntax because it is different than other pattern match syntaxes. Proposal: Change the ability handler...