Arjan

Results 8 issues of Arjan

Currently fatal errors such as invalid domains simply return 200 OK. To mitigate that one could, e.g., throw 502 Bad Gateway instead. Change: ```php // retrieve response (headers and content)...

It seems that `$_POST` and `http_build_query` are not symmetrical. Currently, `$_POST` is tried first when reading the original POST request: ```php } elseif ('POST' == $request_method) { $request_params = $_POST;...

The LoRa Alliance has changed the URL structure of its documentation again, now using some WordPress-specific URLs that are likely not future proof either. As this is the second major...

Calling `join` for OTAA [invokes `configureChannels`](https://github.com/TheThingsNetwork/arduino-device-lib/blob/389ab709bcdee14f62d95a66a5a985b36b6bafdf/src/TheThingsNetwork.cpp#L520), which for some regions erroneously changes the RX2 settings: ```cpp void TheThingsNetwork::configureEU868() { sendMacSet(MAC_RX2, "3 869525000"); sendChSet(MAC_CHANNEL_DRRANGE, 1, "0 6"); char buf[10]; ... ```...

prio/high

lora-packet shows incorrect details for a Join Accept: 1. Without first decrypting the message, the following lines in `_initialiseFromWireformat` are not quite valid: https://github.com/anthonykirby/lora-packet/blob/53190fa4b9b2920c31187f8e39adb7d72c8cc6b0/lib/packet.js#L138-L149 2. I guess `toString` should only...

**Related Issue(s):** - #665 **Description:** * Change the registration of the PUT `/collections/{collection_id}` endpoint, to include the missing URL fragment when calling the `update_collection` function * Add missing tests, and...

#630 fixed the update collection REST endpoint in the "transactions" extension, to properly include the collection's id in `/collections/{collection_id}`. Nice. However, [when the endpoint is registered](https://github.com/stac-utils/stac-fastapi/blob/2e14348e9e9d37904b065156c8155b57de99e3b9/stac_fastapi/extensions/stac_fastapi/extensions/core/transaction.py#L131) it still only expects...

## Problem description Users who are assigned a seat in a Team subscription still see "Docker Personal" in Docker Hub. Docker Desktop does show "TEAM TIER" though. Also, **some** limits...

scope: billing