N.S. Cutler

Results 7 issues of N.S. Cutler

Given the [implementation](https://github.com/getquill/quill/blob/master/quill-core/src/main/scala/io/getquill/ImplicitQuery.scala) of the Scala 2 version, is this feature implementable in Scala 3? A lot has changed clearly, not sure what the replacement for AbstractFunctionN is in Scala...

Linux users may have OpenJDK provided by their package manager, which creates a symlink from `/usr/bin/java` to the actual java home binary. Since Metals expects java home and not the...

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...

needs: reply

When I `eclipse` generate my projects none of the plugins in `project/plugins.sbt` have corresponding `` entries in the project's generated `.classpath` file. For library dependencies, no problem, sourcepath entries are...

Must be missing something: https://github.com/typesafehub/sbteclipse/blob/master/src/main/scala/com/typesafe/sbteclipse/core/Eclipse.scala What is the point? Looks the above will compile and that's about it, every top level object/class is private o_O `EclipseTransformerFactory` rewrites all break in...

eclipseOutput allows us to define a single target, but when you have class and test output targets this setting globs everything under a single target directory. Not the end of...

First step toward standalone component version of the library. Currently docs have been converted to standalone. TBD migrating library source itself to standalone. Probably can pull it off by creating...