László Károlyi

Results 31 issues of László Károlyi

## Expected Behaviour When I use jump to symbol, I want to see the actual declaration of the object, instead of seeing the import line first. ## Actual Behaviour It...

bug
Jedi

Hey, I just upgraded to Django 1.10, and here's the startup error: ``` python Traceback (most recent call last): File "./manage.py", line 10, in execute_from_command_line(sys.argv) File "xxx/venv/lib/python3.5/site-packages/django/core/management/__init__.py", line 367, in...

Hey, after scraping the latest yahoo hosts, I found IPv6 addresses that aren't really valid in the final file: ``` ipv6::: ipv6::: ipv6::: ipv6::: ipv6:5e6::af ipv6:5e6::bef ipv6:5e6::af ipv6:5e6::bef ipv6:5e6::af ipv6:5e6::bef...

Hey, recently I started to get these errors: ``` Sep 25 18:51:04 ksol postfix/postscreen[83636]: warning: cidr map /usr/local/etc/postfix/postscreen_spf_whitelist.cidr, line 5: non-null host address bits in "2a01:111:f400:7c00::/48", perhaps you should use...

Hey, I have a folder for wallpapers ith subfolders. It seems that this editor can't add the files in the subfolders recursively. Would that be a huge change to add?

enhancement

Hey, I wanted to initialize pen on a textarea, but the toolbar doesn't show up. after having investigated the problem, it seems that `selection.isCollapsed` is always `true` if you select...

In hopes of tackling https://github.com/jitsi/jitsi-videobridge/issues/1709, this is a patch that introduces a couple new config variables. Not sure this would be the right way though, as it's kinda superfluous in...

Hey, I've made a quick change for the light theme to be more easy on the eyes when using it with `"draw_white_space": "all",` in the settings.

Under FreeBSD, clang-based cc doesn't have `/usr/local/include` within its default include paths, so this patch will add it using `pkg-config` when necessary so the C extension is able to build...

Hi, when i try to parse a html string with an image in it, the text after the image element is appended the original image tag. Tested in python command...