Stefan S
Stefan S
I checked out more format string parameters for `to_str()` and at least these also don't work: `w W F` On the other hand, at least these do something, but are...
Yes. I have been using postgresql with an XFS data volume for years. Giving questdb a whirl on the same volume to see if there's any benefits for my use...
Thanks for looking into this! Please feel free to close my issue, the log message seems fine as it is. If you want to move forward with XFS support, I'm...
Making `to_timezone()` return a ISO8601 string seems a good idea to me. For my use case, dealing with time zones is purely a business logic convenience (displaying a date/time in...
> ```shell > restic --repo /path/to/repo backup --verbose=2 ~/ | grep -Ev '^unchanged /' > ``` While this workaround is good for almost all files, it breaks for filenames with...
> Just use the JSON output format, then you don't have to worry about such filenames. Parsing the normal text output format _will bound to break_ in certain situations. I...
> But perhaps clever filtering and reformatting of the JSON output with `jq` would satisfy it as well? For me it boils down to the question if an application should...
Looking closely, the broken "jitter" plots are indeed different, so jitter is apparently being applied. But the x values seem to be rounded to the nearest integer year.
Hi, please see this related issue #35. Your error may be related to submitting multiple orders at the same time, although ibind makes sure this should not happen. Does that...
> ERROR:root:Error processing order: IbkrClient: response error Result(data=None, request={'url': 'https://api.ibkr.com/v1/api/iserver/secdef/info', 'params': {'conid': '773846944', 'sectype': 'OPT', 'month': '20250404', 'exchange': 'SMART', 'strike': '5170.0', 'right': 'C'}}) :: 500 :: Internal Server Error ::...