F. Eugene Aumson

Results 17 issues of F. Eugene Aumson

**Question** I'm using negative `voffset` to achieve a more compact display, and generally I'm happy with it. However, after having scooted everything upwards like that, it seems that the window...

bug
text

Related to #2115 and #2453, since those are related to the Yul IR pipeline. See also #2399 and #2400.

not-stale

Automatic installation of dependencies on Windows, at the time of creation of a sample project, is not currently supported. The code currently in place simply doesn't even try: ```TypeScript async...

type:improvement
Stale

## Expected Behavior Clients generated from the SRA spec should use correct data types. Specifically, in the spec, integers should be `integer`, not `number`. More specifically, Network ID and pagination...

bug :beetle:
@0x/sra-spec
pinned

## Expected Behavior Generating an SRA client from the SRA spec should produce a client that can properly validate its inputs. ## Current Behavior Generating an SRA client from the...

@0x/sra-spec
pinned

I'm trying to build maim from source. `cmake` succeeded, but then `make` failed with this: ``` gene@precision5510:~/Downloads/slop-7.4$ make Scanning dependencies of target slopy [ 6%] Building CXX object CMakeFiles/slopy.dir/src/mouse.cpp.o [...

I built maim and slop from source, but I had to do a bit of a hack to get it to work. I didn't want to install slop into my...

# Description This adds the skeleton of the `RfqQuoteProcessor` class, which implements the `RfqtFirmQuoteValidator` and `RfqtQuoteObserver` interfaces defined in [the corresponding protocol PR](https://github.com/0xProject/protocol/pull/11), and injects those into the `asset-swapper.SwapQuoter` instantiation....

# Description for https://app.asana.com/0/1183356240573402/1193039174734530/f Really just a re-pinning of asset-swapper. All of the relevant changes were there. See https://github.com/0xProject/0x-monorepo/pull/2706 # Testing Instructions Induce an RFQ provider to timeout 10 times...