Jason
Jason
@AlexeyTsvetkov @igordmn I just wanted to know, when will this PR be approved? I know compose multiplatform is still in alpha, but it would really be nice if this PR...
I also would like to add that `kotlinx-io`'s `Path.toString()` may not necessarily be compatible to `File`, for when the underlying object backing `Path` would change (in the future). So having...
> Using Okio's FS APIs I sorely miss the NIO design. Perhaps kx-io's `Path` can be an interface, and then we could have a concrete implementation of it that wraps...
P.S. That `PortablePath` could even have `"X:/"`, `"x:/"` and `"/"` interpreted as all valid prefixes denoting an absolute `Path`. On Windows, the `"/"` may be interpreted to have the same...
Is "UNLICENSED" equivalent to having no license? If so, how about "NO LICENSE" instead? This avoids confusion with "The Unlicense" (i.e., ), which is actually a valid license as a...
Looks good 👍 I'll keep this open just in case you still want to implement [number 4](https://github.com/joshuacc/ahkpm/issues/181#issuecomment-1328373800). Although, even if you don't implement the case-insensitive lookup, I think people would...
I just tried it too:  P.S. I could see the new `"scripts": {}` line too. I might try it for my test script when I find the time :)
Thank you for looking into this @leonardorafael So right now, I decided to not wrap my code (the `%sveltekit.body%`) in a `…` and SvelteKit is producing a warning, which is...
Regarding "Can I use", the criteria they're using seem to be that the feature must not have bugs. However, from the list of bugs listed by "Can I use", the...