Damien Tournoud
Damien Tournoud
Not a lot of traction as far as I can see. I did this as a proof of concept that it could work... and it did. Now I'm interested in...
I haven't investigated why yet, but it seems like it is the Geocoding API that is failing. Can you try to disable the "Enable Geolocation Entity using OpenStreetMap" option in...
I just bumped into this. I wanted to use `*Provider.UserInfo()` to check a token provided externally. Unfortunately there is no way to distinguish between "any random server error" and "this...
For tracking, this is related to the block size in USB-OTG mode: the ESP32-S2 and ESP32-S3 using the internal USB-OTG serial adapter accept only smaller block sizes. This was relatively...
I confirmed that flashing an WEMOS LOLIN S2 works with espressif/esptool-js@3a01130. There is only one small code change required: ```diff --- a/src/flash.ts +++ b/src/flash.ts @@ -74,7 +74,7 @@ export const...
> The idea with this change is that when we resumeLog, we should never end up with a zero cursor unless the user specifies it as the initial sequence number,...
Understood, but then how could we improve the result here? The error is coming directly from `function_range()`. It crashes trying to iterate on the critical points here (on line 269):...
@uniphil Given that the issue with `com.atproto.sync.listRepos` and `com.atproto.sync.getRepoStatus` erroring out when an account doesn't have a repository revision has been fixed, maybe this issue can be closed, and the...
For reference, this is Apple being silly, and refusing to properly encode the `+` in the cursor. See [this discussion](https://stackoverflow.com/questions/43052657/encode-using-urlcomponents-in-swift) for additional details. From the perspective of indigo, one course...
We would also love to see preconditions supported on OVHcloud Object Storage. Namely, supporting: * `If-Match: ` and `If-None-Match: "*"` on `CompleteMultipartUpload`, `PutObject`, and `CopyObject`; as well as * `If-Match:...