NullVoxPopuli

Results 2058 comments of NullVoxPopuli

Yes, maybe i have a different issue that just manifested goofy, i'll investigate in a bit

I think adding semantic folding here makes sense as well, at the very least for the js/ts stuff. To do the in-``-tag folding, we'd need to also produce an AST...

The guides and api docs are underspecified. It makes sense that you'd want to allow all iterables, and each/each-in do work with all iterables

> Screenshots are fundamentally not accessible to lots of folks who may need to interact with the repo yes, I did not have the text available at the time.

> Do you happen to have a minimal reproduction of this? I do not :(

Checks don't run on geterated prs. Generally you don't need them to, because main already ran. But you'd have to use a Ghpat to get checks to run

I don't know of a way to have these checks nor be required for generated prs, but the repo can be configured to allow maintainers to use overriding powers to...

does a download still use `PUT`? Is there a way to handle errors? (like 401?)

So, I could set the method to GET for downloading. cool. For errors, do I need to put an observer on the `status` property? or...? how does that work? Like,...

hi @catsgotmytongue and @Parivalavan I've used @catsgotmytongue's most recent code and pulled in the most recent upstream changes into https://github.com/NYTimes/ice/pull/105, if you want to take a look.