Marc Rijken

Results 9 issues of Marc Rijken

Minified versions of files are not included in bower.json. Generating minified versions is left to the publisher (ie bowerstatic), if I understand it right. Do we want a feature (https://github.com/bower/bower/search?p=1&q=minified&type=Issues)...

Javascript can be included at the bottom. When you register a component, you can define that it (ie all javascript in it) have to be included at the bottom. See...

When a minified version of a resource exists (in same path, just with '.min' just in front of the extension) , that resource is added to the collection and it...

For some .js files, it's better to include them at the bottom of the html file. Do we want that feature in bowerstatic?

help wanted

`get_int(key)` can return a None value. I prefer that `get_int` (and `get_float`, `get_string`, ...) will only return the type which is asked for. As None is not an int, it...

Can we have a `panel_defaults` decorator, just like we have a `view_defaults` decorator?

If I call `uv python install 3.12` on W11 with uv 0.3.0, I get: ``` Searching for Python versions matching: Python 3.12 cpython-3.12.5-windows-x86_64-none ------------------------------ 4.47 MB/23.57 MB error: Failed to...

bug
uv python

Add a note to prevent other users will get the same issue as I had.

Want to add your dotfiles repository? That's great! Here's a list of things I take into consideration: - Suited for beginners/intermediates to get started easily - Maintenance - Documentation -...