Jure Varlec

Results 19 issues of Jure Varlec

**Describe the bug** It is not possible to open an account with the N26 banking application `de.number26.android`. One of the steps of the verification process tries to obtain the location...

bug

#### Description :octocat: Spacemacs has issues using LSP via TRAMP that are not present in vanilla emacs. In particular, it opens many SSH connections, spawning a `clangd` (or `ccls`; I...

Tramp
Help wanted
Language Server Protocol
stale

Looking at the code, the `plc_tag_get_string()` function appears to assume that the first two bytes at the provided offset contain the string length. This does not appear to always be...

enhancement

IIUC, libplctag relies on fragmented reads to fetch large tags, and that it not supported on Omron NJ. Skimming through the code, it seems to me that automatically splitting large...

enhancement

I made a simple mistake, and specified the units without the `.service` extensions; i.e. ``` restartUnits = [ "dovecot2" ]; ``` instead of ``` restartUnits = [ "dovecot2.service" ]; ```...

I'm really happy the compose key feature has landed, it's quite cool, especially the way the keys change to show you what's available. What I was looking forward to the...

This checkbox doesn't currently work properly: even when unchecked, the file is created, but it doesn't contain all the data. The use case of making raw video files without the...

For simplicity, QArv always used contiguous `cv::Mat`. This reduces performance of swscale decoder. Consider lifting this limitation. Most of the code should not really depend on this IIRC, but this...

Aravis keeps adding `GError` parameters to their functions. I keep inserting `nullptr` :grin: . We should instead print some diagnostics if these functions fail. Emmanuel was kind enough to [provide...

It would be good to enable more compiler warnings and fix reported issues. Examples: `override` keyword, deprecations, inconsistent `class`/`struct` declarations, switch statements, etc.

good first issue