Leonhard Küper

Results 29 comments of Leonhard Küper

I have tryed this configuration now but it always creates two css files. ```javascript import styles from 'rollup-plugin-styles'; const isProduction = process.env.BUILD === 'production'; export default [{ input: './src/css/style.css', output:...

My not so beautiful workaround: ```javascript import { unlinkSync } from 'fs'; import styles from 'rollup-plugin-styles'; const isProduction = process.env.BUILD === 'production'; export default [{ input: './src/css/style.css', output: { file:...

I guess I run into the same bug. I tried to reduce it as good as I could, but I think there must be a race condition, so I am...

@maharmstone that's annoying. I will see, if I can tweak it to work refillable. ## Winver Version 20H2 (Build 19042.1288) ## python --version Python 3.9.7

I ran into the same problem and asked [the question at stack overflow](https://stackoverflow.com/questions/47184436/how-to-get-formpreview-from-django-formtools-to-work). The documentation should be more extensive.

Well, yes. Maybe I will. Slightly off topic: My project already contains a base.html. What can I do?

Maybe the same issue: Parsing some documents causing huge amount of memory. Example: https://web.dev/feed.xml

I have also opened an issue over at [image cropping](https://github.com/jonasundderwolf/django-image-cropping/issues/140) some days ago, but I think the issue is on this side.

I got still the same problem with pipenv version 2022.1.8. ``` $ pipenv sync Creating a virtualenv for this project... Pipfile: /home/mogoh/temp/pipenvtest/Pipfile Using /usr/bin/python3.9 (3.9.7) to create virtualenv... ⠹ Creating...

I've got the same problem and also no Idea.