Nils K

Results 544 comments of Nils K

Also `.w-max-{sm,md,lg}` classes (or a similar name like `.w-clamp-...`) would be useful which set `max-width` to the respective values from `$container-max-widths`. Often I see the use case that the largest...

> I am curious about one thing: Why not just create URL based on the returned results of url_for? Then let users add query parameters by themselves. It seems more...

> I guess my preference would be if it _already_ returned a `URL` instance, rather than a string. But given that it doesn't it's prob okay to just match flask's...

> I think there's also the possibility of doing something like Flask does: > > ```python > url_for(name: str, **params: Any) -> str > ``` > > To use any...

Is known what parts exactly are the culprit?

Yes, **currently** this is not possible. That is exactly what issues are made for. While I understand that a broker is necessary for things to work this does not mean...

GitLens is also currently working on Gitea integration: https://github.com/eamodio/vscode-gitlens/issues/1379

I have no strong preference but would like to add that boolean attributes can also be set to their own name to signify a true value (e.g. `Something hidden and...

I deployed this to a small fleet and it works perfectly. The main advantages for us should this get merged is being able to use a privileged port without requiring...