Matěj Cepl

Results 230 issues of Matěj Cepl

Hi, I would love to run the test suite while building packages for openSUSE distro. It would be the easiest if the tests/ directory was also packaged in the distribution...

Hi, I would love to run the test suite while building packages for openSUSE distro. It would be the easiest if the tests/ directory was also packaged in the distribution...

When running the testsuite with Python 3.7.* on openSUSE ([logs from building](https://github.com/jupyter-widgets/traittypes/files/2885008/build-log.txt)) I get reliably this error: ``` [ 32s] ====================================================================== [ 32s] FAIL: test_bad_values (traittypes.tests.test_traittypes.TestIntArray) [ 32s] ---------------------------------------------------------------------- [...

Talking about rST files, this is a wrong highlighting of a “commented out” paragraph. ![screenshot-2023-11-02_22-11-1698961336](https://github.com/orbitalquark/scintillua/assets/198999/e02ffef3-8a00-4796-9145-6f9a4b030d5c)

1. `rofi` uses [`$TERMINAL`](https://github.com/davatorium/rofi/blob/next/doc/rofi-sensible-terminal.1.markdown?plain=1#L5) 2. `xdg-terminal` uses [`$TERM`](https://gitlab.freedesktop.org/xdg/xdg-utils/-/blob/master/scripts/xdg-terminal.in?ref_type=heads) (which is rather dumb IMHO, [also this is being discussed](https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/241)) 3. `xdg-terminal-exec` uses [special configuration files](https://github.com/Vladimir-csp/xdg-terminal-exec/blob/master/README.md) 4. You seem to use [`$TERMCMD`](https://github.com/GermainZ/xdg-desktop-portal-termfilechooser/blob/main/xdg-desktop-portal-termfilechooser.5.scd?plain=1#L41)...

``dictd`` as it stands now (9a2f53e) works only with IPv4 (for example, it still uses ``gethostbyname`` function). There were efforts in Red Hat to make all their programs working with...

Prefer HTML5 versions of most tags. Signed-off-by: Matěj Cepl [email protected]

Would it be possible to add new backend for importing from LDIF file (exported from Thunderbird Addressbook)? I have created [LDIF parser](https://github.com/mcepl/parseLDIF) which gives me an array of objects from...

![screenshot-2021-09-18_00-09-1631919252](https://user-images.githubusercontent.com/198999/133861759-666fbdc2-d820-41a7-80c0-c655e25a2aa7.png) Not sure what else to add. The latest (`master` branch, https://github.com/neovim/neovim/commit/5e22fdd9c) neovim with all plugins freshly updated and this configuration: ```lua require'nvim-treesitter.configs'.setup { -- one of "all", "language", or...

When packaging napalm-procurve 0.7.0 from GitHub on openSUSE/Factory, this test fails: ``` [ 27s] =================================== FAILURES =================================== [ 27s] ______________________ TestGetter.test_get_facts[normal] _______________________ [ 27s] [ 27s] self = , test_case...