Victor Bolshov

Results 9 issues of Victor Bolshov

If you don't mind, I can file a PR with update to fresh version of laravel & other packages

Would be cool to have a OpenAPI integration. Like the one here that I made yesterday: https://crocodile2u.github.io/blog/2020/03/13/laravel-api-boilerplate-jwt-openapi

```html navigate(basepath)} icon="settings" small> ``` **expected result**: small round button with small centered icon **actual result**: small round button with icon that's too big and shifted to the bottom: ![Screenshot...

example code: ```html ``` **expected result**: text field with a hint "provide a descriptive, searchable name" **actual result**: text field with a hint "provide a descriptive, searchable name false" **live...

How can I put focus on a text field programmatically? I tried this: `bind:this={usernameInput}`, but calling `usernameInput.focus()` produces an error. + just to mention: only works when this field is...

I want to listen to "invalid" events (https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/invalid_event) in my `TextField`s, in order to implement HTML5 validation in my Svelte app. This event does not bubble, so `on:invalid={handler}` is useless....

At the moment, if I have a DATETIME column with a default value of CURRENT_TIMESTAMP, and I do not specify a value for this column when performing an INSERT with...

I have written an article which has a description of the HS protocol with examples: http://wk-photo.ru/en/events/view/handlersocket-protocol-explained/ . If you find it useful, I could add it to HS wiki. Also,...

1. Visit a website, in my case ns.nl which in my setup is translated from Dutch to English 2. Choose Options->Turn off translations for this site 3. The extension's UI...