Arber

Results 15 issues of Arber

**What is the problem?** In the first version of [Search API ](https://github.com/short-d/short/tree/master/backend/app/usecase/search)we are not handling errors and for now, we are just logging them. **Your solution** Handle errors correctly and...

enhancement
Go

**Describe the bug** The logs are sent to Datadog but there is no documentation for it. Also feature toggle doesn't work automatically **To Reproduce** 1. Follow the steps from README...

bug
documentation
p0

**What is frustrating you?** Function searchShortLink is hard to read, especially the for loop. https://github.com/short-d/short/blob/284d1d6ae7c59549409860bda7c00d3abe9dd703/backend/app/usecase/search/search.go#L68 **Your solution** Refactor this function appropriately.

maintainability
Go

**What is frustrating you?** Test cases that expect errors usually pass if it has any error, which is not correct if the error is different from what is expected. For...

maintainability
Go

## Paste the link of the GitHub organisation below and submit https://github.com/ipfs --- ###### Please subscribe to this thread to get notified when a new repository is created

Check type assertion

In file g_counter.go line 22, the identity of replica is ident: uuid.NewV4().String() but uuid.NewV4() returns a tuple with of format (UUID, error). As I saw this reference is used in...

Closes [#67](https://github.com/short-d/app/issues/67). Note that mux.Server always shutdowns gracefully and for GRPC service, we can call the GracefulStop method.

size/L

During the BAT token presale, transactions were conducted without involving a transfer process. For instance, in the transaction [link](https://etherscan.io/tx/0x563854a38cedf07839239c46d79373c3334430f9831c3c37204ac92af96e6e4b), wallet 0x75D27075d8d9Aa87E54f05A07A52c5a117436Cc7 interacted with the BAT contract using the Create Tokens...

bug
TX-accounting

Are tests needed for this package?