Masahiro Miyashiro (3846masa)
Masahiro Miyashiro (3846masa)
Whalebrew on Windows 🐋 🎉 🐳 ( bfirsh/whalebrew#29 ) I checked on cmd and MSYS2 bash with Docker for Windows. --- # PR for Windows ## syscall -> exec (https://github.com/3846masa/whalebrew/commit/8a6d78379dbc0357fa95679ce10c8f5db24d8301)...
In the current safeTry function, TypeScript cannot infer the type if the yielded Err and the Err returned by the generator function are different types. ```ts interface FirstYieldError { name:...
In some cases, unused class names may not be detected when stylelint is running for a short time. This problem is reproduced when the execution time of stylelint-no-unused-selectors is long...
Fix https://github.com/bucketeer-io/bucketeer/issues/1188 **This PR is a feature request.** In Bucketeer rules, there are `contains` (= `Clause.Operator.IN`), which is essentially the same behavior as `Clause.Operator.PARTIALLY_MATCH`. This PR defines an Operator that...
Fixed a problem that RouteParams type was not correctly inferred in cases where an extension was given, such as `/foo/:bar.mp4`. Also, fixed the problem that `:action` part was mis-detected when...