Results 186 issues of Maik Riechert

I'm not sure if this will ever work, but at least we know. The [hello-world](https://github.com/docker-library/hello-world) image contains a hello program that's fully statically linked (uses musl). ``` docker pull hello-world...

enhancement
p3
area: compatibility

```sh docker pull python:3-alpine docker run --rm python:3-alpine python3 -c "print('Hello world!')" sgx-lkl-disk create --size=100M --docker=python:3-alpine python.img sgx-lkl-run-oe --hw-debug python.img /usr/local/bin/python3 -c 'print("Hello world!")' # Error relocating /usr/local/lib/libpython3.8.so.1.0: copy_file_range: symbol...

bug
area: compatibility
p2

The following files include the internal musl header `atomic.h`: - `src/enclave/enclave_event_channel.c` - `__atomic_fetch_add`, `__atomic_add_fetch`, `__atomic_load_n`, `__atomic_compare_exchange_n` - Note that no `a_*` functions are used, so the header include is redundant....

enhancement
area: sgx-lkl
p3
area: building

There is a series of LWN articles which talk about shrinking the kernel through different methods. We should evaluate them in terms of effort, size reduction, and possible regressions. -...

enhancement
p3
area: building

Currently, libjpeg from http://ijg.org is used when building wheels. Given that [libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo) is compatible with libjpeg and 2-6x faster it makes sense to switch to it. Note that this will...

enhancement
help wanted

Related to #147. The end goal is to be able to do `pip install git+https://github.com/letmaik/[email protected]` without installing numpy and cython in advance. This is mostly for Linux and will also...

enhancement

https://github.com/letmaik/rawpy/pull/150 switches to using vcpkg for Windows to install libraw dependencies. Since vcpkg is cross-platform it may make sense to use it for macOS and Linux as well. This would...

enhancement

This repo should have a DEVELOP.md file with guidance on how to get started with development and how to do releases, incl. pre-releases. FYI @harshithdwivedi

enhancement

The example code of the readme is: ``` js new L.GPX(gpx, {async: true}).on('loaded', function(e) { map.fitBounds(e.target.getBounds()); }).addTo(map); ``` To me this looks like a race condition. If the constructor of...

As far as I see, the only relevant change was GitHub Action's upgrade to macOS 11. Old: - Test captures from CI: [test_captures.zip](https://github.com/letmaik/pyvirtualcam/files/8120594/test_captures.zip) - Actions: https://github.com/letmaik/pyvirtualcam/actions/runs/1538778242 - Commit: ee8f89ace6b100f55f58ead2ff5f37906aa80502 -...

bug
help wanted
macOS