Results 83 issues of josch

Hi, I am intending to package blockui for Debian because it is used by the demos provided by https://github.com/meetecho/janus-gateway. Unfortunately it seems that there have been no commits to this...

It would be nice if ocamlgraph could provide an implementation that calculates the condensation of a cyclic graph. This would allow representing all strongly connected components of a graph as...

new-algo
has-code

Hi, in the `orocos-bfl.pc` it says: includedir=${prefix}/include But with that value, the examples will not build outside of the source directory because they are not including the `bfl` component in...

Hi, I'm trying to add libarchive support to e2fsprogs using dlopen. I wonder how stable the `SOVERSION` of libarchive is, because I see two conflicting facts: 1. `CMakeLists.txt` says: "INTERFACE_VERSION...

I'm working on adding clapper support to [syncplay](https://github.com/Syncplay/syncplay). In https://github.com/Syncplay/syncplay/issues/577 @Rafostar suggested to use the webrtc interface to communicate with clapper. I'm opening this issue to track the missing features...

enhancement
API

Hi, which file is `variables.less` in `searx/static/themes/oscar/src/less/pointhi/oscar.less` supposed to reference? There is no `variables.less` in `searx/static/themes/oscar/src/less/pointhi`. Is it supposed to be `searx/static/themes/oscar/src/less/logicodev/variables.less`? But then why is it not referenced in...

question

Hi, the following is tested on Debian unstable with i3ipc 2.2.1: ``` $ time python3 -c 'import json; import subprocess; data = json.loads(subprocess.check_output(["swaymsg", "-t", "get_tree"]))' real 0m0.155s user 0m0.137s sys...

bug

catch2 v3 broke their api and requires changes to the sourcecode: https://github.com/catchorg/Catch2/blob/devel/docs/migrate-v2-to-v3.md#top The following patch fixes this: ```patch --- a/fuzzylite/test/BenchmarkTest.cpp +++ b/fuzzylite/test/BenchmarkTest.cpp @@ -16,7 +16,7 @@ #include "fl/Benchmark.h" -#include "catch2/catch.hpp"...

### ImageMagick version 6.9.12-84-33-gd49d6b227 ### Operating system Linux ### Operating system, version and so on Debian bookworm ### Description When comparing attached images before commit d49d6b227a128aa0f9b4b0f2e2c697d44ac6dc65, they compared as equal....

https://crates.io/crates/sha-1/0.9.8 > SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead. Please consider replacing sha-1 by sha1. Thanks!