vladiscripts
vladiscripts
Could you add the ability to read existing unique indexes and multicolumn indexes from the current database model? In order not to list them each time in `insert (keys)` and...
An example of documentation https://github.com/scrapy-plugins/scrapy-splash (section "Examples") has the code: ``` script = """ function main(splash) splash:init_cookies(splash.args.cookies) assert(splash:go{ splash.args.url, headers=splash.args.headers, http_method=splash.args.http_method, body=splash.args.body, }) ... """ ``` Often it raise the...
In recent [commits](https://github.com/tryolabs/requestium/commit/4742f8f7443de7e1a380a469cfc2f8e5a47988c3), an interesting feature has appeared - the use of a Selenium webdriver outside Requestium. But to do this, I have to do some cumbersome acrobatics in my...
https://github.com/tryolabs/requestium/issues/58
Свойство "это частный случай понятия" (P31) по умолчанию должно иметь значение "литературное произведение" (Q7725634). Сейчас там "произведение" (Q386724), которое неправильно ("произведение" — это фотографии и др.); некоторые библиотечные свойства Викиданных...
The example doc "Parameter Heatmap", section "Model-based optimization". https://kernc.github.io/backtesting.py/doc/examples/Parameter%20Heatmap%20&%20Optimization.html When I run this snippet I get an error. ```python stats_skopt, heatmap, optimize_result = backtest.optimize( n1=[10, 100], # Note: For method="skopt",...
It raise an error: ```python File "... /backtesting/backtesting.py", line 718, in new_order raise ValueError( ValueError: Short orders require: TP (0.04695176) < LIMIT (0.04686714259153687) < SL (0.046782525183073735) ``` This an error...
### Expected Behavior Fix the mistake or make it a normal explanation. ### Actual Behavior ```python Traceback (most recent call last): File "... .py", line 298, in optimize plot_heatmaps(heatmap, agg='mean')...
### Is there an existing issue for this? - [X] I searched the existing issues and did not find anything similar. ### Current Behavior On the page https://github.com/AntiMicroX/antimicrox//wiki/Adding-A-New-Game-Controller-Mapping-under-AntiMicroX does not...
Описание приложения в [readme.txt](https://github.com/hufrea/byedpi/blob/main/readme.txt) сложновато читать, поскольку нет оформления разметкой [MD markdown](https://docs.github.com/ru/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax). Хотя в тексте коды этой разметки присутствуют - `###` в заголовках разделов. Чтобы разметка работала надо переименовать `readme.txt`...