lafka

Results 17 comments of lafka

> * what does the standard say about this? I'm not to familiar with the spec but from _IEEE Std 802.15.4‐2011_ (the only copy i currently have available) i read...

@simonduq do you remember if there's any particular reason for why devices with broadcast drops all outgoing frames? I don't see a reason for denying devices to operate with a...

> Not sure why 0xffff was discarded. Maybe some function used to return this to signal parsing error? Should i remove it? That would allow someone to configure panid 0xFFFF...

Hi, Unfortunately no, I'll make it up to date as soon as possible.

Environment variables by default is set with `required: true`. If you use `[{:host, "HOST", required: false},...]` in your bindings this should probably work. One consideration, the env will default to...

@andrerom You want proper phpdoc or in the style of 4.x?

Sounds good, i'm curious about better ways to implement the response value as i don't particularly like looping through all the groups to get the count https://github.com/ezsystems/ezfind/pull/52/files#L3R966 - perhaps create...

As you mentioned in #35 cling/clang/llvm seems to be tightly coupled. From the description in https://root.cern/cling/cling_build_instructions/ it seems to be possible to use a unpatched version of llvm which would...