Michael Heuberger
Michael Heuberger
ah, thanks. with a little modification it worked: ``` js app.get('/j/app.settings-' + app.settings.hash + '.json', function(req, res) { res.set({'cache-control': 'public, max-age=' + maxAge}); res.json(app.settings.filter(req)); }); ``` purpose of `app.settings.hash` is...
yep, it makes sense like that. exactly what i need. maybe you want to add that scenario to asset-rack too? no idea, maybe a new class or allow custom contents...
Yes, would be very nice. And probably be linked with https://github.com/techpines/asset-rack/issues/43
@noc7c9 thanks for your idea - i tried it and i'm sorry it didn't work. in the footer i added `!= assets.tag('/j/app.settings.json')` but firebug shows that it's never requested. of...
No gzip? No thanks, sorry.
Thanks, but I don't see such a ruff button at bottom 
Just do double-check that's the Ruff extension I've installed 
Oh, I found it in the terminal, under this select box: 
Now I'm seeing some weird lines like ``` 2024-03-17 10:51:40.090 [info] [Warn - 10:51:40] Skipping standard library file: /home/michael-heuberger/.pyenv/versions/3.8.13/lib/python3.8/uuid.py ``` What's that? The commands it was running with were: ```...
Interesting. Well, `/home/michael-heuberger/.vscode/extensions/ms-python.python-2024.2.1` is where VS Code did install that [Python extensio](https://marketplace.visualstudio.com/items?itemName=ms-python.python)n, so isn't that sort of expected, pretty much the standard? I'm not working inside that directory. I think...