Dariusz Łuksza
Dariusz Łuksza
Cache class has a private method allKeys() that returns list of available keys in cache. Simple solution for this problem would be to make it public
@aschuch do you have any ideas about the release date of 3.0?
Maybe a side note, some time ago I've implemented an Android Home Screen Widget with actions that works when flutter app is terminated. The way I've achieved that is with...
@noinskit that's a pity that #338 was closed. I see the limitations. In my case I use firebase and am able to update data from isolate, then _snapshots_ callback is...
Well, I would start small. Just provide a way to execute dart code in response to notification action, explicitly document that it runs in separate isolate and can't modify UI...
@hlissner any chance of looking into this? It's really frustrating not to be able to use `SPC SPC` to select a file in the project :|
In my case, the `$PATH` in vterm contains `/opt/homebrew/bin` and I can access both `doom` and `fd` in in without any problems. Only when they are used from `SPC SPC`...
I didn't had `exec-path-from-shell` installed, but doing so didn't fix my issue. But I've noticed that `SPC SPC` worked fine when I've edited `packages.el` from DOOM. So using `SPC f...
The workaround that worked for me is to link `/opt/homebrew/bin/fd` and `/opt/homebrew/bin/emacs` to `/usr/local/bin`. For some background, I'm on M1 and using homebrew to install packages. For intel-based macs homebrew...
> I see you have an envvar file loaded. Have you regenerated it lately? I.e. doom env (in a native terminal, not vterm, eshell, or any other terminal emulator in...