-
Defining support for image data is one major component of CHORDS version 1.0, with the expectation that support will be added in version 1.1. This issue will serve to open up and document the discussi…
-
Here is the sample `deckgin.json` I have.
```
{
"containers": {
"web": {
"image": "satyrius/my_web_project",
"port": ["2200:22", "8000:80"],
"mount": ["/var/log/my_web_project…
-
Hey, love this repo!
I play DnD in Ukraine, and we use Russian as our primary language for the parties, so I would love to have this API available in different languages.
Maybe creating folders …
-
## Rationale
- we want to show (or at least test the feasibility of showing) global/regional maps of the forecast data to add spatial context to the city comparison
- e.g. if the forecast "misses" som…
-
Applications displaying search results from text fields in JSON documents often need to display the hit context as part of the result so that the user knows why the result was displayed, or whether th…
-
Hi,
I have run these commands successfully https://hotchocolate.io/docs/0.5.2/example-star-wars-code-first and localhost:5000 return 404.
I don't see in the code any routes BTW ...
Thanks
-
Hello,
My company has begun a project using your library to implement a graphQl endpoint. However, questions have arisen as to why we should choose this library over GraphQl.NET.
I find it to b…
-
## Problem
Prisma currently only supports one single Prisma Schema file. Developers want more flexibility for managing their Prisma Schema files.
Motivations:
* breaking up large schema file…
-
Right now with Prisma, you can query across one schema at a time but in many cases, you need to query across multiple tables stored across multiple database schemas.
We need to make certain product…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I am using EF Core with the CosmosDB provider as my DB context which consists of a very simp…