Mike Jerome

Results 12 comments of Mike Jerome
trafficstars

For anyone looking for a quick workaround… Instead of this: ```html ``` Use this: ```html function uuidv4() { return ([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, (c) =>...

I have tested `swcMinify` set to `true` today with Next.js 12.2.3, 12.2.4 and 12.2.5. All three built OK, so I believe this is resolved for Next.js >= 12.2.3.

Would love for MDX the full support to also play nicely with `prettier-ignore` so I could have an **MDX** file like this: ````mdx --- title: "A Minimal Valid HTML5 Document"...

Hi all. I have successfully tested Next.js [Preview Mode](https://nextjs.org/docs/advanced-features/preview-mode) today with the [contentful example](https://github.com/vercel/next.js/tree/canary/examples/cms-contentful) so this issue can be closed. Note the build config I used to [ensure the server-side...

Closing this as a duplicate as Ecosystem team have taken this on as part of https://github.com/neondatabase/cloud/issues/8379

Closing this as a duplicate as Ecosystem team have taken this on as part of https://github.com/neondatabase/cloud/issues/8379

@JangoSteve super to hear you're all ears! As the other commenters have already suggested, the lack of any visual feedback brakes the principle of least surprise (for us at least)....

> can you retarget this against v1 Done. > and then propose the same change against the 2.0 extensions repo? https://github.com/bigskysoftware/htmx-extensions/pull/24

Would replacing `event.target.querySelectorAll("[preload]").forEach(function(node) {` with `document.querySelectorAll("[preload]").forEach(function(node) {` resolve this issue?

Is this why I get the error `qb.getSelectedFields is not a function` (`pg-core/db.js:88:44`) with the following code? ```js const newTimezoneId = db .$with("new_timezone_id") .as( db .insert(timezones) .values({ name: "UTC" })...