-
### Objective:
- To use class diagrams to represent the structure and relationships in the course enrollment system.
### Description:
- Create a class diagram to illustrate the various compon…
-
- **Improve CI performance:** Currently, our CI process takes approximately 1 hour and 20 minutes, with 90% of that time spent on dependency resolution. I believe that using a constraints.txt file w…
-
# Feature request
## Is your feature request related to a problem? Please describe.
It would be nice to be able to specify constraints within bot a table and a column
For example:
```
cre…
-
I tested Formula to find a solution with 3 cycles:
```
domain Graph
{
Node ::= new (id: Integer).
Edge ::= new (src: Integer, dst: Integer).
edgeHasSrc ::= (src: Integer).
edgeHasDst …
-
The example below demonstrates a bug in how constraints are generated with recursive rules.
```
domain Graph
{
Node ::= new (id: Integer).
Edge ::= new (src: Integer, dst: Integer).
ed…
-
Hi,
I've been running into some issues configuring the ADC in a non-standard configuration (I'm using injected channels, I realize that isn't currently supported by the library, but I'm trying to u…
-
### Is this your first time submitting a feature request?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
- [X] I have…
-
The combination of "mandatory" and "repeatable" does not capture the notion of a statement template that MUST NOT match the data.
For example one might want to specify, in a shape, that there be no…
-
### Le besoin que vous rencontrez
J'ai besoin de lancer les traitements rasters pour mes données livrées sur la GPF afin de pouvoir configurer et publier des offres.
### La solution que vous aim…
-
**Bug Report**
Mypy does not properly identify the return type of a method returning `Self` when the object is annotated with a `TypeVar` bound to a `Union`.
**To Reproduce**
```python
from …