MMulthaupt

Results 22 comments of MMulthaupt

To throw in some specifics, how to get a sensible default implementation of `Filesystem` would be nice to know.

Would it be an option to readd this functionality (including centering) for the platforms where it works in a way it does not lead people to expect it to work...

In my specific case, I'd like to be able to have them centered (regardless of platform, where possible). Other configurations can make sense, however; e.g. remembering position and size from...

> * Should there be a restrictive naming schema? (Everything with suffix `WithOffset`, or is a `VertexAttribOffset` also allowed?) I reckon strictly using suffixes makes this change more accessible because...

I just looked at `package.go` of v3.3-core which I currently use, and in there I find 823 occurrences of `unsafe.Pointer`. The vast majority of these is not going to be...

But this isn't about varargs. If it needs to be any amount of dots, I believe a single `.` makes most sense since you are accessing a member of the...

Not sure if this helps, but I get the following output: ``` D:\Temp\sfz2bitwig>python --version Python 3.7.4 D:\Temp\sfz2bitwig>python sfz2bitwig.py "D:\Vault\Samples\SCC Taiko Drums\SCC Taiko Drums.sfz" Converting D:\Vault\Samples\SCC Taiko Drums\SCC Taiko Drums.sfz to...

There are uses for both, a generic memory-mapped file system, as well as a memory-mapped OS mock file system. We need file systems like `MemMapFsWindows`, `MemMapFsLinux` and a convenience method...

I believe what OP (and I) could use is something along the lines of `afero.Abs()`, with a working directory parameter if need be. @nofun97 It has been three years; do...

I suspect this changes depending on whether or not the `shell: bash`-keyvalue is added to a step.