Hanson Wang
Hanson Wang
There are a few missing features from the Linter V2 message API that aren't implemented yet: https://github.com/facebook-atom/atom-ide-ui/blob/master/docs/diagnostics.md#service-apis - [ ] markdown rendering of description - [ ] the url and...
Code format providers are currently forced to return something: https://github.com/facebook-atom/atom-ide-ui/blob/master/modules/atom-ide-ui/pkg/atom-ide-code-format/lib/types.js However, this makes it difficult to have multiple formatting providers for the same document, since we only use the one...
Thanks for making this library! We are happy users of it in production :) I encountered a minor issue when trying to use this in conjunction with [starlette-context](https://github.com/tomwojcik/starlette-context), which allows...
## Summary Another small optimization :) The `logits_chunk.float()` allocation may be surprisingly large, e.g. Cohere models have 256K vocabs, so each logit chunk in float32 could be something like 1024...
Thanks for this tool! this implements https://github.com/mroth/scmpuff/issues/20 :) ### Summary - Implemented a new `branch` sub-command that prints git branches with numbers - Handles edge cases (e.g. running outside a...