Julian Rosse

Results 60 issues of Julian Rosse

Per https://github.com/helixbass/eslint-plugin-ad-hok/issues/60, I'm not seeing a successful way to leverage template literal types to check whether path-style dependencies arguments are valid or not But so can at least take an...

I believe ts-ad-hok-plugin also doesn't have its own README yet. But would be nice to reference it from here (eg similar to where explaining the Babel plugin setup)

Per @timothyjoh's suggestion, should at least document the usage of a debugging helper like `log()` if not consider including it in ad-hok/ad-hok-utils

Since the published types include a type defined using `ValidationMap` from `prop-types`, do we need to declare some sort of dependency on `prop-types`?

I ran into this when trying to use `flowMax()` for a non-React component What I mean by this is that Typescript expects the signature of the function returned by `flowMax()`...

Couldn't handle eg `Tue 2/4/90`. Basically it shouldn't matter that it's already seen a dayname (eg `Tue`) when interpreting the numeric fields

### The content that the question is about _No response_ ### The question Here are a couple of other notes that I took while going through the book that are...

question

### Type of error Minor technical mistake ### Location of the error https://marabos.nl/atomics/building-locks.html#optimizing-further ### Description of the error "After the lock state has changed" - if I'm following correctly then...

errata
unconfirmed

### Type of error Minor technical mistake ### Location of the error https://marabos.nl/atomics/memory-ordering.html#fences ### Description of the error In the "Let’s take a look at a more complicated use case...

errata
unconfirmed

Hi, I am trying to get a MIDI effect plugin using `nih_plug` working and came across this plugin as a nice example. I found that my plugin and the version...