lionelhorn
lionelhorn
### What happened? Using nx in "integrated repo" mode https://nx.dev/concepts/integrated-vs-package-based#integrated-repos, there is sometimes no package.json for each package. If you're using react and have set it as dependency in your...
Hello, I'm trying to make kikko work in a browser extension but without luck so far. Do you have any pointers or idea if it's compatible? How to make it...
Hello, I'm trying to use mobx-persist-store with a another backing storage than localStorage. While building a POC for my idea (https://github.com/lionelhorn/vlcn-mobx-persist), using the demo your provided, I've seen that `setItem`...
Hello, I tried to use the plugin 1.4.0 in a pnpm monorepo. I followed https://feedback.strapi.io/developer-experience/p/support-pnpm and https://github.com/strapi/strapi/issues/15992 ### pnpm 👎 fails. **Blank screen when accessing /admin** Windows 10.0.22621 node 18.15.0...
Instead of just first as previously https://github.com/deepkit/deepkit-framework/issues/565#issuecomment-2091054710 I wasn't able to run the test suite on my machine so couldn't check if tests were passing after modifications. ### Summary of...
### Summary of changes Fixed code and imports of example ### Relinquishment of Rights Please mark following checkbox to confirm that you relinquish all rights of your changes: - [x]...
First, many thanks to the contributors ! Nice project and utils 👍 I'm using a content script in main world context to dynamically extract "react props" from the whole dom...
### Current Behavior Similar but not exactly to https://github.com/nrwl/nx/issues/15996 Linting fails because @nx/enforce-module-boundaries doesn't properly resolve imports when - Tsconfig paths are used - Alias has a * - Esm...
### Summary of changes Add step by step guide for how to setup requirements on an ubuntun machine ### Relinquishment of Rights Please mark following checkbox to confirm that you...
TLDR : when "extends" is an array in tsconfig, type-compiler crashes. While using deepkit vite plugin like that // vite.config.ts ```ts export default defineConfig({ [...] plugins: [ deepkitType({ tsConfig: resolve(__dirname,...