Juha Ruotsalainen
Juha Ruotsalainen
Still problems with it? Try adding the following to `$HOME/Library/Application Support/Sublime Text 3/Packages/User/Package Control.sublime-settings`: ``` "downloader_precedence": { "osx": ["curl", "wget", "urllib"] } ``` I banged my head against the Package-Control-not-working...
Ok, thanks for the tip above. And to answer your question about mappings: this is how I have mapped `ga.`: ``` vim.api.nvim_set_keymap('n', 'ga.', 'TextCaseOpenTelescope', { desc = "Telescope" }) vim.api.nvim_set_keymap('v',...
This (work on local solution) sounds promising. My current workaround is as such: - I have a local copy of C4-Builder's files where, e.g. ```!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml``` is replaced with ```!include...
> Just a friendly FYI, I would have suggested putting the code in a code block inside the issue description in the future (for readability and ease of reproduction). However,...
I had an idea with the test app: what if I stop extending Label, and add logic to `OnSelected` as follows: ```go doubleTapDelay := time.Millisecond * 300 doubleTapTimeout := time.Now()...
Making a DoubleTappable List didn't work either. Or, it works when I double-click inside the list on the area where there are no items. If I double-click on an item,...
Probably I'll have to persuade our designer to accept the fact that there'll be no double-clicking list items.
>... but it solved the issue for me. Thanks for the tip, I'll try that. (I totally forgot about your earlier suggestion.) Ok, I tried that. It works, as you...
Hi, Just wanted to chime in to this one, that this problem bites me constantly. We use Bitbucket, and our pull requests follow this pattern `Pull request #42: Feature/SMKY-1231 Working...
Hi, Is this going to be merged?