-
**Is your feature request related to a problem? Please describe.**
Not a bug, but would provide much more flexibility.
**Describe the solution you'd like**
When you have something like this:
``…
-
Saw this code and I feel the compiler should be warning(luckily the implicit conversion warning does get diagnosed in this case) but the compiler, if possible, should have a warning to tell the user t…
-
I tried this code (which models library code with invariants for all valid instances of A but without all the details):
```rust
use std::ops::Deref;
use std::mem::MaybeUninit;
struct A{
b: Maybe…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR51661](https://bugs.llvm.org/show_bug.cgi?id=51661) |
| Status | NEW |
| Importance | P enhancemen…
-
Using the latest agda, the following typechecks
```agda
{-# OPTIONS --two-level #-}
postulate
A : Set
B : SSet
wrong : SSet
wrong = A → B
```
From what I understand, the original pa…
-
Currently, Client credentials, Authorization code and Implicit flow are supported. Please add support also for password flow. The required fields would be all the fields in Client credentials flow + u…
-
#### Description of the problem
This code works:
```
Class MRet (M : Type -> Type) := mret A: A -> M A.
```
but this one does not:
```
Class MRet (M : Type -> Type) := mret {A}: A -> M A.
…
-
I have:
``` ruby
belongs_to :original_apk, :inverse_of => nil
alize :original_apk
```
Which I expected to denormalize all fields of `OriginalApk`, however it seems to just store an empty object:
``…
-
### Category
User level API changes
### Describe the feature you'd like to request
Cedar currently has a way to parse schemas from JSON, but should also have a way to serialize schemas back t…
-
(Scala 2)
```scala
type WsTag = WsTag.Type
object WsTag extends NewtypeWrapped[Option[Long]] with DerivedCirceCodec
case class A(wsTag: WsTag, i: Int)
implicit val decoder: Decoder[A] = i…