Laszlo Szathmary
Laszlo Szathmary
The user interface of Firefox 29 has changed drastically and I don't find where to enable MozRepl. Does anyone know where it is? Thanks. _Edit:_ in the add-on list I...
Hi, In the docs you mention `real_path`, but it doesn't work for me: ``` >>> p = Path('/run/media') # it's a link on my machine >>> p.real_path() Traceback (most recent...
`README.rst` isn't rendered properly. It should be in Markdown format.
On this gif ( https://raw.githubusercontent.com/constverum/ProxyBroker/master/docs/source/_static/cli_serve_example.gif ) the server prints an info line when a client connects. The current version doesn't do that, though it would be very useful. I tried...
Currently, I'm forced to select if the card was hard / normal / easy. However, very often, I'd like to replay all my cards in the deck. But, even if...
It would be a useful feature to copy the path of a node to the clipboard. For instance I'm looking for a value, I find its node and I want...
Another improvement could be a search feature. Search by key (?) and search by value. For instance I know the value and I want to figure out its path.
Hi, It would be nice to produce an image with the colors on it, as seen on http://99designs.com/tech-blog/blog/2012/05/11/color-analysis/ . Example: http://i.imgur.com/zC7F1.png . There could be an option for this. Best,...
In my `settings.json` I have these lines: ``` "[nim]": { "editor.insertSpaces": true, "editor.tabSize": 2 }, ``` However, sometimes when I hit the TAB button, the editor indents 4 spaces instead...
I would like to highlight the character `!` (logical not) in some cases: ``` if !v { ... } // highlight if a != b // don't highlight println!("hello") //...