Carlos Scheidegger
Carlos Scheidegger
`deno check` appears to require `@jsxImportSource` pragma with `"jsx": "react-jsx"` in configuration
Hi there, and I apologize if this is out-of-etiquette for the repo. I was just wondering if there are plans to address this in future deno versions.
I'm totally mindblown by this:  (from the post linked at by danburzo above.) Keeping hue constant, the gamut is a disconnected set at large luminances! Doesn't this mean that...
(In case other people are bitten by this as they're investigating) It's worth noting that R's colorspace package defines HCL to be polar *Luv*, and not polar Lab (https://rdrr.io/rforge/colorspace/src/R/colorspace.R) So...
Some progress: I see that in https://github.com/ajv-validator/ajv/blob/1b07663f3954b48892c7210196f7c6ba08000091/lib/compile/codegen/scope.ts, you have the declaration `export class ValueScopeName extends Name {` But in the browser, I can confirm that the line (which compiles from)...
Ok, I'm pretty sure the issue is that both skypack and esm.sh give me slightly different files when importing through `ajv/dist/standalone`, compared to when importing through `ajv`. I'm documenting this...
As I think about this some more, I belive the easiest fix (and I believe this would work for both CDN's) would be to expose `standalone` as an export in...
> I am note very supportive of exporting standalone from Ajv, as it is not needed by most users… I totally understand - I just noticed a big number of...
Ah, that could explain it for sure. Let me check and find a minimal example that triggers it. Thank you!
This would be fantastic! I'd love to help make it work. I don't know how credential management works with travis, but I've found it nontrivial to test [rgithub](http://github.com/cscheid/rgithub) itself in...
@allefeld Can you provide a minimal example I can run myself?