Dallas Hoffman

Results 48 comments of Dallas Hoffman

+1, this bug creates problems for our unit testing. However, it looks like this only addresses the 1-hour case. The same bug occurs with other intervals, such as 1 minute...

> Hey, sorry — just seeing this. Sure, would be glad to host it in the Svelte org, thank you. What did the name of this package end up being?...

+1. Was told in #25863 that this was fixed in Angular 17, but that does not appear to be the case. In case it helps anyone, you can benefit from...

@mburger81 I guess it depends on how the library uses the Node packages. In my case, Cesium.js works fine with the new development builder, but not the production builder.

+1, I encountered this when trying to use a Pinia store in a Vue Router navigation guard in a Vue 2.7 app, importing the Pinia instance from main.ts.

> Can't you do the same for browser tests? It uses the same config file. As I said, that is the config that I am using, but the headers for...

> I think your can counter against this by setting `enforce: "pre"` on your plugin as well. > > Side note: There seems to be a plan to run each...

> As explained in the other issue #4888, Vitest browser mode now respects Vite's `server.headers` config, so the same thing can be achieved without custom plugin I just tried this...

Recently, I've been working on a library to make SQLite WASM easier to use, and I found that making it work as a driver for Drizzle was actually pretty easy....