Henry Tung
Henry Tung
As a suggestion, easiest way to resolve this is probably to make the save operation write to a temporary file first in the same directory, and then overwrite the existing...
@canton7 Maybe it needs to call `Flush(true)` before `base.Dispose()`? https://docs.microsoft.com/en-us/dotnet/api/system.io.filestream.flush?view=net-6.0#overloads > Use the [Flush(Boolean)](https://docs.microsoft.com/en-us/dotnet/api/system.io.filestream.flush?view=net-6.0#system-io-filestream-flush(system-boolean)) method overload when you want to ensure that all buffered data in intermediate file buffers is...
@uschi2000 Seems fair. When will the go binary setup be ready? I have this infuriating Docker container right now that always fails to start up once it's been shut down...
Can confirm I'm running into the same problem. FWIW, I have a similar setup: - Server: Win 8 x64, Synergy 1.7.6 (service) - Client: Macbook Pro, El Capitan, Synergy 1.7.6...
@amckee Sorry for neglecting this bug for a while, but I haven't had much occasion to use it recently. Will post a process list the next time the bug recurs....
Just as a follow-up for completeness: ### Current workaround Instead of storing metadata directly inside Gradle, it can be stored in output files and marked as such. These files will...
I'd probably call this suppression or inhibition if anything, but yeah, it can be useful in cases where, e.g.: - I'm launching a long task that I expect to take...
Aside: not sure why https://github.com/OpenIPC/website/blob/671c09cd56c3479550bcad4525808b44f62a8e20/app/views/cameras/socs/show.html.erb#L78-L81 is commented out? Seems like it exists in the [schema](https://github.com/OpenIPC/website/blob/671c09cd56c3479550bcad4525808b44f62a8e20/db/schema.rb#L131), at any rate.