Alexander Graf
Alexander Graf
We still need a good example how to use rxtx. This could be in the form of * an additional artifact, * a quick tutorial, * (any other ideas welcome)...
Our current build instructions can be found at http://rxtx.github.io/rxtx/ . It is very important these instructions are clear, easy to understand und up to date to everyone interested in working...
The from CVS inherited README.*, AUTHORS, BeOS, ltconfig, ChangeLog files look outdated to me. Update them to describe/support the new infrastructure. Maybe some of them can be removed.
I believe I heard it is no longer state of the art to have a detached gh-pages branch within the same repository. Is this correct? If yes, we should move...
We still need a simple test to evaluate the rxtx functionalities across different architectures. A simple loopback test comes to mind, which only requires a single port with the RX...
Support for the ARM soft float (armel) and ARM hard float (armhf) abi targets [was added](https://github.com/rxtx/rxtx/commit/16f3748369968f65dab274a2dfad0484fdc22aa0) to the build process. However the library loader was not updated yet, because the...
_Problem:_ When a port is configured to use n data bits (5>n>=8) and 1.5 stop bits, the configuration is silently changed to 5 databits and 1.5 stop bits. _expected behaviour_:...
Ich vermute in diesem Repository soll es vor allem um die Abfrage von Daten aus dem Handelsregister gehen. Für Gründer und kleine Firmen ist aber auch das Gegenstück, nämlich die...
Thank you very much @eugene-khyst ! Especially the paragraph about [Domain events vs Integration events](https://github.com/eugene-khyst/postgresql-event-sourcing#3-7) was an eye-opener. I am currently wondering how replaying of events works and how the...