bendem
bendem
Apparently, h2 doesn't support using `executeQuery` with DML statements, `updateReturning` solved that, but I removed it in https://github.com/bendem/sql-streams/commit/bbe9bf2477a48d129786a2da83c84f3adce596a8. Need to consider if it's worth adding back vs using something like...
Probably also needs a "getting started with " section. Like an example on how to make it work with spring `@Transactional` for example.
Same problem here, every x times, a build fails with `failed to add the host ( ) sandbox ( ) pair interfaces: cannot allocate memory.`. System info : ```console $...
If I understand correctly, this is the same as https://bbs.archlinux.org/viewtopic.php?id=282429 which is fixed by [this patch](https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git/commit/?h=mm-hotfixes-unstable&id=aa4ec634c24aa2ff24025ed1de763e079a7ea480) queued [here](https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/commit/queue-6.2/maple_tree-fix-mas_skip_node-end-slot-detection.patch?id=79583022efa64b59298c2cf4396bec1deb8d7db0).
The problem being seemingly random, I don't think changing vm.swapiness actually fixed the problem, it went away like it generally does and came back later. Some weeks we see this...
Quick question, why is rclone trying to write to the file when it doesn't need to? If I have configured rclone correctly and just need to execute a simple copy...
I don't think `open_file` should be implemented. It would mean possibility for plugin to open the player's files (potentially scripts and such) which would imo be a security hole.
These names sound right to me https://github.com/SpongePowered/SpongeAPI/pull/47#issuecomment-61437228
Yeah, a chat package doesn't make much sense in 1.8. I think what I read on the Sponge PR makes sense (not sure about the book only thingy - `TextClickAction.Type.CHANGE_PAGE`...
[README.md](https://github.com/sk89q/skmclauncher/blob/fourth/README.md) : > This launcher is no longer maintained due to time constraints. However, the launcher lives on as SKCraft Launcher, but it is purely for sending modpacks to clients....