Massimiliano Alberti

Results 18 issues of Massimiliano Alberti

There is a bug in parser-date-two-digit-year.js . The date 28/02/00 is first interpreted as 29/02/1900 and then it is "moved" to 28/02/2000. And it is correct. But there is a...

Bug
Parser

I've tried the fix for the capture. Now sometimes the .Capture() doesn't "Capture" (write to object) The example is self contained. There is a FIXME comment. The uncommented line of...

libtorrent version (or branch): 2.0.9.0 platform/architecture: Windows compiler and compiler version: Not relevant If a torrent is completed, then "damaged" in some way (a file is removed, or bitrot ruins...

The GetMagnetLink recalculates the InfoHash, but the recalculated InfoHash is different from the OriginalInfoHash that was calculated on initial loading of the file, and so the magnet has a different...

Enhancement
Help wanted

The email that I receive for a New Block Proposal has a link to the beaconcha.in page of the validator. > For more information visit: https://beaconcha.in/validator/123456 . It would be...

I use mev-boost 1.6 and lighthouse v4.3.0-dfcb336 on Windows 11 These weeks I had two blocks that timed out in the call to mev-boost. It seems that lighthouse has a...

enhancement
UX-and-logs
builder API

One of the ways to convert to the Half-path db format is to do a full pruning while having the `--Init.StateDbKeyScheme HalfPath` parameter. I think in the log the fact...

I wanted to put the grammar in the MyNamespace.Pegagus namespace. The generated code isn't compatible. In the generated code change: using Pegasus.Common; to using global::Pegasus.Common; (and just to be sure,...

bug

I'm using #{ state[someSymbolName] = someValue; } to memorize new symbols (for example name of new local variables I encounter while parsing). Not sure if this is the "right" way...

enhancement
easy

Purely anecdotal. I've been trying the 1.27rc on an old machine I have together with the new Lighthouse 5.2.0 . I've rebuilt both dbs from scratch using the 1.26 ....