Emill

Results 11 issues of Emill

Following discussion in https://github.com/npgsql/efcore.pg/issues/712. Consider queries like ```C# var blogs = context.Blogs .Include(blog => blog.Posts) .ToList(); ``` or something like ```C# var blogs = context.Blogs .Where(...) .Select(b => new {...

performance

Fixes https://github.com/npgsql/npgsql/issues/3648.

At https://github.com/SiliconLabs/bluetooth_stack_features/tree/master/security/authenticating_devices_with_no_user_interface you teach that a good method is to assign a fixed passkey that is used when pairing over BLE when the device has no user interfaces. The BLE...

0-bug

{Cyber.SSDPNotifySocket/192.168.1.49:1900 -> 239.255.255.250:1900} {IllegalArgumentException} (@java.io.BufferedReader::109) java.lang.IllegalArgumentException: size

Fixes the following bug (run in `qjs`): ```javascript õ = 3; console.log(õ); // prints 3, should throw ReferenceError ```

Backtrace barrier (`JS_EVAL_FLAG_BACKTRACE_BARRIER`) should prevent stack trace from showing the low level part of the stack trace. Some correctly working examples: ``` qjs > SyntaxError: unexpected token in expression: '...

The key size for secp224k1 is specified to be 225 bits: https://github.com/ARM-software/psa-api/blob/8fab2a21820b9452f76e862818fb5b6d212f8069/doc/crypto/api/keys/types.rst?plain=1#L956 This does not follow the specification of the key size: https://github.com/ARM-software/psa-api/blob/8fab2a21820b9452f76e862818fb5b6d212f8069/doc/crypto/api/keys/types.rst?plain=1#L758 As seen at https://neuromancer.sk/std/secg/secp224k1, the bit size...

Crypto API
FAQ

### Checklist - [X] Checked the issue tracker for similar issues to ensure this is not a duplicate. - [X] Described the feature in detail and justified the reason for...

Status: Opened

My laptop monitor has a refresh rate of 60 Hz but GLFW (using Linux) says 120 Hz. Upon some investigation xrandr has two flags RR_DoubleScan and RR_Interlace. Apparently my monitor...

bug
X11