Chris Wesseling

Results 56 comments of Chris Wesseling

> This style is being defined in [jquery.autosize.js](https://github.com/wagtail/wagtail/blob/main/wagtail/admin/static_src/wagtailadmin/js/vendor/jquery.autosize.js#L37-L41), which hasn't been changed for years (if ever). I wonder if perhaps browsers have recently started enabling textarea resizing by default, making...

This is a temporary workaround ```python # wagtail_hooks.py in one of your installed apps. from wagtail.core import hooks @hooks.register("insert_global_admin_css", order=100) def global_admin_css(): """Workaround wagtail issue 7210 https://github.com/wagtail/wagtail/issues/7210 """ return "textarea...

This is comment is just as a reference for some Linux user contemplating their first build and this issue might scare them. I found the CLI experience of the firmware...

> Perhaps some safety checks can be implemented? The real solution would ask for something that works like `git bisect` and uses your project's tests. I'm not great with combinatorics,...

To get and keep this going we need to document how to document. Move the [docs](https://github.com/hyde/docs) into this repo, so we can enforce a rule that new functionality only gets...

Why not? I kind of expected this to work: ``` ...edit stuff... $ hyde gen $ hyde serve ...check stuff...(edit more, check more with `?refresh`) $ hyde publish ``` Leaving...

I'm just glad to see a pulse on this project ;-)

Slightly related to this... I had MakeGreen tell me all tests succeeded, while in fact no tests were found because I cd'd into my tests directory... Now I have ```vim...

Looks like this closed issue is related #102. My error could be fixed by just adjusting the description, it currently doesn't match the behaviour.

I this is how it's supposed to work, then what's the proposed workflow to upgrade, say, 3.9.18 to 3.9.19 and repair all my venvs that I created to use 3.9?...