Fredrik-C
Fredrik-C
- [x] Bug - [ ] New Feature **What version of Serilog.Sinks.Elasticsearch is affected? Please list the related NuGet package.** Serilog.Sinks.Elasticsearch Version=8.4.1 **What is the target framework and operating system?**...
Documentation states: `interval | [Optional] Specify your preferred data interval. Available values: 1min, 5min, 10min, 15min, 30min, 1h (Default), 3h, 6h, 12h and 24h.` But 1h, 3h etc does not...
### Issue Most models manages to ask for files in a format that makes Aider ask for permissions to add the files to chat. I assume o4-mini need more precise...
I have a loop to subscribe for streaming news for a set of tickers: ``` for ticker in tickers: contract = Stock(ticker, 'SMART', 'USD') ib.qualifyContracts(contract) ib.reqMktData(contract, f'mdoff,292:{codes}', False, False) ib.sleep(5)...
The output is identical for these two requests: ``` contract = Stock('AAPL', 'SMART', 'USD') ib.qualifyContracts(contract) start = datetime.datetime.strptime('2025-01-14 09:30:00', '%Y-%m-%d %H:%M:%S') end = datetime.datetime.strptime('2025-01-30 09:30:00', '%Y-%m-%d %H:%M:%S') headlines = ib.reqHistoricalNews(conId=contract.conId,...