-
### User Story:
As a data analyst working with Gitcoin Grants,
I want to update the indexer/JSONL file to include all models across all chains and convert the output to a parquet file,
So that I ca…
-
Transactions can have code in the form of `2024-07-11 (CODE) TxName`.
I would find use in code for postings:
- EAN of product. Some receipts I digitize manually, some receipts are already availabl…
-
Is there a more effective way to get the list of distinct values of a property (`hasJournalTitle`) other than to go through all the pages?
Actually, I do that in the background on startup and it work…
-
There is a use case where some pages, or states with uiRouter, should not have a path/url.
There is a valid story where we don't want a login page to be bookmarked or deep-linked to. This is easily i…
-
# 📖 Abstract
Hi~👋🏼 This is a collection of Go-related packages and tools that I frequently use, may potentially use, and ones that I find intriguing.
> _**Recommended Related Resources:**_
>
>…
-
I'm deploying a new cluster with a minor adjustment to the Ansible variable, specifically setting `with_haproxy_load_balancing` to `true` and updating the necessary instances in the inventory file. Af…
-
Properties of a schema could be marked as `readOnly` or `writeOnly` if they should not be used respectively in a request or response. Additionally, required properties are present in the `required` fi…
-
It seems like Wither has the potential to be essentially the equivalent of what mongoose is to Node, but the lack of recent development makes me somewhat concerned when considering switching off of No…
-
Impacted versions:
I tested the problem on odoo 14 but I believe it is also a problem with odoo 13 (not sure). Things are working fine with odoo 12
Steps to reproduce:
The problem is with nested t…
-
## Description
https://github.com/go-gorm/gorm/blob/6d64e31965f5c9c383e351683052d7aec68c56b5/finisher_api.go?#L522
In this line, savepoint name is generated from the pointer to the callback passed…