Anton Sokolchenko

Results 10 issues of Anton Sokolchenko

Fixed running with multiple different strategies using StFetcher (tested custom strategy and BuyAndHold backtrader test strategy); fixed plotting in Pycharm (iplot was set by default) Example code with running multiple...

Здравствуйте, Обнаружил ошибку что не поддерживаются фьючерсы. Было бы отлично, если бы вы могли их добавить или подсказать как это сделать. Traceback (most recent call last): File "/Users/seven/miniconda3/envs/py37/bin/ibtax", line 8,...

enhancement

Could you please consider adding Carthage support? *** Skipped building MulticastDelegate due to the error: Dependency "MulticastDelegate" has no shared framework schemes for any of the platforms: iOS

I checked and it works. Issue reference: https://github.com/jonasman/MulticastDelegate/issues/24 You can test it by adding the following line to Cartfile github "isevendays/MulticastDelegate"

For example we have ImageGalleryStory as a name of our module. Then ImageGalleryStoryViewController.swift ``` class ImageGalleryStoryViewController : UIViewController, ImageGalleryStoryViewInput var output: ImageGalleryStoryViewOutput! ``` must be `@objc var output: ImageGalleryStoryViewOutput! `...

new chapter

The PR adds support for MCP Servers that OpenWebUI uses (MCPO package). What value does this PR brings to the project? Let's review this MCPO config.json ``` { "mcpServers": {...

I use llama-swap (docker) for OpenAI-compatible server instead of Ollama. Vision support is provided by vLLM inside docker (docker-in-docker). Here is example config ``` # vllm via docker "gpt-4-vision": #"qwen2-vl-7B-gptq-int8":...

All plugins, including Jupyter and VSCode, initialized. This happened over a period of about 1 minute and 15 seconds (from 13:07:02 to 13:08:17), which is longer than the original 60-second...

openhands

- [ ] This change is worth documenting at https://docs.all-hands.dev/ - [ ] Include this change in the Release Notes. If checked, you **must** provide an **end-user friendly** description for...

This PR implement a new endpoint to reset iOS accessibility settings. The changes would allow us to call this new endpoint `resetaccessibility` to reset iOS accessibility settings like font size...