Evan Davey

Results 10 issues of Evan Davey

I want to modify the align and field tabbing behaviour but don't know where the code resides. How can I track this down? Ie: the plugin/s that automatically makes |...

- Would be useful to allow logging of expenses with time entries - Would be useful to assign pay rates to members by activity and project - Finally, this information...

feature

Is it possible to use this core with Arduino-LMIC rather than the LoRaWAN library?

When trying to run ember test --server I always get an error similar to below, and the build process never completes. Running test without the server flag works fine. ```...

My devices are toggling between available and unavailable approx every second, then eventually will go offline. They are stable and always accessible using the Tuya app so it is unlikely...

Would be useful for overdue items to have a CSS tag to allow for highlighting

Would be useful to include the following additional options: - include where the due date has not been set - filter on priority This would allow emails functionality: - send...

Can this be successfully built on an OSX server? I am trying to do this using Homebrew http://mxcl.github.com/homebrew/ on OSX 10.7.1 but getting stuck at the client_avahi dependency. There is...

User - unless refers to $group and $username, should these be 'rvm' and $name? Gem - should the lookup command be rvm ${rubyset_version} gem list ....?

How do I use this library to parse a response: ``` AT+CSGN\r\n 014532000023453\r\n OK\r\n ``` I have tried ```c++ _parser.send("AT+CGSN") && _parser.recv("AT+CGSN\r\n%s\r\nOK",_deviceStatus.imei); ``` and various other combinations and I can...

question