eudoxos

Results 61 issues of eudoxos

For the record (might go to the docs?), compiling with clang 7 on arm (`armv6k-unknown-linux-gnueabihf`) resulted in undefined symbol `_Unwind_GetIPInfo`; this was solved by linking against `-lunwind` from llvm. Feel...

question

It happens sometimes that otherwise working backward prints `Stack trace (most recent call last) in thread 16:` and then it hangs. I am not able to reproduce this error reliably...

The examples go against (my) privacy expectations for open-source projects in 2 points: * all examples try to call home (powerbi.com) via the "hidden" file `.sync_build.sh` on Linux; this should...

See e.g. https://towardsdatascience.com/python-pitfall-mutable-default-arguments-9385e8265422 (It happened to me that an object was stubbornly getting color set in previous runs.)

I am connecting to a camera which is on different subnet (from a Docker container on Windows host, not my choice); there is a bridge device between the container VM...

1. Enhancement
5. Gige
7. Containers

https://github.com/AravisProject/aravis/blob/c139db0127a8a0d10e9c7cf87c81c9fd5f963030/meson.build#L34 I am using `x86_64-linux-gnu-gcc` cross-compiler under Linux, it is version `9.3.0`, and the `-Wenum-conversion` is not understood (it is understood by the native gcc 9.3.0, curiously): ``` x86_64-linux-gnu-gcc: error:...

1. bug
5. Build

Hi, I would like to add support for OpenCV matrices (`cv::Mat`). All supported matrix classes in `H5M*` are templated based on scalar type (plus other things); `cv::Mat`, on the other...

* bleak version: git develop branch * Python version: 3.8 * Operating System: Ubuntu 20.04 * BlueZ version (`bluetoothctl -v`) in case of Linux: 5.53 ### Description I am first-time...

enhancement
Backend: BlueZ
Backend: Core Bluetooth
Backend: WinRT

In this MWE, `/download_zip` should cause download of on-demand file with user-set `Content-type` and `Content-disposition`. As far I see, this is currently not possible with JustPy (starlette has [StreamingResponse](https://www.starlette.io/responses/#streamingresponse) just...

enhancement
core