Colin Taylor

Results 33 comments of Colin Taylor

Ah, no worries. Unfortunately this is the only tool I've found that works consistently for these other file formats, but it comes from the javascript/node world, so it's not particularly...

I looked into it more. It's possible to point prettier at pyproject.toml with a "--config" argument, but it spews warnings about unrecognized keys. The config settings would also have to...

Updated the title because I finally managed to search-grep this, which is what this is called in typescript: [Mapped Types](https://www.typescriptlang.org/docs/handbook/2/mapped-types.html)

Thanks, that's very helpful (albeit a little disappointing). Can you point me at where the discussion is happening (if it's online) so I can keep an eye on that?

I'll work on a quick PR for you. Thanks for taking a look while you're busy

Sorry for the slow progress on this, I've been busy. You can manually add this by calling `target_compile_definitions( PRIVATE BUILDING_NODE_EXTENSION=1)`. I'll make sure this is in the next release.

So, for a bit of history, you'll need to look at #30 I've been hesitant to change to this because I've long felt that this may end up masking legitimate...

I need to think through the implications of using N-API instead of / adjacent to(?) NaN and just in general with this tool, but I was largely waiting for things...

I've been thinking about this for a while, because I'm not sure exactly how I want to handle it. At a minimum, here are my current thoughts: * The re-written...

I'm normally not one to do this, but, just a quick \*bump* as I've made an alteration to the PR to adjust to the most recent release, along with an...