-
## Compiler version
3.3.1
## Minimized code
```Scala
trait SuspendSupport:
type Suspension[-T, +R]
extension [T, R](s: Suspension[T, R])
def resume(arg: T): R
def suspend[T, …
-
### Description
When I use nvim installed with `snap`, I cannot use telescope normally. No error is reported, but all search functions cannot be used, nor can I switch the telescope version. This pic…
-
**Reproduce**
1. Open a wiki file
2. Edit that file
3. `:wq`
**Expected behavior**
Commit the added file on `nvim` exit.
**Neovim Information**
```
% nvim -v
NVIM v0.7.2
Build type…
-
I've always loved how in Julia (and MATLAB) one can create a new array from an old one, using what is now the APL indexing rules. Basically if you index a collection of values with a collection of ind…
-
I was running a debug job on 2 processes. I noticed that Sinkhorn Knopp produces NaN valeus for teacher randomly(the previous loss & data in current batch all look normal). Upon further inspection, I …
-
### Description
When using `Telescope current_buffer_tags` with a large `tags` file, it can take 5-10 seconds before results are displayed. In my particular case I have a `tags` file with 282 065 l…
-
[Types\is?] better inheritance identification needed
right now, we're merely comparing the names of the prototypes
but what if the prototype has been redefined in the meantime?
we actually have to imp…
-
llama-cpp-python, Fails to build wheels, Any help or guideance on Windows Server?
```
PS C:\development\localGPT> pip install llama-cpp-python
...
note: This error originates from a subprocess…
-
Hi,
1. I notice that the labels created in InfoNCE loss is always a zero-vector:(https://github.com/salesforce/PCL/blob/964da1fb7c0546e8ce55627fa3c0debde4b7e456/pcl/builder.py#L163)
I think this…
-
I have trained a model on text8 corpus with the following config. (Please notice that this example sometimes work and show accurate result with other configs.)
```sh
./run.sh train.jl --epochs 5 --a…
rafis updated
6 years ago