Anand Eng-Thakker
                                            Anand Eng-Thakker
                                        
                                    @Haroenv I'm stumped -- it looks like it's some kind of missing file problem with a package called `abbrev` (which must be used by some dependency). Silly question, but: have...
Couple questions for would-be seekers of the cookie: > Greiner-Hormann is approaching release readiness, but still has some outstanding clipping issues. @tcql Is this still accurate? If so, are these...
@tcql @morganherlocker Just stumbled across https://github.com/w8r/polygon-offset, which certainly looks pretty lightweight. Haven't investigated [the g-h implementation](https://github.com/w8r/GreinerHormann) it relies on, but it seems promising. Readme cites the winding number paper that...
I like this idea! > We could also only limit this calculation to moveend rather than do it on every frame, and animate the layer intensity from the old value...
@yoshuawuyts As I found in a recent project using barracks, this problem can actually get quite a bit worse if there are lots of other scripts on the page (we...
@yoshuawuyts Yeah, I think next-tick essentially would have worked--in fact, I did use it in a couple of other parts of the project. In our specific case, I opted _not_...
@yoshuawuyts yep, see ^. My use case here is that I want to use `onError` to set up an app-wide default error handler, even in cases where I might be...
Ah -- I've managed to move along okay without it, but it's sometimes required the hack of passing a synchronous "send" as part of the payload to an effect (since...
> We could just output Markdown strings in our JSON output, but in that case, you push the requirement for, for instance, #19 cross-references to work, down the line to...
> For instance, this is one of the main reasons why documentation.js did return an AST - cross-references @tmcw Are there any other examples like this besides cross-references? I can't...