-
The theory thus far has been written to use the built-in Pure equality as the definitional equality, the idea initially being to take advantage of as much built-in functionality as possible.
Howeve…
-
**Describe the bug**
The new version of the API https://www.deepl.com/cs/docs-api/documents/translate-document includes support for the optional output_format parameter, but there is no implementatio…
machj updated
5 months ago
-
Hi, I talked to @bakkot a bit about this but I wanted to create a more open issue about it.
Shift is really great to work with, but it's limited to completed ECMAScript specs. I was wondering if pe…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
Se…
-
### Feature idea
I don't know if it's possible or is already possible but I'll suggest it anyway.
The current Japanese subtype is confusing to use. I don't even know how to convert the texts to ka…
-
Seems like it parses `?a` as part of the type, investigate
```c
T Decision
| Decision.yep(proof: A);
| Decision.nop(proof: Not(A));
Decision.get(dec: Decision(A)): case dec: | A; | Not(A);
…
-
### Contact Details
jurre@shelf.nu
### Is your feature request related to a problem? Please describe?
As an IT manager, whenever I check out an asset to an employee. I want to have the option…
-
## Steps to reproduce (Following the QuickStart (CLI) guide):
- Run `pip install docquery`
- Run `apt-get install tesseract-ocr`
- Run `docsquery scan "What is the invoice number?" https://slicedin…
-
# Steps to Reproduce
Uploading
# Actual Behavior
I uploaded a mesh and the LOD changes at incorrect distances.
The two pillars shown in the photo are absolutely identical, except the one to t…
-
Now that immortals can be idle indefinitely, we need to handle overflow.
`descriptor_data.idle` is a short int, assuming the comments are correct and 28800 is 2 hours then an immortal can only idle…