Slava Razum

Results 6 issues of Slava Razum

NPM audit find 17 vulnerabilities in dependencies from latest version. ```bash $ npm audit === npm audit security report === # Run npm install [email protected] to resolve 9 vulnerabilities ┌───────────────┬──────────────────────────────────────────────────────────────┐...

Is there any instructions how to update and manipulate db1000n installed by terraform to VPS server like DigitalOcean?

Brings [stream](https://beta.openai.com/docs/api-reference/completions/create#completions/create-stream) support to return partial progress with [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#event_stream_format). > ⚠️ requests with `best_of` option can't be streamed. You can think of it as the progress of AI typing....

A tiny example update replacing equal condition for `EventStreamContentType` by checking with `startsWith` function. ```diff - response.headers.get('content-type') === EventStreamContentType + response.headers.get('content-type').startsWith('text/event-stream') ``` covers cases when charset present: `Content-Type: text/event-stream; UTF-8`....

Any plans to support Tailwind 2.0 classes?

Trying to enable ability to paste embed content ![Embedly button](https://image.prntscr.com/image/pjaC5YpBSEaysF37t5o-yA.png) Field options: ```php $TextEditor->options([ 'toolbarButtons' => [ 'bold', 'italic', 'underline', 'strikeThrough', '|', 'formatOL', 'formatUL', '|', 'insertFile', 'insertImage', 'insertLink', 'insertVideo', '|',...

enhancement