Francois Ward

Results 12 comments of Francois Ward

Just adding our use case: We have an asynchronous initialization step that we need to do as a one time setup (and then expose the result to individual tests). The...

Hitting this issue myself. A pain since I'm not sure how to fix it without breaking something else...

Hit this too. From reading the cloudflare issue, I assume its because of whats happening under the hood to set the arguments for actions and loaders when you don't consume...

I was looking for this too. A datepicker and especially a date range picker where you can't type the date is a fairly inaccessible experience. React Aria has a [blog...

I don't know much on bootstrap-loader, but saw this since i got tagged on it. Its possible what's below is irrelevant, but I'll pitch it in anyway. Though it sounds...

Yeah, i realized that afterward rereading your comment. Whoops! For sure upgrading to node 3.4 should speed that up since compiling bootstrap shouldn't take very long at all, but obviously...

Yeah, so obviously that part is still broken. But also, yet another reason css-loader needs to be fixed. Its so completely broken performance wise right now, as per https://github.com/webpack/css-loader/issues/124 In...

Raw loader will not rewrite image and font URLs if you hash them. I don't know if it affects bootstrap in any way. On Tue, Dec 1, 2015, 1:24 PM...

Just saw this PR. Since we're doing playwright integration testing in Remix and want to mock our actual backend (not the Remix backend for frontend), we're kind of reimplementing a...

Sorry ahead of time for the word salad. I'm not 100% familiar with all the terminology for msw's internals. Been playing with this a bit, and to make sure I...