Tyler Mercer

Results 15 comments of Tyler Mercer

Just ran into this on the blog page as well, I believe. Two thoughts just off the top of my head: * You could use a URL hash for different...

I ran into this as well. To me it makes the most sense to have the lower numbers lighter in both cases. As it is currently, cards that are lighter...

Also curious as to the status of sorting/reordering---it would be super useful for a project I'm working on.

Are there any updates on the on-drop transform issue? I'm willing to hop in if help is needed—this would be great to have. But I'm not sure where to start...

@JoviDeCroock do you know if any further work has been done on this? It looks like you closed your RFC?

@lschierer No, this is about having a way to render a component to HTML programmatically. The issue you describe is not really within Astro's purview to solve—you can solve it...

Not sure if this package is maintained anymore, but thought I would post this here in case anyone else runs into this: I [used `patch-package` to apply the `filePathStem` fix](https://github.com/tylermercer/personal-website-eleventy/commit/04a3f2bf000caeb5396c4016c6cda4917fe4c128)...

I'm also seeing this. In addition to the magic-update that Dusty mentioned when you log in, for me it magically updates to logged in upon navigation to a page that...

Did some poking around in the source this morning. Found [these lines](https://github.com/dexie/Dexie.js/blob/a686421098568a94c5e5ae55a2b39c311be9bfcc/addons/dexie-cloud/src/dexie-cloud-client.ts#L392-L399) that seem to have the specific purpose of preventing this problem. I'm not sure why they aren't accomplishing...

I've found a solution. [The commit which added those lines](https://github.com/dexie/Dexie.js/commit/c36b2a304edc60239147efde2fb9c339c8965c5c) says they are only run when `db.open` is called. [The docs on `db.open`](https://dexie.org/docs/Dexie/Dexie.open()) say that it's called either explicitly (which...