Raman Fedaseyeu

Results 10 issues of Raman Fedaseyeu

**Is your feature request related to a problem?** No, it isn't. **Describe the solution you'd like** Modern iOS and Android BLE APIs allow communincating directly over L2CAP protocol (stream-oriented), which...

enhancement
Android
iOS

RTT support is super-useful, but without support in GDB server it's not available for integration, e.g. in https://github.com/Marus/cortex-debug As I understand, `pyocd rtt` command cannot be used when a debugging...

This piece of software seems to be a perfect candidate to be covered with unit-tests. It would greatly simplify contributing! One of the most popular frameworks for unit-testing Obj-C and...

The bottled buck 2021.01.12.01 seems to be broken: ``` $ brew install buck Updating Homebrew... ==> Auto-updated Homebrew! Updated Homebrew from 99991bbc6 to d8a659f5d. No changes to formulae. ==> Downloading...

The current implementation applies the styles in the order of definition. This is prone to errors (e.g. a style for a base class can override a style for a subclass,...

After a discussion in the ticket #5 it appears to be important to provide some guidelines on the use of the framework in README. In particular, document how to apply...

documentation

After a discussion in the ticket #5 it appears to be important to provide some guidelines on the use of the framework in README. In particular, recommend against mixing automatic...

documentation

The current implementation allows hierarchical grouping of styles, but the example project does not show this. Extend the example project to show this feature.

documentation

In the current implementation styles are applied in the order of definition. This requires careful ordering, otherwise a style for a base class can override a style for a subclass,...

documentation