Peeter Aleksander Randla

Results 32 comments of Peeter Aleksander Randla

> I like adding hashes to URLs of static files, but I wonder how much does calculation of hashes on the fly slow down the first few requests. I didn't...

Oh, i just noticed the error in the CI logs (which was actually there earlier too, i just missed it...) "mount: /var/lib/isolate: mount(2) system call failed: No such process." I...

well great. github actions is running kernel 6.11.0-1018-azure, which simply does not have quota support compiled in (neither built-in nor as a kernel module). (this wasn't easy to even verify...

Okay, further experimentation shows that while there is no way to get a more suitable kernel, there is a way to use quotas: the lack of quota support i mentioned...

Rewrote the description of quotas in cms.sample.toml a bit. (Is that too big of a wall of text? Should it maybe be moved to the documentation instead?) Also removed max_file_size...

Out of curiosity, are you planning to actually use tokens in a contest? Or were you just exploring CMS features? Tokens are kind of a weird feature, they are poorly...

Is this still relevant? I think having one less service to start would be quite nice. There is the concern that you might lose messages from services during startup. But,...

I have some comments about the code, but i'm wondering if this is the UI we want in the first place... I saw some browser extension that showed the task...

Sorry, I just looked at the rest of cws_style.css, and now I think your original approach was the best... I thought the places you changed were the only places that...

> Well, it's not problem of Jinja itself: we can pass `undefined=StrictUndefined` and it will die on any use of an undefined variable. But it would probably mean fixing half...