Ostap Brehin

Results 25 comments of Ostap Brehin

With this package installed, nvm works fine: https://github.com/FabioAntunes/fish-nvm

Any updates here?

In my case, it causes problems with styles BTW thanks for reaching out

Fact about Linux: In firefox shortcut will work (tested with Linux Mint 19) (it's maybe a chrome-only problem) ## Update 2020: Works well on Brave in Linux. You just need...

[Note for other users] Before PR confirmed, use: ```bash yarn add @vihanb/notabase ``` ``` const Notabase = require('@vihanb/notabase') ```

The possible problem is that this method always has the same $token value: https://github.com/fruitcake/laravel-telescope-toolbar/blob/baa455f6c51659e644212d5a9e23e5d7ca3bb2a6/src/Toolbar.php#L201

Is this a complete webpack removal or adding [esbuild-loader](https://github.com/privatenumber/esbuild-loader) to speed it up?

Hi @PreVaDu. Any updates on this? Have you found a solution/alternative?

I was thinking about ```css :root { --fg-color: rgb(55, 53, 47); } .notion { color: var(--fg-color); } ``` Which results in ```html ```

Same problem here. Waiting for #49 to get merged. Thanks a lot @piliugin-anton **Update:** found this alternative that works with Vue 3 and doesn't have this problem. https://github.com/DSergiu/vanilla-hcaptcha ```js import...