Radek Šerý

Results 17 comments of Radek Šerý

I have experienced similar problem and the reason was I had freshUrl script, which after page load calla `window.history.replaceState`. This overrides `state` which is used in popstate handler (the state...

It might be useful to make methods `loadSnippets` and `saveSnippets` available from outside this extension, so you can use them in another custom extensions. Eg. `$.nette.ext('history').loadSnippets(...)` as is in your...

I just came across this issue. My use case is the same—combining `:not()` and `:placeholder-shown`, which results in the selector always being applied. I fixed this by adding `not kaios

I don't think this works properly yet. While the indentation is now corrected, I still get `@stylistic/selector-pseudo-class-parentheses-space-inside`. Note that this is a vanilla CSS and native nesting, no preprocessor is...