-
Since (June?) 2024, VuFind is not getting the changes/new records from Folio.
Daily MRK/MRC files of the whole catalog are on a [SharePoint](https://crldomain.sharepoint.com/:f:/t/Data/Eh8Esj4RVNxA…
-
So I'm debating whether to keep Golang's typing instead of adapting it to SourcePawn's (e.g. using Golang `int32` to be equivalent to SourcePawn `int`, `float32` being equivalent to SP `float`. `bool`…
-
![image](https://github.com/damus-io/damus/assets/64376233/3522c709-a17a-4845-bf20-604504d46a38)
-
## What problem does this solve or what need does it fill?
It's just a syntax sugar for better entity code organization
## What solution would you like?
```rust
#[derive(Bundle)]
pub struct…
-
Hi,
I am very interested in how MetaPAD works, and I am interested in how it works on Chinese corpus. However, it seems I can't find some files when I changed them into Chinese corpus, so I need yo…
-
Editable Models currently do not include NavigationProperties for deep inserts/updates.
One Workaround is to use `Partial` or `EditableEntity & { NavProp:... }`.
Additionally, when using SAP IdM (…
-
**Feature Request**
- When using the folder provider or dataview provider, the user should be able to specify a property to look for on a page, which will be added as an alias for the file
- Example…
-
I am trying to extract information using this code:
```
from langchain_google_genai import ChatGoogleGenerativeAI
from langchain_experimental.graph_transformers import LLMGraphTransformer
from l…
-
Here's a mock-up for creating new entities. It was motivated by the need to support abstract classes (there is a need to show what is the subclass in order to distinguish entities with the same name b…
-
### Issue description
When using a lazy Many to Many relationship and creating entity with Promise.resolve in the relation property, the relation is never created at entity insertion (works only on u…