Alvar Hyvönen
Alvar Hyvönen
@eldyvoon Haven't tested it in awhile, but remember off the top of my head that it increases the click area outside the element itself. If I remember correctly, this doesn't...
@12425 This feature was added in PRs: #252 and #344, make sure you have the latest version of the plugin. ``` " Not necessary to set enabled to true, as...
I have some similar issues, but using `eslint_d`. Everything seems fine with `eslint`, but for something breaks with `eslint_d`: `Error: Failed to load plugin 'jest' declared in '.eslintrc.json » eslint-config-preact':...
As a decent quick fix, the following should work. Copy the old `vagrant_private_key` to the new box: ``` cd ~/.vagrant.d/boxes/seravo-VAGRANTSLASH-wordpress/20180605.0.4/virtualbox cp ../../20170829.14.0000/virtualbox/vagrant_private_key vagrant_private_key.old ``` Then edit `Vagrantfile` in the same...
@ottok > So apparently config.ssh.private_key_path can be an array with multiple keys. If you read my previous comment two years ago, this would've been apparent, well, two years ago :D...
If you're using Alacritty, try adding this to your config file: ```yaml key_bindings: # https://stackoverflow.com/a/42461580 - { key: Return, mods: Control, chars: "\x1b[13;5u" } ``` For the whole set: ```yaml...
@jinfagang @EnricoSteez You need the appropriate LSP (Language Server Protocol) installed. For example, I use `nvim` and [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) for most of my LSP needs. My editor is not currently configured...
Hey, thanks for getting back to me! I added an example, see it [here](https://github.com/zArubaru/bevy_hanabi/tree/feature/spawner-time-manipulation#burst-over-time-on-command). I may also be missing something, but as far as I could tell, with the current...
@djeedai I made some changes, dropped `with_time` and added `starts_immediately` related functionality. See the latest commit (https://github.com/djeedai/bevy_hanabi/pull/174/commits/a3ac6ea0252bd163950f1a253f25be5f12939cba) :). I tested that all the examples work correctly (and updated my new...
+1 This would definitely be nice to have!