-
I just lost a few hours because I'm dumb and Borax was graciously overhelpful:
I had a typo in my Apache conf < Directory > entry, which meant none of the rewrite rules for Borax were working.
Howe…
mogle updated
13 years ago
-
I've been really curious about building operations on potentially-fallible synchronous code as well, without necessarily needing to pulling in an async runtime and block on a given function. The conte…
-
## Motivation
In order to build new features using the language server in our VS Code Extension, an error-tolerant prisma schema parser is needed.
Most of the time, the code in the editor is incom…
-
Hello!
The language looks awesome! I just started using it but I didn't find editor support except for syntax highlighting, so I started to create a Language Server Protocol implementation and a VS…
-
The following code:
```
using Random
using LinearAlgebra: isposdef, ishermitian
using KrylovKit: geneigsolve
Random.seed!(1234)
n = 8
ω = 100
B = randn((n,n))
B = ω *(B * B')
A = randn…
-
To support advanced LSP feature like completion, outline, etc we need to have a Freemarker AST with location. Today we cannot use the Freemarker FMParser because it is not tolerant.
I create this i…
-
gotype $GOROOT/src/pkg/net
leads to several error messages due to unresolvable 'import "C"'.
go/types could be more tolerant with invalid operands and types to avoid follow-up
errors.
(Fo…
-
---
title: I want high-performance, error-tolerant downloads for very large files.
date: 2021-10-19T23:57:17.963Z
submitter: Annette Greiner
number: 616f5b5d2e44471a5a03d108
tags: [ ]
discussion: htt…
-
If you log a type other than a number for token counts the span ends up getting dropped:
```
Traceback (most recent call last):
File "/phoenix/env/phoenix/db/bulk_inserter.py", line 200, in _in…
-
**Is your feature request related to a problem? Please describe.**
Why use cluster states? The primary hurdle to achieving practical quantum computation is scaling, a difficulty significantly exace…