David Dudson

Results 43 issues of David Dudson

I suspect this was unintentional. It may be to do with using `module:2020` Also, `@angular/core` should be set to the LTS or above, instead of 10.x which was released a...

Just ran into the need for a validated type. I'm considering creating a PR for this. Questions I have: 1. Is it beyond the scope of funfix-core? 2. Should we...

Just bumping the supported node versions to the latest node.

**Is your feature request related to a problem? Please describe.** OsDisplayVersion is a field on windows which can be accessed via `Get-ComputerInfo` in powershell This is the "22H2" part of...

Investigation

### Step 1 Rewrite simulacrum as a generator ### Step 2 Remove scalamacros/paradise from the cats build and replace it with scalagen. Note: We should not have to touch the...

There's no point in doing this until we release *something*, but we definitely should after.

help wanted
awaiting votes

Currently, we do not touch imports in generated files. When we expand a generator, we remove the annotation. Thus, code such as ```scala import foo.bar.Main @Main object App { println("Foo")...

bug
awating opinions

Mentioned it gitter multiple times. We will need to either pull in scalafix and/or handle it with a scalameta/contrib patch for transforming trees while retaining comments.

enhancement

Something like.... ```scala def generate(f: File): List[Source] = ??? def generate(f: String): List[Source] = ??? def generate(): List[Source] = ??? ``` This would allow scalagen to be used for things...

enhancement