Edwin Kofler

Results 229 comments of Edwin Kofler

Yeah, some code on the asdf-side might need to be modified for this to work. Changing the shebang, or something [like this](https://github.com/version-manager/woof/blob/740701b893fe29404c39d410e847aff38849aeb4/pkg/src/bin/woof.sh#L4) are possible fixes.

Closing this to reduce my personal PR queue as this repository seems to not be maintained

@Stratus3D Yeah I figured you were focusing your effort on the Go (previously Rust?) fork. That's why I closed all my other PRs too; But the rewrite is a bit...

> Would that work? And if so do you think we will run into any problems with this approach? Thanks for taking the time to look into this! I like...

Cool beans, got that locking fixed! @Technius Yeah, that's the only use case I can think of for absolute paths too. I figured it's much less intuitive and is extremely...

OMG!! MSVC returns an empty string? Yeah let's hold this - it looks like we have to give special treatment to msvc and cygwin or something... Thanks for bringing this...

Yeah - I too was thinking we can have an exception for Windows - where if the drive letter is different, use the absolute path. I suppose this would mean...

The latest commit addresses feedback; namely: - If the drive letters are different on Windows (the `root_path()` checks), then simply use the absolute path (see test) - If the final...

I just fixed up the PR again, renaming the method to `normalizeAssetPath`, and changing the following: On Windows, the path is now normalized to use UNIX-style file separators. I checked...

If I don't push any commits by April 13th (tomorrow), feel free to finish it up. I wish I was able to close this earlier