-
Any final solution with full source code sample application ? IMHO, better samples for minimize learning curve are real applications with full source code and good patterns.
-
```
Request for additional functionality that allows to define a mapping between
FQNC's and int's on a per schema basis.
One then could give this mapping along to protostuff for reducing the size of…
-
Update(7-marts-2016)
first working beta3 image online.
MK PR passed build tests.
ready for signoff.
https://drive.google.com/file/d/0BwyLvgyVIdi8WFBraENyZ0dQUXc/view?usp=sharing
https://drive.goog…
-
### Problem
The event system seemed like a useful idea when I first implemented it. It is still very useful internally, but I've found that I almost never use it in my application code because the ac…
-
I don’t really stick to one computer to program, and some computers don’t have editors. Currently I use Sublime Text portable, but it would be great if there was a portable version of Atom.
-
Create a memory module with an APB interface.
The APB infrastructure necessary for connecting multiple APB slaves in a complexity-scalable manner.
Create an APB interface for turborav to the APB bus.
-
Developers like myself over at https://github.com/MarlinFirmware/Marlin/issues/1226 are scratching our heads how to get SD card reading to work alongside SPI-driven thermocouples and other SPI devices…
-
We currently use a naive approach to detecting mobile hotspots.
In most cases, these are going to be tethered cell phones, and in some cases you'll see things like in-car hotspots, trains or buses.
…
-
```
Request for additional functionality that allows to define a mapping between
FQNC's and int's on a per schema basis.
One then could give this mapping along to protostuff for reducing the size of…
-
Currently, using Observables in Android components that have access to `Context` (or are themselves) requires one to carefully think about detaching from these sequences as part of the component life-…