Jonathan Boiser (JB)
Jonathan Boiser (JB)
The PDF renderer appears to be reserving 2x the space for the right-side pages (with binding on the left). The renderer must be inferring this page width from something in...
This seems to be a constraint of `mark.js`. I don't think we can disambiguate between `chord (1)` and `chord (2)`. It might be an improvement to collapse results like these...
And the French translation of that phrase is a lot longer. Originally, that "select all on page" label was hidden, but in the code as an ARIA attribute. Maybe we...
I think Lingyi used `psycog2-binary` for a specific reason I can't remember. Is using `psycog2` something we should do because of a recent change?
There are more details on how to make the initial database table in this comment: https://github.com/learningequality/kolibri/issues/6480#issuecomment-583299221 I think a script file that someone could pipe into the postgres interpreter would...
I use CMD-click on mac, and that doesn't work. Also running `atom-ide-hyperlick:confirm-cursor` from the command palette doesn't work when I'm view Python code (on JS and Vue code, for which...
> Oh, by the way, you have the lsp installed, right? Yes, it is installed globally on my system, but not necessarily in the virtualenvs I use for my projects,...
I just updated my config for `atom-ide-definitions`, which seems to help ``` "atom-ide-definitions": clickGrammarScopes: [ "source.python" "text.html.vue" "source.js" ] ``` But it's not as performant as my experience with `autocomplete-python`...
Is there a way to configure the definition provider? I notice that sometimes the definitions go very deep, like into the site_packages directory and into things like Django source code....
Just need to clarify that whenever you do a search, the search results cover the entire content library, not just a single channel, even if you are at the top-most...