Stefan Frijters

Results 12 issues of Stefan Frijters

## Description Recently I have been debugging a segmentation fault in our code that seems to have been caused by transitive dependencies of occa. During this process I noticed that...

## Description As discussed in the overtime of https://github.com/libocca/occa-taf/blob/main/meeting-notes/2022-06-29.md, this is an example of the kind of information that we would like to be available. It punches through abstractions rather...

It seems throwing exceptions from functions marked 'extern "C"' is undefined behaviour. This causes some tests that use ASSERT_THROW to fail when compiled with the PGI (20.1-0) compiler, since the...

**Describe the bug** In the 11.36.0 tag, the `__version__` is set in https://github.com/dropbox/dropbox-sdk-python/blob/v11.36.0/dropbox/dropbox_client.py But for 11.36.1 it is not: https://github.com/dropbox/dropbox-sdk-python/blob/v11.36.1/dropbox/dropbox_client.py Cf. https://github.com/dropbox/dropbox-sdk-python/issues/425 **Expected Behavior** Each tagged version has the `__version__`...

bug

``` =================================== FAILURES =================================== _____________________ test_tcp_connection_with_forwarding ______________________ event_loop = @pytest.mark.asyncio async def test_tcp_connection_with_forwarding(event_loop): closables = [] host = '127.0.0.1' port = '55556' addr_info = parse_address(os.environ.get('DBUS_SESSION_BUS_ADDRESS')) assert addr_info > assert 'abstract'...

When trying to compile the [TrainHub example](https://github.com/corneliusmunz/legoino/tree/master/examples/TrainHub) for `esp32:esp32:XIAO_ESP32C3` I ran into the following error ``` //internal/Legoino_1.1.0_f5d0c9dbfa55ee37/Legoino/src/LegoinoCommon.cpp:101:10: error: no declaration matches 'uint32_t LegoinoCommon::ReadUInt32LE(uint8_t*, int)' uint32_t LegoinoCommon::ReadUInt32LE(uint8_t *data, int offset =...

Currently these bindings use hard-coded MPICH datatypes (as do mine). OpenMPI datatypes are different and it would be nice to maybe use version(...) to allow for both. Now that https://github.com/DlangScience/OpenMPI...

## Description of changes https://github.com/arduino/arduino-cli/releases/tag/v1.0.2 I've made most recent commits to this package in nixpkgs and I'm actively using it, so I think it makes sense to add myself as...

10.rebuild-linux: 1-10
10.rebuild-darwin: 1-10
11.by: package-maintainer

## Is your feature request related to a problem? Symlinks in nixpkgs `lib.fileset` are causing issues: https://github.com/NixOS/nixpkgs/issues/393845 and this function would help resolve it. ## Proposed solution Add a a...

feature
good first issue
idea approved

https://github.com/oxalica/rust-overlay/pull/190 added a dependency on `libsecret` to cargo. This pulls in a lot of (large) transitive build dependencies (like gtk3) that are annoying to build in a cross-compilation scenario. I...

enhancement