-
Hi,
I do not understand why we cannot set the returned target type on a method…
This is my feign reactive interface for accessing the Fargo API
```java
package com.gv.zeppelin.service.fargo;…
-
:wave: Hey! Me again.
I ran into an issue where the compiler doesn't seem to be able to resolve a value's type when it's generally matched, but can when it's explicitly matched.
Relevant code:
…
-
### Title
PsyR: An R package for better inference in multivariate statistical analysis
### Leaders
Kelly Garner (Mattermost: kels)
### Collaborators
Christopher Nolan (Mattermost: c…
-
Hi,
I was trying to play with type inference under SVF using linked list, and found an unexpected result.
Here is a minimal reproducible example:
```c++
struct ll
{
int a;
ll *next;…
-
**Feature**
I tried to search using some keywords and couldn't find anything obvious. But I was trying to do type validation of a class that I don't control (external sdk) and it has a class with o…
-
I am estimating a linear model, and trying to use "inferences" with bootstrap method to get confidence interval on an estimated interaction effect. I would like to wrap the procedure into a function a…
-
The following throws an error that 0 is not a single-float:
```
(TEDDY/DATA-FRAME::MAKE-DATA-FRAME
'("subject" "time" "conc")
:ROWS '(("1" 0.5 0.94) ("1" 0 0.78)))
```
Perhaps we should be…
-
Hey, thanks for your awesome lib!
When using generics in mutations (and actions too), lookup types are not inferred as accurately as they could be.
Here is my store definition:
```ts
import { …
-
It would be nice if we could create coroutines like so:
```
class A
class B extends A
coroutine {
yieldval(new A())
yieldval(new B())
}
```
so that this code would return a coroutine …
-
**Describe the bug**
Not sure how to exactly explain it, but if I use a union, mapped and cast together, there is something wrong.
**Expected behavior**
No mypy error
**To Reproduce**
```py…