Johannes Raggam
Johannes Raggam
### Issue description or question When using ``clean-webpack-plugin`` when webpacks ``output.path`` is the project root, everything is blindly deleted including the ``.git`` directory. IMO it should only remove old build...
When editing a file with the following .editorconfig loaded: ``` [*] indent_style = space end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 ``` no final newline...
When editing a file with the following .editorconfig loaded: ``` [*] indent_style = space end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 ``` and setting ``EditorConfigDisable``...
I have a rotated image which fails when loading exif data like follows: ``` import PIL import piexif image = PIL.Image.open('IMG_7250.jpg') exif_data = piexif.load(image.info['exif']) exif_bytes = piexif.dump(exif_data) ``` if fails...
I'd like to disable the issue reference for `issue_template` at all. For one project we do not create issues which could be referenced. Currently I'm doing a `issue_format: ""` in...
Breaks compatibility with Jest < 27, most probably (Didn't test that).
Add scripts to create mxdev compatible ini files from sources.cfg and checkouts.cfg. This feature is useful with the mxdev `include` feature, available since mxdev 3.1.0 and done at the Kitchen...
Apply our code formatting tools to this package: - zpretty on `zcml`, `pt`, `html` and `xml` files and templates, - eventually also black on all python files and templates.
For internal URLs, don't insert the `resolveuid` URL with the full path but instead insert it as relative-to-the-context URL. It's converted to a relative-to-the-context URL by TinyMCE `urlconverter_callback` anyways AFAIK....