Steven Bytnar
Steven Bytnar
The Grommet storybook for DataTable demonstrates the problem. Resize it so the view is about 800 pixels wide or smaller. https://storybook.grommet.io/?path=/story/visualizations-datatable-sort--sort My actual use case is to have a very...
v2.20.1. 'DateInput format="yyyy-mm-dd"' does not specify a range, but the component allows the user to select a range. ### Expected Behavior A format specifying a single date should not allow...
I'm not sure why, but injecting this library causes the file server to fail to startup. You cannot connect to the server and trying to change the Sharing System Preference...
Works for me. :-) Verified "discover" and "query" on MacOS & Raspbian. Made some notes in Known issues about inconsistent behavior. Did not verify "set". Some changes to README to...
panic(cpu 4 caller 0xffffff802cb5a63c): "free_io_buf: bp(0xffffff8210c1c5f0) - bufstats.bufs_iobufinuse < 0"@/AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/xnu/xnu-6153.141.66/bsd/vfs/vfs_bio.c:4567 Backtrace (CPU 4), Frame : Return Address 0xffffff820deab030 : 0xffffff802c91b54d mach_kernel : _handle_debugger_trap + 0x49d 0xffffff820deab080 : 0xffffff802ca55d85 mach_kernel :...
Is https://github.com/dosdude1/macos-catalina-patcher/compare/1.4.6...1.4.7#diff-b02c43ae7ed225e4526062b8638d36cfa58b8fd78bb3dcb6782bdbea19e1c8b2R40 a fix for this: % cat /Library/Preferences/SystemConfiguration/com.apple.Boot.plist Kernel Flags -no_compat_check amfi_allow_any_signature=1 amfi_allow_any_signature=1 amfi_allow_any_signature=1 Why not add "amfi_allow_any_signature=1" to nvram boot-args instead? (Forgive my ignorance on why that woudln't...
It would be nice to not have to sit like a watch dog, waiting for the Rebuild caches button to appear, only to usually miss it. An enhancement would be...
To reproduce this, build curve25519.c with -fsanitize=undefined. gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) Run the dropbear server from the command line. Connect to the dropbear server. The message is printed on...
Hi. This warning is emitted by newer versions of gcc. The project I'm working with treats this particular warning as an error. The fix below makes the compiler happy. The...