Bonne Eggleston

Results 43 comments of Bonne Eggleston

Well it's part of the html spec, so this would make forms behave more like if they were a normal html form (I think) I'm using a checkbox as a...

Actually the converter is a pretty good way to do it, just a little verbose.

I could be reading it wrong but see here: http://www.w3schools.com/jsref/prop_checkbox_value.asp

@katowulf I just checked how it works with a normal html form like the one below. If you submit that with the checkbox unchecked you get no "foo" parameter sent,...

Can confirm the monkey patch works to enable deleting redirect_uri from client_options. ```ruby class OmniAuth::Strategies::OpenIDConnect def redirect_uri full_host + callback_path end end ```

It seems the server will log this error when you attempt to upload a duplicate without sending the x-immich-checksum header (which bypasses trying to save the upload if one already...

Latest immich-go version (0.25.0) avoids uploading duplicates better, so should see this a lot less. > Getting this as well. immich-go. puling media from multiple sources and most likey a...

I've already written code to work around any value that's set here for the modbus component at least, so the default isn't super important. Simpler is always better in my...

Probably should let users set it, given the number of configurations that are possible. Components can always ensure it's set correctly. On Fri, 24 Jan 2025, 7:54 am brambo123, ***@***.***>...

This looks good to me. Once merged I will update #8032 to utilize this. @jesserockz