-
The following code:
```
module modtest
real(8), allocatable :: temp(:)
contains
subroutine init
implicit none
if (allocated(temp)) stop
end subroutine
end module
```
results in
…
-
Hello Dev Team,
I am having an issue with installation, it appears to be an issue with the Fortran compiler (please see below). I am running Umbunto 22.04.3 lts Jammy Jellyfish. I used the easy ins…
-
Although there aren't any breaking changes, when upgrading from 0.22.0 to 0.23.0 my project is no longer able to build:
```
Error: Failed while trying to build all canisters.
Caused by: The build…
-
## Formats
- [x] README
- [ ] Wiki
- [ ] Messaging (~~Slack or Discord~~ Gitter)
- [x] Forum (GitHub discussions is already available for this project)
## Content
- [x] Building from sourc…
-
See above, I think this is due to conflicting defines, and the bls one sometime coming up on top.
-
**Status:**
Wenn die Spracheinstellung in der App auf eine bestimmte Sprache eingestellt ist,
wird davon ausgegangen, dass die App mit dem Nutzer in der entsprechenden Sprache (z.B. deutsch) ko…
-
During compilation of the plugins I get these warnings:
```
[ 85%] Linking CXX shared library ../libpaintPlugin.dylib
ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: search path '.…
-
Java files always give me this error in vscode:
> MyCall is not on the classpath of project app, only syntax errors are reported
##### Environment
- Operating System: macOS Catalina 10.15.4 (19…
-
I'm running `dfx build` with the following `mops.toml`
```toml
[dependencies]
# ...
bitcoin = "https://github.com/dfinity/motoko-bitcoin#alex/add-script-spends"
# ...
```
but it doesn't wor…
-
In my case, user should pay the cycle when call sha256 function, how to implement with agent-go?
```
dfx canister call bkyz2-fmaaa-aaaaa-qaaaq-cai sha256 '("Hello, World!")' --with-cycles 200000…