Seth Thompson
                                            Seth Thompson
                                        
                                    @smitt04 @kaicataldo I don't follow that there is no way to lock down a version when you are loading from master... it seems as though the `yarn.lock` should track the...
I thought 23.2 fixed this issue for a little while, but I ran into it again trying to remove a dependency from `yarn.lock`.
Hi James, thanks for reproducing and reporting this issue. We're working on diagnosing the issue now. So far, we've identified a Node.js out-of-memory error. I'll share more here when we...
@cookiecrook we just deployed a series of performance updates to the site and upgraded the server infrastructure. Please find the latest version at https://aria-at.w3.org/ Report page load times are now...
I've been doing a lot of manual `node --inspect --inspect-brk node_modules/.bin/bankai` but for me, this would be most usable with `--inspect-brk`.
I use `--inspect-brk` to give myself time to open a dedicated Node window from `chrome://inspect` when I have a debug statement in my code but the code might exit before...
Just ran into this issue as well! Custom logic seems a bit hacky--is there any chance @substack would accept an upstream PR to add something like this to browserify core?...
From irc: > \: goto-bus-stop: just ran into bankai #359 (supporting typescript plugin in browserify) and saw you opened an issue! is there any chance upstream browserify would accept a...
Not feedback so much as an idea... I've been thinking about the convo we (@YerkoPalma @yoshuawuyts) were having about how to server-side render dynamic routes. Seems like you could avoid...
Just added issue #247 and PR #248