-
### Issue Description
Create a pdf/A-4 document using pdflatex:
```
\DocumentMetadata{pdfversion=2.0, pdfstandard=A-4}
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}…
-
Certain players (f.e. ffmpeg) use multiplication instead of shifts inside the adpcm decode loop.
f.e.:
sign = nibble & 8; delta = nibble & 7;
diff = ((2 * delta + 1) * step) >> shift;
…
-
Add "Wordnet synsets" under senses
https://www.sign-lang.uni-hamburg.de/easier/sign-wordnet/index_ngt.html
E.g.
https://www.sign-lang.uni-hamburg.de/easier/sign-wordnet/sign/ngt.1863.html
thi…
-
**Description:** Trying to parse numeric input when the number has a sign (e.g. -5, +6) leads to ShakespeareRuntimeError
**Sample Play:**
```
The Folly Of The Writer, a tragedy in one act.
Rom…
-
Hi Tri,
@tridao
I have a question about the equation in chapter 3.1.1 Forward pass of Flash attention 2 paper.
As you mentioned "Only at the every end of the loop do we scale the final $$\ti…
-
### Issue Description
I actually have two issues:
1. I send a document for signing and when 4 of 5 have signed I accidently restarted the signing process (not changing the document) so now all had t…
-
It's nice that match_expression is supported by Vespucci since v20.2.0, but the search expression used in the 2 variants of the traffic_sign items (for connected and separate nodes) do not seem to wor…
-
I am currently building this, and the solutions I have found are very choppy:
User fills out a form, which populates a predefined contract. This contract can be electronically signed, and saved/sent …
-
**Describe the bug**
Open VSC SAS Extension base on Main branch. Sign in with a valid Viya connection, open SAS server. Open a .sas file and open Command Palette, find the command 'SAS:Add New Connec…
-
### Reproduction steps
1. Using Matter SDK 1.3 with ESP-IDF 5.2.1 on ESP32-C6
2. Added **esp-cryptoauthlib** as component, enabled the secure element and enabled `CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN…