Novikov Bogdan

Results 21 comments of Novikov Bogdan

@notVitaliy Seems its not posible to fetch URL(X) each time on focus in single session. Im write some code (at https://github.com/Bogdaan/spycss-demo), and try almost all HTTP/1.1 codes. Browser always cache...

@myfonj briliant idia. Live demo - https://jsfiddle.net/hcbogdan/6hmm2z47/

I wrote some code at https://github.com/Bogdaan/spycss/blob/master/src/Interaction/Keylogger.php Witch generates valid **unicode-range: U+XXXX** from alplabet. For example: ```php // set alphabet $logThisChars = 'abcdefgABCDEFG'; // create input field echo $s->builder() ->tag('input') ->attribute('name',...

@jshultz as a alternative, you can pass express query string in route state: ``` await Router.dispatch({ path: req.path, query: req.query, }, (state, component) => { ... ```

@aaronkw how it will help process routes with query string (like ?form[a]=1&form[b]=1&form[c]=4)?

@Gregwar yes resize works as expected, but after resize `merge` place image on empty place (not image). aspectRatio ( > 1 ) ``` ------------- | empty | | image |...

For example other library have a method ``` Intervention\Image\Image insert(mixed $source, [string $position, [integer $x, integer $y]]) ``` with **position** parameter: - top-left (default) - top - top-right - left...

+1, very important feature. With `--dereference` we unable to generate valid client specification. There is no semantic names for schemas: ``` /random: get: summary: todo. description: todo. security: - bearerAuth:...

Да, похоже это баг - можете сделать PR ?