sprhawk

Results 39 issues of sprhawk

Output generated from `parse_syscalls.py` in zephyr 3.4.99 ( from nRF Connect SDK ) ``` syscalls: [[['int zephyr_read_stdin', 'char *buf, int nbytes'], 'libc-hooks.h', True], [['int zephyr_write_stdout', 'const void *buf, int nbytes'],...

1. added a local file streaming support 2. added prebuffer feature (with macro to turn it on/off). prebuffer song streaming into a buffer array, and start a new thread to...

when quickly switch among songs, calling -stop, it may exit -startInternal before calling -failWithErrorCode(in a thread, for example parse bytes thread), however, before exiting -startInternal, state is set as AS_INITIALIZED,...

- (void)stop { @synchronized(self) { if (state == AS_WAITING_FOR_DATA || state == AS_STARTING_FILE_THREAD) return; ...... Here, if calling stop before during the thread is starting or downloading , the stop...

commit: c9cbb7b80d05800d097f9e3d74d75579bfa6f68d If quickly change songs with different audio streamer instances, it may cause 'hwiu' problem. Because When quickly change/skip songs , program first 'stop's current audiostreamer instance, then creates...

Thanks for your lib! On my Debian 10.2, mkfs.btrfs is under /usr/bin, not hard coded /sbin/mkfs.btrfs Better to handle different path on different platforms.

objcTox is licensed under MPL 2.0 but toxcore is licensed under GPLv3 To my knowledge, then the objcTox should be licensed under GPLv3. But GPLv3 is not compatible with App...

still a simple implementation, not supported parameters configured via sys.config. want to know whether you are interested in merging it into mainline

Unknown reason to receive continuous 'EXIT' message from unknown source ``` 2022-04-17 08:15:18.082 [warning] @gateway_config_miner:handle_info:100 unhandled info message {'EXIT',,normal} 2022-04-17 08:15:48.466 [warning] @gateway_config_miner:handle_info:100 unhandled info message {'EXIT',,normal} 2022-04-17 08:16:18.867 [warning]...