TechnologicNick

Results 6 comments of TechnologicNick

Errors thrown in a custom `loadLocaleFrom`, which can happen when a namespace is missing, also cause all namespaces to silently break. https://github.com/vinissimus/next-translate/blob/49f580c6d292712a0720a104de3b487e7c11d4ae/src/loadNamespaces.tsx#L48

You can give the Popover content a different z-index using ``. The `!important` is required, because the Popover content container has the z-index set using `element.style`. https://codesandbox.io/s/next-ui-modal-z-index-forked-dmib1x?file=/src/app.tsx Alternatively, maybe close...

> Updated version of my workaround incase someone finds it useful: Thanks, it almost worked. The sources listed in sourcemaps are relative to the sourcemaps themselves, so they may include...

Oops it appears I spoke too soon, here's the actually working version: ```ts async function getArtifactSources(artifact: BuildArtifact) { const sourcemap = await artifact.sourcemap?.json(); if (!sourcemap) return []; return (sourcemap.sources as...

> We automatically detect the root by looking for a lockfile, in case of your reproduction there is no lockfile so it uses the default of the original project directory....

Also fails on invalid `\u0000` with less than 4 hexadecimals and `\x00` with less than 2 hexadecimals.