-
So, I started to try this plugin and everything worked great! Thanks!
But, after the PR were updated with new commits I wasn't able to update the diffs. Since there's no command for that, I closed Vi…
-
Sometimes useful, for creating atomic lockfiles (https://github.com/vtjnash/Pidfile.jl) or secure tempfiles: https://github.com/JuliaLang/julia/blob/31bf76f8a1719e07612b9af4196bfc924cf73e21/base/file.…
-
Below loop takes 0.086338005s
https://github.com/binpash/try/blob/55a76199cbe5d564430f246f72100f22124161db/try#L109-L117
each unionhelper mount takes around 0.011723267s
each normal overlay mount…
-
I'm seeing an approx 1 in 4 segfault after processing on MacOS using the 4.8.1 build 2 package.
LLDB output:
```
thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1,…
-
It seems that the following code uses a temp file, is there any way we can bypass this and do the conversion in memory?
I encountered this when converting a MultiFrame Dicom File with lots of frames
…
-
Seems like eyaml backend's write_tempfile function uses ruby Tempfile without specifying appropriate permissions, so decrypted temporary files which contain decrypted passwords are saved as world read…
-
```
What steps will reproduce the problem?
1. Load a large file, or load over a slow network
2. Watch the the tempfile table in the database
3. Watch the actual file on the storage node
What is the e…
-
```
What steps will reproduce the problem?
1. Load a large file, or load over a slow network
2. Watch the the tempfile table in the database
3. Watch the actual file on the storage node
What is the e…
-
Similar to what is the manual page with a few more details.
from io import BytesIO as StringIO
import shapefile as sf
wb=sf.Writer(shapeType=sf.POINT)
wb.field('test','N',16,3)
wb.record(test=100)
…
-
module [random](https://nim-lang.org/docs/random.html) from stdlib requires a call to randomize in order to have random results that change at every call. Indeed the following:
```nim
import std / r…