Benedict Lee
Benedict Lee
Just thought I'd leave a comment here noting that `~/Library/Caches/Homebrew/descriptions.json` that seems to contain formulae names and their descriptions. A quick search of Homebrew's repo suggest that it functions as...
I've tried it on 2.12.0-M3, and the bug still appears. As you've suggested, I've filed an issue to the Scala issue tracker here: https://issues.scala-lang.org/browse/SI-9543
As I've noted in the comment in the Scala language issue, introducing a type parameter to the method call instead of letting Scala infer it allows the code to compile....
I do have `fish` installed, and my `.bashrc` execs `fish`.
As an alternative to not vendoring `postcss-load-config`, would Vite consider re-exporting the PostCSS config type from `postcss-load-config`? This would have the advantage of allowing us to write type-safe configs using...
Thanks for considering this feature request. I'll answer your listed questions in order below: - I'm not sure what the whole range of formats it should support be, but at...
Thanks for the workaround, that sounds useful while waiting for a time column type. For time arithmetic, the limitations are fine for me, mostly because I don't do time arithmetic...
I'm getting the same errors on a 2070 Super on 560.94.
Sure, I wouldn't mind giving it a go, though it might take some time to get to it.
I was mostly only thinking about URLs like `/a/b/c` because that was what my project needed support for, but for completeness, I would look towards WHATWG's [URL standard](https://url.spec.whatwg.org/#relative-url-string). [Mozilla's documentation](https://developer.mozilla.org/en-US/docs/Learn_web_development/Howto/Web_mechanics/What_is_a_URL#absolute_urls_vs._relative_urls)...