Results 16 issues of Kurt Wolf

Showing red-green table cells is a common way to visually represent performance. See one example [here](https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html) , but that type of visualization is widespread. Is there support for criterion creating...

Criterion seems oriented towards tracking performance for a codebase over time. Benchmarking is also extremely helpful between projects, for example, having N different implementations of a hashing function, and seeing...

Automatic line length wrapping is a huge can of worms. This PR starts to address one isolated case where we can automatically solve line length wrapping, namely for some docstrings....

### Describe the bug I made a request to POST /v1/transfers and it errored beacuse of insufficient capabilities on the account. ```json { "error": { "code": "insufficient_capabilities_for_transfer", "message": "Your destination...

bug

This repo contains a very basic `react` app, using a `Disclosure` component from `@headlessui/react`: https://github.com/kurtbuilds/react-headlessui.git Run `tsc` on that repo, and no errors are reported. This identical project is using...

types

This is the code required to create a user role enum, if we want it to be just a VARCHAR in the database, rather than a postgresql enum. ```rs #[derive(...

`modenv -f add FOO=bar` gives `Added add=FOO=bar` instead of the expected `Added FOO=bar`

llama.cpp now supports grammars: https://til.simonwillison.net/llms/llama-cpp-python-grammars Is that something that will come to candle? It sounds like the approach taken in this python library would be straight forward: https://github.com/1rgs/jsonformer/blob/main/jsonformer/main.py Basically, since...

I wrote a `serde` implementation of the X12 file format, which is a enterprise-y text file format somewhat similar to CSVs. A document has a header, footer, and a set...

### Describe the bug When you create a new app, and then turn on the `unstable` feature, the keyboard shortcuts for text manipulation (cmd a, cmd c, cmd v) no...

type: bug
status: needs triage
scope: unstable flag