Berkus Decker
Berkus Decker
Simply ignore the messages from the users you've ignored; unless you're an admin in this chat (?)
Unify product brand settings somewhere in cmake config and generate necessary resources. See [here](https://github.com/procxx/tdesktop/pull/25#discussion_r154546241) and [here](https://github.com/procxx/tdesktop/pull/25#discussion_r154544302) for references.
(reference [here](https://github.com/procxx/tdesktop/pull/25#discussion_r154544086)) Do not hardcode AppId in the code, this part is for CI vaults or something.
Switch from crashpad/breakpad to https://github.com/procxx/stackpad for crash report handling.
* Remove custom updater code * Use https://sparkle-project.org on osx * Use https://github.com/vslavik/winsparkle on windows * Use system package manager on linux
Here's the [diff](https://github.com/metta-systems/serialport-rs/compare/4ae55697f117592a70295b7e3afadc9ce522bb82..7fec572529ec35b82bd4e3636d897fe2f1c2233f). I'm not sending this as a PR because it's not a PR-quality code and just a quick patch of things that didn't work, like #22 and disabling...
See https://github.com/metta-systems/vesper/tree/explore/parse-dtb - [ ] Parse DTB structures and properly detect necessary hardware - [ ] Interrupt controller - [ ] Memory size - [ ] Serial ports locations and...
1. Add user-space thread which would call a syscall, 2. Parse syscall ABI arguments and call kernel API function, 3. Parse API function result and return appropriate response via ABI...
See [here](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=61caef82814783feadc33a3b865fe8b3) and discussion [here](https://www.reddit.com/r/rust/comments/k4vzvp/gats_on_nightly/).