Jason Pickens

Results 191 issues of Jason Pickens

Thanks for creating this tool. Can you please include the correct license and attribution for files that this creates so that I can also include the correct license in my...

The great thing about awesome-x is that there is one place to go to find all things awesome. It is confusing that awesome-awesome has two. It would be good if...

Discussion

I just came across this repository as it is cross linked from https://github.com/YuzuJS/setImmediate. I get that it is quite old but in case this is still being maintained I was...

enhancement

There is a weird problem where using an existential type with an `Rx` causes the compiler to get confused. I have minimal reproduction here: https://github.com/steinybot/bug-reports/tree/scalarx/existentials ``` trait Foo[A] case class...

The Scala.js builds are including relative paths to sources on the developers machines. For example: `../../../../../../../../../home/nick/Forks/scala.rx/scalarx/shared/src/main/scala/rx/Ctx.scala` I am trying to write a webpack loader which can fetch these sources but...

If we try this: ```scala @newsubtype final case class Foo(value: Integer) implicitly[Null

I am getting the following errors on https://github.com/BotTech/scala2plantuml/blob/e511e8ac6bb3ec1cc57d31917d52722acc41074c/core/src/main/scala/nz/co/bottech/scala2plantuml/ClassDiagramRenderer.scala#L130: ``` sbt:scala2plantuml> compile [info] compiling 15 Scala sources to /Users/jason/source/scala2plantuml/core/target/scala-2.13/classes ... [error] /Users/jason/source/scala2plantuml/core/src/main/scala/nz/co/bottech/scala2plantuml/ClassDiagramRenderer.scala:115:19: [wartremover:Any] Inferred type containing Any: [_]Seq[_] [error] case head...

I think the default behaviour should be to disable all warts for the `console` sbt task. If you don't then you get things like this when starting the console: ```...

AWS Vault is awesome and makes up for some pretty serious lacking features in the AWS CLI. Thanks for making it! Have you (or anyone else that you know of)...

### OrientDB Version: 2.2.37 ### Java Version: 1.8 (server), 11 (client) ### OS: Amazon Linux (server), macOS (client) ## Expected behavior Ordering should not affect the number of results returned,...