-
Currently it's not possible to cross-compile the standard library for `aarch64-pc-windows-msvc`. To reproduce, install the MSVC's ARM64 toolchain (I used MSVC 15.8.3) and configure Rust as follows:
`…
-
**Describe the bug**
Existing users no longer found
**To Reproduce**
Steps to reproduce the behavior:
1. Using docker-compose with the `latest` tag
2. Open login page
3. Prompt shows to crea…
-
I have recently re-written a service to use the newer AWS SDK (v2), but I am struggling with an error I just can't seem to figure out.
## Short snippet:
```
javax.net.ssl.SSLPeerUnverifiedExcepti…
-
1. Install latest *GoldenDict* - https://github.com/goldendict/goldendict/wiki
2. Download *GT-bash-client* `master` branch as ZIP and unzip `translate.sh` file into any regular folder (I would recom…
ghost updated
3 years ago
-
Having the dots adornment on every single line of the string is cluttering the editor.
![image](https://github.com/dotnet/roslyn/assets/41759/4514db12-7da4-4611-b77f-49caaab5bb7f)
tmat updated
4 months ago
-
### What version of Racket are you using?
8.2
### What program did you run?
```racket
(struct point ([x : Number] [y : Number]))
(: add (-> point Number) )
(define (add a)
(match-define (…
-
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDebugDuplicateClasses'.
> A failure occurred while executing com.android.build.gradle.internal.t…
-
### What are the steps to reproduce?
1 - Open a 'Change' node
2 - in the "To' section select 'J: expression'
3 - expant the option (press the three dots '...' at the right)
4 - click the 'Test…
-
Extracted from #41.
**[@fabb suggests:](https://github.com/mac-cain13/R.swift/issues/41#issuecomment-379300015)**
Is there a reason why R.swift contrary to Laurine did not use nested structs for…
-
The spec, in §9.3.1 says:
> A module version identifier is a character string containing digits, periods, and lowercase letters
But the typechecker does not enforce this.
What are the real restrict…