-
### Description
1inch-LOP models are introducing duplicates into dex.trades. Swap events that belong to other protocols are decoded as being 1inch LOP swaps with an incorrect evt_index number.
Exa…
-
This story has two basic parts:
1) come up with how we will create the slot-to-cid, sig-to-cid, sig-exists and gsfa indexes on the basis of the split car files
2) come up with how we can create th…
-
**_⚠️ When working on this use the Clockify code: Citi Food Vouchers: #1A. https://github.com/openfoodfoundation/openfoodnetwork/issues/11922 Citi OFN Voucher - VINE Integration ⚠️_**
## Description
…
-
**Describe the bug**
Hello. Not sure if this is a bug or should be a feature, but aren't src_eff supposed to serve as additional ordering parameter? Like for getting latest_records and first_record_i…
-
Depends at least on #400
To get this working we need to figure out if the merge-base of a PR provides artifacts which we can then download and use for testing steps.
But it might happen that some…
-
The current implementation of our API diffing does not handle every type of item that can be defined within a module.
It will compare items that we support, detecting addition, removal and modifica…
-
Consider this verilog module:
```
module m;
typedef enum { FALSE, TRUE } u;
//typedef u [0:1] yeah; // "yeah" works
typedef u [0:1] crash; // "crash" segfaults
endmodule
```
This…
-
Add logic to `peer_group.rb`
Try to match users that have not been recent matches first. If not possible, then they can be matched, but it should to try not to first.
-
To avoid hard dependencies on kotlin specific libraries, we're currently looking up the kotlin reflection library using Java reflection. It would be much better if that logic was implemented in kotlin…
-
**Is your feature request related to a problem?**
We are using Argo rollouts for application deployments to EKS.
- Argo rollouts performs a blue-green flip by updating the selectorLabels on a Servi…