Mathew Heard
Mathew Heard
The following optimization loop results in the elimination of statements required for `BPF_RET|BPF_A` ``` opt_loop(root, 1) begin (000) ldb [0] (001) and #0xf0 (002) jeq #0x40 jt 3 jf 13...
**Describe the bug** Found this in my logs today: ``` level=error ts=2022-05-23T22:34:03.624146813Z caller=retry.go:73 org_id=fake msg="error processing request" try=0 err="context canceled" level=error ts=2022-05-23T22:34:03.624354084Z caller=stats.go:57 component=frontend msg="failed to record query metrics" err="expected...
Include date information in the chunk storage path to enable more manual operations on stored chunks
**Is your feature request related to a problem? Please describe.** Currently if something ever goes wrong with loki it's incredibly difficult to clear out old unreferenced chunks. The folder `fake`...
It's not currently possible to unmount Zive apps as no API is exposed.
There is a function in controller.js _checkOnline which attempts by way of iteration of the database to determine what devices are online and joined to the network. The node descriptor...
If the Simple/Node description timesout or otherwise fails the device will stay joined with ZNP while Zigbee Shepherd never accepted the device and does not list it.
To quote TI setting secure dynamically leads to unpredictable results. > There is no way to change at run-time whether or not NWK layer security is on or off -...
Is compatibility with Openresty a goal of this project? I read the entirety of #236 and #235 and ended up more confused than ever as to the goals. FYI It...
I've seen talk about RaptorJIT as LuaJIT's successor so I figured I'd cross post this issue from LuaJIT. https://github.com/LuaJIT/LuaJIT/issues/499
Thank you for your hard work. Been reading through this and the few other implementations of distributed locking systems. A uniquely simple design in this case. Effectively you take the...