jannschu
jannschu
Hi, sorry if I missed this, but I think a function would be nice to check if a hash is still up to date, i.e., if the parameters (v, t,...
I’m too lazy to split them in separate issues. - CSS3 multi-columns for the directory (keyword: `columns: 2;` and `column-break-inside: avoid` plus some minor tweaks) - Compress/gzip content (HTML, CSS,...
I ported some ideas from LAPACK's QR implementation, more specifically from `?ORG2R`. As a result I could increase all epsilons in the test by two order of magnitudes. Also the...
There are a couple of occasions where I regularly have to add an additional `num_traits::Float` bound. Methods I need from `num_traits::Float` include the following: - `min_positive_value` - `is_nan` - `nan`...
Hi, section [7.1 of RFC 5280](https://tools.ietf.org/html/rfc5280#section-7.1) specifies how distinguished names must be checked for equality. Should the `Eq` implementation reflect that? Currently `PartialEq` is derived automatically. Since comparing DNs is...
Hi, as you might know macOS has its own implemetation of PTP (in the ImageCaptureCore framework), but it only covers basic features. The API though provides a way to send...
Currently the `code` number of the `websocket.disconnect` event is [discarded in `ASGIWebsocketConnection`](https://github.com/pallets/quart/blob/6e202846385cf24311603d53ba6bc90b8d4eed56/src/quart/asgi.py#L183) making it inaccessible to the application. It is currently not distinguishable whether - the client closed the connection...
The option allows to use a different page for the section page instead of the first child.
When applying `alias` to `seq` previously unnamed child nodes of the sequence become named. The alias seems to be inherited, which is unexpected. Consider these rules: ```js x1: $ =>...
I tried this one in a fresh project (Clojure/seesaw 1.3): `lein repl`: ``` clojure (use 'seesaw.core) ; => nil (invoke-later nil) ; => ArityException Wrong number of args (1) passed...