Oleg Lebedev

Results 16 issues of Oleg Lebedev

Is there any bootstrap or gist to show how to plug it into vim?

👋 Hi there, Without this change the bot fail to even start, since it can't pick the right `max_tokens` value for non-existing model. This PR fixes that, please have a...

## Motivation Introduce Nix flake so it allows using this project from Nix flake based projects as well. It's noteworthy that the default exported package is not a Nix package...

Some of the NPM modules utilise new feature of Node.js that is called modules, that is declared as: ```json { ... "type": "module, ... } ``` in `package.json` file. And...

For instance ``` GIT_TAG=`git describe --tags` ```

enhancement

### Describe your feature request here. Currently, when you define JS like this: ```js var Term = class { term; constructor(term) { this.term = term; } toString() { return this.term;...