kernc

Results 35 issues of kernc

Printing 4K blocks all along the way, transferring 1GB file took over a day to finally fail.

### Discussed in https://github.com/kernc/backtesting.py/discussions/705 Originally posted by **lxxseunghh** July 31, 2022 Hi, I got hundreds of this same warning using `backtest.plot` method. `.../venv/lib/python3.8/site-packages/backtesting/_plotting.py:148:` `FutureWarning: Passing method to Int64Index.get_loc is deprecated...

bug
good first issue

### Discussed in https://github.com/kernc/backtesting.py/discussions/486 Originally posted by **AetherTL** September 30, 2021 ![截屏2021-09-30 上午10 17 05](https://user-images.githubusercontent.com/23423871/135375065-9a751eec-5a42-4bd7-afba-72391b28b05e.png) The entry size plot shows a short signal was received at around March 1987, but...

bug

Exposes the last added item in narrow `` containers.

Bug
Comp: Autocomplete

Fixes https://github.com/kernc/xsuspender/issues/10. Additionally, define `_DEFAULT_SOURCE` to adhere to BSD signal semantics. See manual _signal(2)_ § _Portabilty_ for info.

Assertion failed, probably at/after system resume from suspend: > ERROR: xsuspender.c:138:xsus_window_suspend: assertion failed: (! xsus_entry_find_for_window_rule (window, rule, suspended_entries)) Xsuspender was killed with processes remaining suspended, so I had to reawaken...

bug

* Thunderbird * Steam ([reported](https://news.ycombinator.com/item?id=30055605#30058974)) * MS Teams, Slack, and other Electron-based apps?

On two consecutive Ctrl+C presses, this is the error. The windows were not unsuspended; I continued them with `pkill -CONT .`. ```bash $ src/xsuspender ^C^C (xsuspender:17474): GLib-CRITICAL **: g_main_loop_quit: assertion...

bug