Roman Ondráček

Results 7 comments of Roman Ondráček

~Some commits (e.g. https://github.com/contributte/apitte-core/commit/8cdf154b05d355598e5deca25ad07aeb587e7f64 and https://github.com/contributte/apitte-core/commit/e114cfa747977972ceb77e059d474eb00b1edf76) are missing.~ Fixed.

Hi, I'm a maintainer of [`paho.mqtt.c`](https://tracker.debian.org/pkg/paho.mqtt.c) package in Debian and Ubuntu. **Versions in distribution repositories:** - Debian testing: `1.3.12` - Debian 12 `bookworm`: `1.3.12` - Debian 11 `bullseye`: `1.3.8` -...

It might be a good idea to add versions in the distribution repositories to the read me. ```md [![Packaging status](https://repology.org/badge/vertical-allrepos/paho.mqtt.c.svg)](https://repology.org/project/paho.mqtt.c/versions) ``` [![Packaging status](https://repology.org/badge/vertical-allrepos/paho.mqtt.c.svg)](https://repology.org/project/paho.mqtt.c/versions)

I can confirm that I get exactly the same error as KhazAkar when building the legacy branch from the main and v24.08 branches. There must be some error when building...

It is caused by incorrect information in `package.json`. Property `exports` replaces properties `main`, `module` and `typing` (which contains also invalid path), but all mentioned properties are defined. Fixed in https://github.com/stoplightio/scripts/pull/131.

@icraggs Could you please include this in future version 1.3.15/1.4.0? It is a simple fix to the syntax of the manual pages that are installed in some Linux distributions. Without...

@maxlein The package has been in Debian and its derivatives for 5 years - see [Debian](https://tracker.debian.org/pkg/paho.mqtt.c), [Ubuntu](https://launchpad.net/ubuntu/+source/paho.mqtt.c). In this case you only need to install the `libpaho-mqtt-dev` (installs the library,...