Jarle Hjellvik Wallevik

Results 11 comments of Jarle Hjellvik Wallevik

@michaelklachko Well dangit. Do you have any estimates on the performance on a single 1070, as well as how much I would actually get out of it, seeing as my...

I'm having trouble downloading sheets. Is this possibly why?

Hi, thanks for the response! I need some of the new feature for a commitizen template I'm working on atm, and a few of the features would be handy as...

With the help of the newer questionary additions, I've written an adjusted template. It uses [the checkbox feature for specified scopes](https://i.gyazo.com/529ffc223721b29ffedb44107817e670.mp4), as well as an [extra field which grants issue...

> [@Zylvian](https://github.com/Zylvian) Can you make a small reproducible OpenAPI JSON exampe? @melloware Would you want me to paste the C# controller code that generates it, or simply the entire OpenAPI...

OpenAPI.json specific part referenced above: ```json "ObservationDto": { "required": [ "id", "userId", "taxaID", "latitude", "longitude", "spottedDate" ], "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "userId": {...

@cortz That'll do for now, indeed! Thanks a ton! May I ask how you found the "ConfigureHttpJsonOption" delegate, or how you knew to that specific method?

THinking the issue is related to the URLSearchParams, as I'm not sure why it does "FromForm" to URL Search params.