Emmanuel T Odeke

Results 183 issues of Emmanuel T Odeke

The trip experiences API allows Uber to send contextual information about the user, for example: * How long they have left on their trip * The current location of the...

enhancement

The UberRush API allows for food deliveries. Once the functionality is in with a couple of methods of making this possible, it opens up the possibility for this API client...

enhancement

Implement Uber for Business with functionality to: - [ ] Download a receipt for a trip - [ ] Download the PDF for a receipt - [ ] Download the...

enhancement

After https://github.com/orijtech/uber/issues/13 has been implemented, implement cancelling of an Uber.

If we examine the method "getDatabaseDialect" https://github.com/googleapis/nodejs-spanner/blob/30151cad2723d6a9f2c70342c81f1a578ee02f6a/src/database.ts#L1530-L1553 we can see that the callback passed in is never used. I found this while working on trace instrumentation for these libraries.

api: spanner

## Bug Report Noticed in an audit that there is a misuse of read-locks around mempool/CListMempool for example in #2443 and in particular for this bug report let's look at...

bug
mempool

If we look at https://github.com/celestiaorg/nmt/blob/29e9433bd79eed40462000626ef987c91b0cf523/hasher.go#L157-L159 we notice this code https://github.com/celestiaorg/nmt/blob/29e9433bd79eed40462000626ef987c91b0cf523/hasher.go#L159 but that code could be made clearer, simpler and even faster (if in hot loop) by ```go emptyNs2X := bytes.Repeat([]byte{0},...

This change presents a fuzzer for testing out fullClient data availability submission, in which the inputs to .Submit are mutated then the responses tested out to check for logical conformation....

kind:testing
external

This change ensures that if a panic occurs, that span.RecordError correctly records it and then if an error is returned that span.Status correctly captures and records it. Fixes #3814

kind:fix
external

### Implementation ideas For general security and ensure that we build stronger trust, let's write a bunch of fuzzers for as many critical methods. Just from my random auditing and...

enhancement
external