Results 12 issues of Jason McClellan

The current documentation for the Twig based dump script is hard (if not impossible) to follow. See PHP comments below: ``` php

The API supports Tasks, Subtasks, Users, Notes, etc. We should try to expand the CLI to support these operations. The first thing I would propose is to change the command...

The following code compiles and works as expected on Scala `2.13.x`, but fails on `3.0.0-RC1`: ```scala import eu.timepit.refined.numeric._ import eu.timepit.refined.api.Refined import eu.timepit.refined.auto._ val x: Int Refined Positive = 5 ```...

Given the following test case code: ``` scala import zio._ import zio.console.Console import io.github.vigoo.zioaws.{iam, core, http4s} import io.github.vigoo.zioaws.iam.Iam import io.github.vigoo.zioaws.core.AwsError import io.github.vigoo.zioaws.iam.model._ object TestCase extends zio.App { val httpClient =...

bug

I've run into what appears to be an edge case and I'm having a very difficult time understanding the root cause. Here is a repo containing the minimal use case...

Some pacakges such as pixi.js re-export 3rd party libraries under their own namespace, e.g. @pixi/util does the following: export { default as EventEmitter } from 'eventemitter3' in order to provide...

Specifically noticed while converting PixiJS. PixiJS has a `@pixi/utils` package that contains the line `export { default as EventEmitter } from 'eventemitter3'` In Typescript, this means the `@pixi/utils` package has...

Running this setup straight from git on Ubuntu 16.0.4 `$npm run dev` Everything works, but nodemon doesn't detect filechanges and doesn't restart. It also seems like things don't shut down...

When a project aggregates other projects, it runs the command sequentially on each of the aggregated projects and then finally on the specified project. However, in this mode, it adds...