-
Given:
```lua
---@generic T
---@param f fun(a: T)
---@param t table
---@return T[] (table)
local function tbl_filter(f, t)
return t
end
---@type string[]
local s = {'a', 'b', 'c'}
l…
-
I am trying to use both of my GPUs who are passed through to my docker container.
`services: faster-whisper-server-cuda: image: fedirz/faster-whisper-server:latest-cuda build: dockerfile: Dockerfil…
-
type java.lang.Exception
:message Can only handle categorical or :string target column. Target column meta: {:categorical? true, :name :species, :datatype :int16, :n-elems 135, :inference-target? …
-
See references to this issue in code.
This issue is blocked on a design decision from LDM: https://github.com/dotnet/csharplang/issues/7626
- [x] Element analysis (PR https://github.com/dotnet/rosly…
-
For e.g. `(.| (Thread/currentThread))`, we could observe that `(Thread/currentThread)` returns a `Thread`, and therefore the completions can be constrained to those of the members of Thread.
I don'…
-
Consider the following program:
```dart
abstract class C {}
class D1 extends C {}
X f(X x1, X x2) => x1;
void main() => print(f(D1(), D1()));
```
This program is accepted by the analyzer …
-
hi,
i did a complete fresh install on my Pi5, following the Tutorial.
Anything seems correct but i can’t run the detection.py script - getting this error:
Showing FPS
Could not load lib /home/pi…
-
**Build Scans:**
- [elasticsearch-intake #12327 / part3](https://gradle-enterprise.elastic.co/s/3xouws6s5xvya)
- [elasticsearch-pull-request #39435 / part-3](https://gradle-enterprise.elastic.co/s/63y…
-
We already strengthen the type of the receiver at a call:
a.foo();
After the call, a can be restricted to a those types which respond to 'foo'.
We can do the same for arguments.
Consid…
-
It appears we have an invalid invariant in the SSA, but I have only been able to reproduce this when disabling global type inference.
Here is a small repro:
```dart
import 'dart:async';
main() a…