Felix Uhl
Felix Uhl
I created #348 to fix this. @ahmadbilaldev If you want to help, test that PR in your project and see if you can find any issues.
Bad bot. Issue persists, PR to fix it was opened already.
Hmmm, I'm not really sure, but my assumption is that the dependency `@types/react` is to blame. If you take a look at the file `example/src/App.tsx` in my branch, you'll see...
Ah thank you, I fixed this now! Unfortunately, it seems `scrollToIndex` is not as robust anymore as it was, it doesn't work when the scroll element is 0px high. I...
Ah that's good to know! @timc1, if you don't like my workaround, I'll happily revert it so this can be fixed in a separate PR.
@pyyding The fix to this specific bug is here: https://github.com/timc1/kbar/pull/348/files#diff-e82a08a30f41d6167d79fe54b58c564bbc4d5ddb301aecbf6de659adcc50888dR98-R109 My theory is that the issue is caused by the fact that scrolling the list back to the top and...
There was a new release a few weeks ago! https://github.com/persepolisdm/persepolis/releases/tag/4.0.0 However, it seems the project is pretty much in maintenance mode. Some critical PRs may occasionally get merged, but I...
> And because I don't have `prefix/etc/profile.d/nix.sh` I thought my installation might be broken. Same for me. I "fixed" it by running ``` /nix/store/*-nix-2.*/bin/nix-env -iA nixpkgs.nix ``` Which creates all...
I can confirm this! It works perfectly when using regular environment variables, but not when using the `_FILE` suffix, despite what the documentation says. @isdnfan I tried that as well,...
I'm actually not sure it's worth it. You can use a single `.env` file or multiple `*.env` files to get the same effect with a built-in mechanism: https://docs.docker.com/compose/environment-variables/ It seems...