Alan de Freitas
Alan de Freitas
Websocket timeout option APIs fix #2449
I've parsed a document where I have a cell with the value `18,40`. The parser cannot identify the locale, which is OK. `value()` returns `18`. The problem is `to_string()` returns...
- [x] I am on the [latest](https://github.com/cerebroapp/cerebro/releases/latest) Cerebro.app version - [x] I have searched the [issues](https://github.com/cerebroapp/cerebro/issues) of this repo and believe that this is not a duplicate - **OS version...
Do you guys have any plans to support mobile devices (iOS and Android)?
Is it possible to merge or use `https://github.com/zserge/tray` in the same project? Is it easy or possible to put both the webview and the tray in the same application? Lots...
Hi, We've been having a problem uploading coverage data for different branches. It all started when we noticed we have different coverage in our badges for the same code and...
Discuss whether it should be `url_base::set_scheme` or `url_base::set_scheme_id`
This needs to be documented. https://github.com/CPPAlliance/url/issues/203#issuecomment-1158852601
https://stackoverflow.com/questions/2678551/when-should-space-be-encoded-to-plus-or-20
Functions might require `segments_view` so that they work for `url_view` and `url`. A mutable `url_view` returns `segments_view` while a mutable `url` returns `urls::segments`. This means the `url` needs to converted...