-
Rework the column type detect method. Eventually query Druid for columns data types.
-
The full reproducible case is [here](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=d09ee4a95b815ad3fa6304e98e56b7a8). Before committing further efforts on reducing it I w…
-
```
$ cat ex_seq.fz
ex_seq =>
f (T type, a Sequence (Sequence T)) =>
unit
y := [[1,2,3].as_list, [4,5,6].as_list,[7,8,9].as_list].as_list
f y
$ fz ex_seq.fz
ex_seq.fz:7:5: er…
-
### Describe the issue
According to [TensorRT EP docs](https://onnxruntime.ai/docs/execution-providers/TensorRT-ExecutionProvider.html) one should do symbolic shape inference before executing the mod…
maaft updated
4 hours ago
-
@hiyouga I've encountered a consistent issue where the logits score returns -inf during offline inference using models from Hugging Face/vLLM, even using the default inference example. How to solve th…
-
The rayon tests are encountering a new type inference failure, and with the latest nightly, an ICE.
```
$ git describe HEAD
v1.0.0-14-g68aabe9e460f
$ rustc +nightly-2018-03-15 -Vv
rustc 1.26.…
-
Given a method like this:
```java
public static final Class foo(Collection
-
Just like OCaml LSP, we should have a way of hovering over document elements and getting back type information or in the case of ltac, perhaps some documentation.
In order to do this, we need to ta…
-
**Bug Report**
It looks like the enum plugin incorrectly assumes that `__bool__` on enum literals will always return `Literal[True]`, while this is the default behavior, it is not correct when …
-
### Question
I have a use case in which i want to force pylint to use the type hint of a variable, instead of the inferred value.
For example i have the following code
```
number: int = "123"
…