baseplate-admin

Results 194 comments of baseplate-admin

> Good idea. Are you familiar with hooks? Unfortunately i am not very familiar with hooks. But the maintainer of pyinstaller replied in this discussion on how this can be...

```python from PyInstaller.utils.hooks import collect_data_files datas = collect_data_files("selectolax") ``` Adding this file to `selectolax/_pyinstaller/hook-selectolax.py` did the trick

At the same time support for 3.7, 3.8 can be dropped

Hi, @rushter , sorry for ping but can you please release it? Now that python 3.13 is on the horizon?

This is weird, cause of this: https://github.com/actions/python-versions/releases It has `3.13.0`

Blocked by - https://github.com/actions/python-versions/pull/312

Closing as completed. Thanks: @rushter , @char101

While i understand your concern, please think about it. It would be awesome if you can focus on supporting more features in `resvg` (which by the way is used in...

Hi, thank you for your input on this issue, sorry i had some university stuffs to take care of (that's why this response is a bit delayed). I have written...

> They are both user input vulnerabilites, so it shouldn't be an issue While i get the point, the problem is npm always shows an critical error, also there's a...