Tim Heerwagen

Results 17 issues of Tim Heerwagen

Today after doing some package updates e.g. [email protected] next-translate crashes while trying to load the locale. Im importing my locales from a package inside my monorepo with: ./i18n.js ``` loadLocaleFrom:...

Needs investigation

import Link from "next/link"; JSX: ``` ``` JSON: ``` "test": "stuff more stuff" ``` throws following error: `Error: Multiple children were passed to with `href` of `/` but only one...

I zip a folder from my backend with ``` if (fs.existsSync(`${dir}upload`)) { file.addLocalFolder(`${dir}upload`, "upload/"); } ``` and download it in my frontend. The zip is exported correctly. Then i upload...

Since `^4.0.3` it is no longer possible to bundle files from the node_modules. This can happen because the path is marked as external by `args.path.match(PATH_NODE_MODULES_RE)`, even if it has been...

- Boxing glove - Person with boxing gloves - People doing boxing sparring

icon request

fixes #998 This PR generates a dynamic import for every Icon, so it can be used for lazy loading. Also i had to use `slash` when building, because Windows could...

📦 dependencies
🔗 react package

In addition to `iconsList` it would be nice to be able to import categories into react like on https://tabler.io/icons. I also could not figure out how to use `iconsList` correctly....

support-request

I wonder if it is possible to load the environment variables at runtime, as with "https://github.com/expatfile/next-runtime-env". This is not possible in the example with nextjs.

PRs Accepted

## Summary As n8n-nodes-base uses an old version of ts-ics, I updated to the latest version. V2 has many improvements and does not lock the date-fns version in peers. ##...

node/improvement
community
in linear

**Describe the bug** If combound variants exist, but no value in a variant, the types dont get inferred. It still works, but types are incorrect. **To Reproduce** [Reproduction Link](https://stackblitz.com/edit/vitejs-vite-u1sgmxf3?file=src%2Findex.tsx) **Expected...

bug