Alexandre Bourget

Results 74 issues of Alexandre Bourget

In a simple app, using Alt tab seems to send the `alt` signal to readline, which switches to "Esc" mode.. but hitting `Alt+Tab` to switch, prevents the key release event...

bug

Wouldn't it be useful to have HAR export as part of goproxy ? I was going to implement HAR dump in my https://github.com/abourget/goproxy fork.. when I saw this..

I have an interface: `type mobileSession interface { ... }` and a function that uses it: `func NewTestDevice(session mobileSession) { ... }` in code where `NewTestDevice` is used, it is...

It seems the map is rendered with no trailing `,` for the last element, so the diff catches that as a modified line.. but really the line isn't modified.. ```...

enhancement
help wanted

Hi and thanks for the lib. My goal is to start pushing JSON to an `io.Writer` while it's being JIT encoded. I noticed that `EncodeObject` calls `enc.Write()` and manages the...

enhancement

First draft of a `blockfeeder` p2p client. The goal is to feed blocks to a node without having to have a pool of real full nodes around. Reading blocks logs...

An idea has been germinating here: * A p2p block relayer, that sits at the p2p level, and interconnects many nodes. * Acts as a node itself, so replies with...

Idea

Starting to see them on mainnet. We'll also want to update blocksigner with those keys, as it seems the speed of signature is faster than K1 with its funky deterministic...

Idea

Meaning: filtering already filtered blocks. We want to be able to pre-filter some large blocks, reduce them to take out undesired transactions, and then base a next phase of filtering...

the KVStore::FlushPuts() needs to write each account's new keys in order, otherwise, upon restart, we will take the highest key, and continue from there.. but there are risks we have...