Paul Thompson

Results 7 issues of Paul Thompson

``` // Generates and compiles OK module bugged_ok { struct AA_Struct { Double val123; }; union AZ_Union { AA_Struct val; T tval; }; }; ``` ``` // Generates ok but...

bug

**Is your feature request related to a problem? Please describe.** Typescript code generated to a file tree on github, in a manner that can be imported and used by deno....

feature-request
workaround-available

I notice that selecting the desired version works by using the filesystem to link the desired version into place. This means that the effect of selecting a particular deno version...

**Describe the bug** Error installing deno from dvm v0.8.0 It hits `[WARN] Failed to downloading Deno binary file, fallback to build from source.` I don't want to install from source...

In order to pull in the most recent version of helmet, test updating to Helmet latest (v7). In order to allow further updates to Helmet in future set as a...