Vladimir
Vladimir
> Also, I'm using the Tempo plugin. When I log time from Chronos, the remaining time & logged time in the Tempo sidebar of the issue do not match. They...
We've got this feature request from one of our client: > Would be nice to have the ability to favorite a project/add a project to the top of the list....
Jump to definition through the middle file doesn't work properly. You could check it by changing the demo like this ```javascript /* middleList.js */ export * from './list'; ``` ```javascript...
Hi! my stat.json is over 100 mb(vendor.js over 15mb), why you cache it? I have multiple entries with multiple Html output files. Each change causes read stats.json for each Html...
Hi folks! We started to work on completely new version of DBGlass. We admit that previous version have a lot of architecture issues. Architecture will be more flexible with ability...
Hi! Initializing tsserver text is not showing after vim launching. ``` ❯ vim --version VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Aug 06 2022 10:35:28) macOS version -...
Hello! Any plans for redux 5 support?
Hi @mxstbr! ``` $ ellipsis install mxstbr/dotfiles ``` This command will not work, because they have a strange dot- prefix https://github.com/ellipsis/ellipsis/blob/master/src/ellipsis.bash#L76 P.S Sorry if this repo for private usage and...
The updateService can be undefined when service workers are not available or not configured. This causes crashes when trying to call updateAuthData. Add optional chaining (?.) to both updateService.updateAuthData calls...