Ilia Mirkin

Results 25 issues of Ilia Mirkin

Unfortunately it doesn't seem like RFC 8812 provides any "worked" examples, unlike some of the other RFCs. This roundtrips successfully with the implementation I recently added to github.com/lestrrat-go/jwx. There's also...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior _No response_ ### Expected Behavior _No response_ ### Steps To Reproduce...

bug

Happened to notice this by inspection. I was even getting some weird errors with just a plain "-1", since I suspect this gets parsed as a negate on the literal...

I was just playing with https://github.com/yaffle/BigDecimal to replace https://github.com/MikeMcl/big.js usage. It seems like the proposed list in the README file, and the implementation above only provides floor/ceil, while big.js only...

I'm seeing the following build failures. I have Qt 5.5.0 installed: ``` In file included from .../src/vogleditor/vogleditor_qsettings.cpp:1:0: .../src/vogleditor/vogleditor_qsettings.h:50:1: error: expected class-name before '{' token { ^ .../src/vogleditor/vogleditor_qsettings.h:51:5: error: 'Q_OBJECT' does...

This is highly inconvenient for the moderately common rotated 1920x1200 monitor setup (i.e. 1200x1920), esp among developers. WindowMaker won't let me resize the window to be smaller. Perhaps internal minimum...

There's a wealth of xorg.log files posted for various debug purposes. Make it easy to import data from these. This output is produced by hw/xfree86/ddc/print_edid.c so all DDX's should produce...

If I just paste a section like EDID: asdf asdf and that's it, nothing is processed. It wants at least one non-EDID line before yield'ing the data. Is this by...

It's effectively a pkg-config file, but not exactly. This is required to install dm.xmlsec.binding 1.3.7 without additional changes. The source file normally contains, e.g., ``` prefix="/usr" package="xmlsec1" exec_prefix="${prefix}" exec_prefix_set=no libdir="/usr/lib64"...

`gcm.Open` takes a nonce, but it's meant to be the value passed in at `Seal` time, not unique. From https://pkg.go.dev/crypto/cipher#NewGCM: ```go // ... The nonce must be NonceSize() // bytes...

bug