Tobias Diez
Tobias Diez
the merge was automatic, thus setting back to positive review.
> @tobiasdiez I'm not able to get a non-editable conda install working. It builds but some basic functionality is broken. For instance: > > ``` > P2. = ProjectiveSpace(2, QQ)...
> This breaks > > ``` > $ ./bootstrap -s > [...] > ./bootstrap: installing /home/release/Sage/build/pkgs/sagemath_repl/src/requirements.txt > ./bootstrap: installing /home/release/Sage/build/pkgs/sagemath_sirocco/src/pyproject.toml > ./bootstrap: installing /home/release/Sage/build/pkgs/sagemath_sirocco/src/requirements.txt > ./bootstrap: installing /home/release/Sage/build/pkgs/sagemath_tdlib/src/pyproject.toml > ./bootstrap:...
> > Strange. I've never had troubles with the non-editable install. > > Am I correct in assuming that to do a non-editable conda install you just need to change...
We have various tests / examples that show that css/tailwind are working in principle. Could you please provide a minimal example (in the best case as a PR adding a...
@prodoxx @FlorientPlouvin could you please provide a minimal reproduction based on the tailwind example in the repo? (in the best case as a PR, then I can directly continue working...
Probably this has the same underlying reason as https://github.com/nuxt-modules/storybook/issues/666.
Could you please provide a minimal reproduction In particular, test if one of the plugins are creating the issue. As a workaround, you may try to add jsdoc-type-pratt-parser to `optimizeDeps.include`.
Let's try to find a proper solution for this (which might be that we always add the `optimizeDeps` entry in the module). First, it would be good to know with...
I could now reproduce it in the upgrade PR to v. 8.3.2 https://github.com/nuxt-modules/storybook/pull/779, but storybook v 8.3.0 works. So either add the optimizeDep for now (until its fixed upstream with...