Ammar Bandukwala
Ammar Bandukwala
I made a CLI tool at [coder/aicommit](https://github.com/coder/aicommit) to do this with support for style guides and additional context. Agree it would be awesome if Cursor had native support.
Yes, exactly. It's not clear what the unit is otherwise. It's also painful to write automated tests when the interval is 1s. It takes many seconds to get a significant...
One reason to keep it a number is it simplifies arithmetic. I would still prefer we use milliseconds for testing and flexibility. Any key that accepts a duration number should...
I don't think that kind of string abuse is a good idea. In the `|` separator suggestion, a group named "public" or "owner" could not be selected. A user might...
We could accept the tar with a Tee reader, and if we see a certain file (e.g. "icon.[png|svg|jpeg....|"), store the icon in a separate file. It would be unfortunate to...
@matifali if we parse out icons from the template archive then the feature shouldn't affect #13007. If we accept a direct file upload (which I don't see a good reason...
That doesn't address how the icons are accepted.
Let me know if [this](https://github.com/coder/hnsw/blob/main/README.md#memory-overhead) helps.
Good point on the additional words. I went with strings to provide broad compatibility with existing IDs. I don't want most users maintaining some mapping between strings and uint64s to...
How important is this level of performance to your use case?