José Duarte

Results 39 issues of José Duarte

By default `JSONDecoder` does not support dates in the `ISO8601`, the serialization strategy needs to be changed with something like the following: ```swift let decoder: JSONDecoder = { let decoder...

discussion

Hello! I'm currently trying out ApiKit in my app, the overall API is very ergonomic! However, the way responses are handled are poorly documented and downright misleading. Starting with poorly...

adjustment

Hello! I use Python with pyenv, so that I can switch among versions when necessary, this means that my pip installs are not "permanent" and as such, if I install...

As the name indicates, I'd like to be able to customize the trailing line message format. For example, the "Lion - dapplion..." The setting could be `gitlens.trailingLine.format` so it is...

feature
triage

It's very much what's in the title, add a way to save measurements taken. For more context, the idea behind it is to monitor MacBooks before and after they go...

enhancement

When I do `show prefix ""` the output table comes out deformed. ``` leveldb» show prefix "" Key | Value / | d //QmdfTbBqBPQ7VNxZEYEj14VmRuZBkqFbiwReogJgS1zR1n | {"v":"1","i":"2024-06-11T14:13:15.721474+01:00","d":[{"u":"a2fb7ea8-e094-42c2-acdf-74c267656638","y":true,"i":10,"m":"f24yeyklfsjvav6onmm4k2lbkfi6chnke5ivt5wbq","s":0,"o":0,"l":0,"c":0,"d":false},{"u":"a2fb7ea8-e094-42c2-acdf-74c267656638","y":true,"i":10,"m":"f24yeyklfsjvav6onmm4k2lbkfi6chnke5ivt5wbq","s":0,"o":0,"l":0,"c":0,"d":true}],"c":0} /1220e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | [{"/":"QmdfTbBqBPQ7VNxZEYEj14VmRuZBkqFbiwReogJgS1zR1n"}] /0/1220e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855...

Fixes https://github.com/golang/go/issues/67663

Hey there! I love your crate and would like to try is as a simpler interface to RA as a way to test/prove an idea of mine. To that end,...