Dom
Dom
Is it just me or do different levels of indentation for unordered lists kind of blend together? (The difference in their indentation is only 1 character...) Coming from Logseq, I'm...
Another use case request 😊 I have option+f bound to ctrl+tab: ```edn [:!O#CSTf :!Ttab] ``` When using Vivaldi, if I hold option and press f, it opens us the tab...
Hi there! I am trying to implement a mapping: - `l`, alone => `l` - `l`, held => `-` I have these options: **First solution** ```edn [:l nil nil {...
So I have ``` :input-sources { :us { :input_source_id "US" :language "en" } :dv { :input_source_id "Dvorak" :language "en" } } ``` If i do ``` {:des "shift -> tab"...
So I'm playing around with [Sapling](https://sapling-scm.com/) and while I really like the interface, there are times when having tools like `lazygit` or `gitui` is a plus. So I found this...
Is there a flag that would avoid: ```python s.state.blablablabla[frozenset([origin, target])].trades.append( Trade( foo = origin, sell_amount = amount, bar = target, baz = baz, idx = idx, ) ) ``` And...
Hi there, it would be great if there way a way to use this plugin w/o treesitter, just highlighting eg the current line. I am currently using limelight for that...
When I do `❯ command lsd --tree --almost-all --icon never`, I get ``` . ├── bar │ └── baz └── foo ``` The same exact output when I add the...
Consider the codebase https://github.com/hacker-DOM/reference-resolving/tree/ecd8bf0e91a3636104b5ffc805537eaac2eeb8d7 These are the results for inheritance-graph and call-graph, both of which are wrong  
Hi guys! It seems like this is possible with `with launch_ipdb_on_exception`, but it would be great if there was a way to do it globally, for debugging a third-party library....