Results 15 issues of Joakim Nohlgård

This PR adds an option to specify path components as regular expressions to handle dynamic sub resources without having to register each instance individually. The example server has been updated...

The intention of this line of code is to check whether the conversion to float reduced the precision of the value, hence the conversion to double is correct here, but...

Some switch statements were missing default labels, this change adds [-Wswitch-default](https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wswitch-default) to the GCC+Clang build config and fixes the resulting warnings.

## Description The parse_dtb function in the pyFDT library fails to decompile with an error at a JUMP_LOOP instruction. Modifying the code within the two while loops in the given...

control flow

`coap/debug.h` defines the macros `info`, `warn`, `debug`. This is bad practice and worse is that these are some pretty common words which may already be in use in other applications...

Hi, I am using Fedora IoT on 64 bit ARM (aarch64). The cockpit packages in dnf are available on aarch64, but it would be nice if the container images also...

enhancement
webserver

The six module is missing when installing in a clean virtualenv (py34). I think the dependency info seem to be missing from the PyPI package. ``` (tmp) % pip install...

I would like to see automatic testing of the native platform on other systems than Debian+Linux+x86(or x86_64). Suggestions for tests: - FreeBSD - OSX - armv7a-hardfloat-linux-gnueabihf (Cortex-A\* linux) - ~~AArch64...

Area: tests
Type: new feature
Area: CI
State: don't stale

Network scenario: BR -> router -> leaf BR knows that leaf is behind router, however for some reason the leaf node goes missing and router drops it from its fib...

Type: bug
Area: network

### Contribution description This test is designed to catch an implementation bug where a timer callback is called directly from inside timer_set if the given timeout=0, leading to a stack...

Type: enhancement
Area: tests
CI: ready for build
CI: run tests
State: don't stale