Kari Söderholm
Kari Söderholm
`mcfly` works just fine for me on WSL1 but I just upgraded to WSL2 (since it is now in stable if you have the latest Win 10 version 2004). I...
I'm not sure why it's complaining about `HISTFILE` though since in both cases if I'm on bash or zsh `echo $HISTFILE` correctly returns the history file and permissions look good...
If I comment out `mcfly.bash` / `mcfly.zsh` from my `.bashrc` / `.zshrc` and manually run `mcfly search` then I get: ``` thread 'main' panicked at 'McFly error: Please ensure that...
I just tried envinfo for the first time (on Windows 10) and it find Chrome, Edge and IE but doesn't find/show Firefox and Brave which are also installed (there's no...
@andrewplummer Here's another example of the problem. This is a really bad regression. It was working correctly with Sugar v2.0.4 but not anymore in v2.0.5 or v2.0.6. Formatting with Finnish...
https://github.com/lerna/lerna/issues/3121 Looks like Lerna has been activated again by a change of maintainer and there was even a major release 2 weeks ago, so this issue might not be relevant...
Updated severity and impact labels since this issue doesn't affect our users anymore after the PR https://github.com/vaadin/flow/pull/8674 gets merged which avoids the issue for now. Keeping this issue open as...
I think (as a workaround for now) you can implement converters currently by defining a custom field strategy but the API is not convenient for this use case. See https://vaadin.com/docs/latest/fusion/forms/appendix-web-component-field-strategy/#defining-a-field-strategy
Probably something wrong with your Apache and/or PHP config. Either PHP isn't enabled correctly in your Apache config (global config or htaccess problem) or there is something wrong with your...
For this use case I'd suggest implementing a built in theme variant with a name like `fill-height` which could have styles like: ```css :host([theme~="fill-height"]) { max-height: 100%; } :host([theme~="fill-height"][opened]) [part="content"]...