-
```
In the attached patch there is _mpmath_mpf_mul;
defining in mpmath rev843 in libmpf.py
gmpy_mpf_mul = gmpy._mpmath_mpf_mul
mpf_mul is 2x faster at mp.dps = 100
In the patch there is also a slig…
-
```
In the attached patch there is _mpmath_mpf_mul;
defining in mpmath rev843 in libmpf.py
gmpy_mpf_mul = gmpy._mpmath_mpf_mul
mpf_mul is 2x faster at mp.dps = 100
In the patch there is also a slig…
-
#### Current Behavior
I am using Windows 11 / Windows Terminal / nushell
With Starship, every input I do on the keyboard makes the prompt 'blink' for a fraction of a second, i.e. it looks like the w…
-
```
In the attached patch there is _mpmath_mpf_mul;
defining in mpmath rev843 in libmpf.py
gmpy_mpf_mul = gmpy._mpmath_mpf_mul
mpf_mul is 2x faster at mp.dps = 100
In the patch there is also a slig…
-
### Issue and Steps to Reproduce
The logs below mix lines from lightningd and lines from lntxbot to show that the invoice was created (I've removed personal information from the first line, but it's …
-
**Is your feature request related to a problem? Please describe.**
In my opinion the default pager is very confusing. I really like to use diff-so-fancy or something similar.
**Additional context*…
-
- https://arxiv.org/abs/2109.00084
- 2021
ソフトウェアの共同開発は,大規模なソフトウェアプロジェクトを成功させるために欠かせない,最新のソフトウェア開発ライフサイクルの一部です.
複数の開発者が同じコードラインを同時に変更すると、マージコンフリクトが発生することがあります。
このようなコンフリクトは、プルリクエストや継続的インテグレーション・パ…
e4exp updated
3 years ago
-
This results in master branch's HEAD moving further from base code, while changes in testing branch is not yet merged. As a result the changes done in both these branches are now diverging away from e…
-
## Problem
I set up page as my git pager:
```bash
:; git config core.pager 'page -O -t git'
:; git diff
[ 0000000376 | WARN | dump in page ]
cannot spawn bat, use stdout: Os { code: 2, kind…
-
Hey 👋🏾
I'm thinking of writing a custom layout using floating windows for a range file history. So I was looking a bit into the code and trying to understand the construct of view, layout, windows…