Akshay Warrier
Akshay Warrier
I discovered this when I first ran ```py s: str s = " " print(s.lstrip()) ``` and it gave me this error ``` String index: 4 is out of Bounds...
Relates to #2356 I also noticed that these methods don't work with constant strings ``` semantic error: 'str' object has no attribute 'split' --> test.py:2:7 | 2 | print("1 2...
Relates to #28
As suggested by @bragefuglseth, we could try changing the styling of gi-docgen generated docs (such as changing bg/fg colors and setting font to Cantarell) to match the theme of Adwaita....
From discussion https://github.com/workbenchdev/Biblioteca/pull/52#discussion_r1398862715, most people might not need most of the docs that are shipped by default, therefore it makes sense to provide an option to filter docs according to...
We might want to consider always showing the option to show/hide the sidebar. Right now it's only shown when the first breakpoint is triggered. Especially for online docs, we should...
If you have something selected in the sidebar and if its parent row gets collapsed, the sidebar looses its selection and remains unselected even if the webview loads a different...
Currently clicking on a link inside the webview to a docset outside of the one being shown, redirects to a http uri. Instead we should load the local documentation for...
There should be a way to collapse all rows in the sidebar. There's already a function that does that (``collapseAllRows()`` ) but we need to decide how to expose it...