Benjamin Conlan

Results 20 comments of Benjamin Conlan

can also verify [db.end()](https://github.com/sidorares/node-mysql2/issues/1334#issuecomment-998147999) does resolve the issue on the mysql2 end (but ideally I'd like a single connection for this behaviour to prevent the temp table from being removed)....

Yeah, I think this is just an issue with the progressive nature of the std api. I've got it compiling against 0.8.1 but alas, the linking is borked for me...

Yeah sorry, this is most likely due to https://github.com/userver-framework/userver/pull/81 This may need to be unmerged as it's introducing too many issues (beyond those exercises by the CI and myself (fedora...

Yes! Destructuring! I think leaving the typesystem alone for this is fine. Array seems like a good enough default, (if packing results in an array) and recast to a tupleN...

Yeah, if we're doing types I think @gregorysech pointed out the common solution for the scenario (tupleN generics) but destructuring is more about shapes (but I guess have to be...

Yeah, I'm generally seeing the same issue (suspect wayland) this time on fedora 35 (using gnome 41)

Does the java implementation of test containers support docker-compose profiles? (from the api it isn't obvious). I noticed that the node impl supports profiles though. https://github.com/testcontainers/testcontainers-node/releases/tag/v7.23.0

I'm seeing better behaviour than this on podman 4.3.1 (rootless). But im seeing issue surrounding socat initialisation: ```log 11:38:09.386 [main] INFO 🐳 [docker-compose] - Docker Compose has finished running 11:38:09.530...

[In the code found in [email protected] the developer has added an example](https://github.com/expo/expo/blob/8a424bebc829735a9debda43adbfeac3615615a7/packages/expo-auth-session/src/providers/Google.ts#L241) of how this should be overcome via overriding the `native` key in the `useAuthRequest`. The general behavior is...

Also verified issue against intel NUC11PAKi5 (kvm). Work around by @RussianE39 didn't solve the problem for me. ![image](https://github.com/clearlinux/clr-installer/assets/394160/e0056329-f95f-46ef-8b50-7e627feda4a2) and the last visible page from `cat /root/clr-installer.log` ![image](https://github.com/clearlinux/clr-installer/assets/394160/8aeb5b95-bb01-4158-b745-70bd35dff941)