Daniil T.
Daniil T.
I'm also experimenting with that. What I'm testing right now: haproxy.cfg ``` global daemon # turn on stats unix socket stats socket /var/lib/haproxy/stats defaults mode tcp log global retries 3...
@PatrickBzh With multi host URL you don't have another layer between the App and the DB. Therefore, I was thinking that this solution is better, since lightweight. Since the DB...
@s4ke nice! I have really found some gems in NeuroForge repositories. Thank you for contributing to OS👍🏼
I'll work on it. But for now you can use this Workaround: ````js const = new new eBayApi({ // ... axiosConfig: { paramsSerializer: {indexes: null}} // remove the [] from...
@nodegin release `9.0.3` with type fix on status. Thank you for reporting.
Good question. I'll work on that.
I have release `9.1.0` This is how it should work: ```js eBay.trading.SetNotificationPreferences({ UserDeliveryPreferenceArray: [{ NotificationEnable: { EventType: 'ItemListed', EventEnable: 'Enable', } }, { NotificationEnable: { EventType: 'ItemSold', EventEnable: 'Enable', },...
Same issue here. ``` $ pg_autoctl --version pg_autoctl version .dirty pg_autoctl extension version 2.1 compiled with PostgreSQL 17.2 (Debian 17.2-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit compatible...
@magec Hey! Did I understand correctly that with this PR, it will be possible to switch over between the primary and replica, like in the request here: [GitHub Issue #228](https://github.com/postgresml/pgcat/issues/228)?...
The TS Definition is based on eBay Open-API. Either this is a new version or the eBay Open-API is not correct. Thank you for reporting, I will check it. For...