Sergey Alirzaev

Results 241 comments of Sergey Alirzaev

The `--period` options for `balance` seem to be no-op after i remove the exception.

Tried bisecting ledger, figured it's the same in `v3.0.3`, and the square-bracketed postings seem to be broken in `v3.0.2`. If someone feels bisecting it too, here's the patch to make...

Workaround: replace all `[foo]` postings with `foo` postings (e.g. `s#\[\([^]]*\)]#\1#g`).

Do i? I'm surprised since /usr/share/vim/vimfiles/autoload/ledger.vim is present, and other files in /usr/share/vim/vimfiles/autoload get loaded apparently.

``` File "/usr/lib/python3.11/site-packages/nptyping/typing_.py", line 87, in Float = np.float_ ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/numpy/__init__.py", line 397, in __getattr__ raise AttributeError( AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.....

What is the `strip` USE for? portage already handles stripping via a separate setting, and packages are encouraged not to strip by themselves: https://wiki.gentoo.org/wiki/Debugging

> I see no strip in IUSE. https://github.com/deu/palemoon-overlay/pull/138/files#diff-3fbbd815e61021b96a355a58ce1c2e5b89aa59731ca1b5162c93bddb03e9ec06R32

profiles/package.use.mask change is puzzling, otherwise LGTM, assuming you have verified that the new USE flags work.

@deu can you please take a look at this? I don't feel comfortable accepting such an involved patch singlehandedly.

On Wed, Jul 13, 2016 at 10:52:25PM -0700, Florian Forster wrote: > Hi @l29ah, thank you very much for your patch and sorry for the late reply! > > Could...