Steven Pribilinskiy

Results 40 comments of Steven Pribilinskiy

![image](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/assets/3078595/d3fcca74-69b5-4a4e-a974-b0a4c93f53da) also, what's the point of the "Plugin" button if it's never implemented

Any plans here or waiting for Bootstrap 5? All I could find is a [CSS-to-Stylus](https://github.com/angeal185/bootstrap-4-stylus) port with a very limited set of variables and some [Mixins](https://github.com/neysimoes/bootstrap-4-stylus) from Bootstrap 4. That's...

Does PostCSS has similar syntax transformer? Is there a PostCSS port of Bootstrap 4?

Is it possible to use Claude 3 as a custom model?

I'm trying to use the action in a private repo to no avail: Given the following config: ``` name: Make PRs on: workflow_dispatch: jobs: createPullRequest: runs-on: ubuntu-latest steps: # https://github.com/actions/checkout...

Tried the gist but it doesn't work in ST3 Is it for ST2 only? It would be great if sublime-devdocs would not require to select the word. That's quite awkward,...

ok, here's a solution the _[Run Multiple Commands.. Command](http://www.sublimetext.com/forum/viewtopic.php?f=5&t=8677&start=0)_ plugin and the hotkey binding ``` json { "keys": ["f1"], "command": "run_multiple_commands", "args": { "commands": [ {"command": "single_selection", "context": "window"}, {"command":...

If I understand correctly from jsperf test the "non-lodash-underscore-lazy" i.e. the "no-library optimized loop" approach gave 10x faster results with the only drawback is that it takes 10x LOCs

Fee free to ignore. Just shared my observation