Jan Palus

Results 20 issues of Jan Palus

c001fc01a43e ("pylibfdt: fix swig build in install") introduced python3-only super() invocation that fails with python2 File "setup.py", line 48, in run return super().run() TypeError: super() takes at least 1 argument...

## Expected Behaviour Threading remains the same when message unrelated to thread is marked as read. ## Actual Behaviour Threading changes. Assume following starting point: ![image](https://github.com/neomutt/neomutt/assets/484155/f6abd296-b538-44ac-983e-ae7a56c81582) Marking first message as...

type:bug

User may pass own compiler flags to configure which override those provided by project through automake. Therefore it is possible for user on ARM platform to pass CXXFLAGS=-mfpu=vfp which will...

Note that this is a question for clarification. I'm not a lawyer in any form and licenses get me confused. Quoting `LICENSE.md`: https://github.com/adobe-fonts/source-code-pro/blob/4bbbf01dcf69752d527dbad061e2977b30d0bee2/LICENSE.md?plain=1#L56-L61 Doesn't that mean that official releases ie...

bug

I'm running rootless `podman` container backed by `fuse-overlayfs` within which I'm running process opening many files one by one, each being `mmap()`ed and immediately `close()`d but all `mmap()` are kept...

Entries which end close to window border `PathPicker` cause infinite loop after trying to select them with either `f` or `F`. Following `for` loop is affected: https://github.com/facebook/PathPicker/blob/cc032b2b2fa2fa8ab2fedc93766b2bf2303781d2/src/pathpicker/screen_control.py#L668-L673 Seemingly due to...

In GitHub repo I see 0.93 tag as well as entry in `CHANGES` implying `stoken 0.93` was released back in March. However main download site, as indicated on home page,...

**Version info**: qutebrowser v1.13.0 Git commit: Backend: QtWebEngine (Chromium 80.0.3987.163) Qt: 5.15.0 **Does the bug happen if you start with `--temp-basedir`?**: Yes. **Description** When entering https://system.t-mobilebankowe.pl page load hangs, nothing...

priority: 2 - low
language: javascript
bug: behavior

Currently `cargo-vendor-filterer` filters only down to Tier 2 with host tools: https://github.com/coreos/cargo-vendor-filterer/blob/777cf0c0bda73531f06b2443b1664546db159c5f/src/tiers.rs#L17-L38 Would it be possible to extend the list or introduce some new `--tier` value to include Tier 2...

enhancement

There's nothing in `BatchPoints.Builder` javadoc that would warn against calling `build()` multiple times: https://github.com/influxdata/influxdb-java/blob/b1d1d8a2ed4430f6b6ac271362acab7b493be984/src/main/java/org/influxdb/dto/BatchPoints.java#L54-L57 https://github.com/influxdata/influxdb-java/blob/b1d1d8a2ed4430f6b6ac271362acab7b493be984/src/main/java/org/influxdb/dto/BatchPoints.java#L151-L156 and nothing in `build()` method itself that would cause ie exception: https://github.com/influxdata/influxdb-java/blob/b1d1d8a2ed4430f6b6ac271362acab7b493be984/src/main/java/org/influxdb/dto/BatchPoints.java#L156-L174 but creating multiple...