Results 274 comments of offa

@shuvashish76 I have created a PR for the category. - Category 'Encryption' added (do we really need to limit it to files?) - Suggested projects added, except EDS Lite as...

I wouldn't consider the effort to keep the *newly added* list up to date worth the effort. Would Git or Github help you here? If you want to know what...

Could you please give some more details here? The website is a place where contributions are welcome, as I am not very familiar with.

The list itself should be synced from this repo (master branch). Improvements and contributions are always welcome! 😃

> If you wish, can I get your Telegram to ask doubts about the designs I'd suggest to keep this topic open to anyone. Feel free to use this issue...

Thanks for the suggestions. Freedoom seems to have a [FOSS fork](https://github.com/emileb/Freedoom-for-Android) and is listed on [F-Droid](https://f-droid.org/app/net.nullsum.freedoom). However, both projects are inactive – last commits years ago and notice in the...

Please add versions of the library and influxdb version used. Is there a minimal example to reproduce the issue? The [related test case](https://github.com/offa/influxdb-cxx/blob/master/test/system/InfluxDBST.cxx#L104) might be a good starting point, but...

Thanks, I'm able to reproduce the issue with your example.

The [original implementation](https://github.com/offa/influxdb-cxx/blob/master/src/BoostSupport.cxx#L87) uses the type to determine field (everything except string) or tag (string). The response JSON doesn't provide any information to separate field and tag strings, but only...

You mean to add it as field rather than tag?