James Garbutt

Results 209 comments of James Garbutt

sorry this took me so long to get to, i've been away a lot this month and last. this will be because the build output (`main.js`) actually ends up with...

it is done but i was waiting until i get chance to properly test and ship the postcss-lit branch basically. to be honest it passes all tests and seems to...

@pamapa just catching up on this again. it looks like browser support for crypto is pretty widespread at this point. what do you think to simply using the browser's crypto...

a possible _temporary_ solution is to just change the browser entrypoint to be ESM rather than IIFE. is there really anyone out there using oidc-client-ts via an IIFE script? highly...

have created a draft #909 for anyone curious don't expect that PR to land, its more to help us get this moving and bounce some ideas around

Could you possibly upload an example MP3 somewhere? or to avoid the obvious copyright implications, find the block in a hex editor and paste it here (i guess its TIT2,...

i've also tried to update all occurrences of `throw new DiagnosticsError` or `throw new Error` to instead create/add a diagnostic and return `undefined`. seems to be what we do elsewhere...

fyi i've marked for review but i have some tests to write still there's also a comment or two i left myself which would be good to resolve first

FYI i've also now updated gen-manifest to support mixins. i still need to update the goldens at some point, though.

ok as per discord, for now i've done two things: 1. drop `isMixinClass` so i can just figure it out from scratch (see note below) 2. only consider call expressions...