-
The following example should typecheck, but it doesn't:
```
data Bool { True, False }
data Nat { Z, S(n: Nat) }
def Bool.ite(a: Type, x y: a): a {
True => x,
False => y
}
-- We…
-
| --- | --- |
| Bugzilla Link | [518573](https://bugs.eclipse.org/bugs/show_bug.cgi?id=518573) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Jun 21, 2017 08:33 EDT |
| Modified | Aug…
-
Some databases support deferrable columns (marked with DEFERRED). Is there any way to mark somehow entity property so it will map with DEFERRED in `OnModelCreating` override?
https://begriffs.com/p…
-
| --- | --- |
| Bugzilla Link | [467577](https://bugs.eclipse.org/bugs/show_bug.cgi?id=467577) |
| Status | NEW |
| Importance | P3 normal |
| Reported | May 19, 2015 08:57 EDT |
| Modified | May…
-
## Description
In the user guide under the constraints for the adding order command, there is no mention of an additional constraint that was present in the application.
Here is the current constra…
-
See video:
https://github.com/user-attachments/assets/3a28560b-fee8-4451-8ced-4b3cb6951913
Because I zoom to fit sketches, this actually broke a ton of tests when combined with my changes.
-
Does UMAP currently support specifying any embedding constraints?
In the past I've found it useful when doing dimensionality reduction to specify targets for a few key inputs. For example, if embed…
-
Currently, the input boxes in the Create Project page do not provide any feedback when the entered text does not meet the specified `minlength` or `maxlength` constraints. We need to implement error m…
-
I use `makeClassyFor` to generate lenses for a data structure `OldCodeSpec`. One of the fields, `_authors`, has a constraint `HasName a => [a]`. I encountered the following error:
![image](https://gi…
-
Running, for example, the LTS Composer 2.2 using PHP 8.4 breaks all sort of things due to some errors being duplicated to stdout when doing, say, a simple `composer config vendor-dir`:
```
Depre…