Ian Copp

Results 27 issues of Ian Copp

Instead of just using `.txt`, filenames should try and use the extension of the original file, leaving out query strings.

I've got a few forms for big business sites where, rather than saving locally or POSTing to a different URL, things are set up so that it's a local POST...

This PR adds Typescript and fixes the bare minimum of errors needed to get the type validation to pass, plus adds a Github Actions config that will flag with a...

This PR adds the automatic code formatting tool `pretter`, set up to run when `git commit` is run locally (via `husky-v4` and `lint-staged`) as well as with a new Github...

This is a big problem when multiple pages have different forms, or when using `withNextRuntime`. Submit a form on route A, and the form data will replace the props on...

See: https://github.com/rayepps/radash/blob/03dd3152f560414e933cedcd3bda3c6db3e8306b/src/typed.ts#L68 I think it's reasonable to say that most people would find this an unintuitive result, as an explicit `true` or `false` is a value that definitely exists.

If I make a Node package, I don't want an extra `report.html` being dumped into my publish process. This adds an extra cleanup step if I want to use the...

So far there doesn't seem to be a clear outline on how to use this plugin with singleton pages with predefined IDs. A basic outline on how to do this...

Currently you can set `engineLocation` and `workerLocation`, but this still basically requires dumping all the contents of `resources` into a static path. If it was possible to set an individual...

Without a license for the repo, it's unclear under what conditions, if any, other people are allowed to reuse this code.