-
It would be useful for Tuxemon to include a database of supported platforms. This information could be used to activate platform work-arounds for the display, sound, and controls.
Here is a propos…
-
- [ ] MUST READ at the beginning -> https://github.com/beir-cellar/beir/wiki/Load-your-custom-dataset it helps with understanding of BEIR data formats
- [ ] create a mapping from https://hugging…
-
### Description
When generating interfaces using the oneOf discriminator keyword, the generator produces both the correct subtype annotations, and also incorrect annotations that incorrectly match th…
-
I have an entity called `Contact` with a serialization group interface named `ContactAll`
```php
-
## Summary
Live message value in JS (argument `value` in `mapFromDittoProtocolMsg` function) outgoing payload mapper is sometimes base64-encoded, sometimes not. It seems to be dependent on content-…
-
- what is the goal of the requested feature?
The goal is to align efforts between the RDA/TDWG Attribution IG and OpenDS. The OpenDS model already incorporates the recommendations of the RDA Attribu…
-
Basically just adding the generate classes for material variant extension as described here. https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_variants
It is one o…
-
**Functionality**
* Pydantic has built-in export from models to JSON Schema (`.schema()`), test how well it works
* https://pydantic-docs.helpmanual.io/datamodel_code_generator/ could be checked o…
-
I deployed Qwen2.5-14B-Instruct on my local server and started llm correctly using vllm.
But when I executed the sample code,
```
from paperqa import Settings, ask
local_llm_config = dict(
…
-
Hi,
I have a model as follows:
```csharp
public class JobDefinition
{
[Required]
public Guid JobDefinitionId { get; set; }
[Required]
public…