-
Hey @ZenVoich,
Great work on this feature!
I tried benchmarking one of my projects but ran into an error when using a relative import path statement.
I checked to make sure the [import statement…
-
**Description**
If `config.sh` exists (which it does after running `Configure` at least once), any subsequent run of `Configure` will misdetect how `setlocale()` works. In particular, it will think t…
mauke updated
11 months ago
-
This snippet crashes the compiler:
``` Motoko
type Account = {
holder : Principal;
balance : Nat;
};
type Amount = {
amount : Nat
};
type Movement = {
#deposi…
-
mac os
```
afat@virusbook rdf.mo % mops --version
CLI 0.28.1
API 1.2
afat@virusbook rdf.mo %
mops init rdf.mo
Initializing...
✔ Select type: › Package (I plan to publish this package on m…
-
There has been a performance improvement for short messages which is relevant for Merkle tree applications. I would be interested in the effect on ic-certification. I am guessing around a 10% improvem…
-
Currently Motoko programs only do GC in these places:
- In `canister_init`: first function invoked by the system after installing a canister
- In `post_upgrade`: Invoked by the system after upgrad…
-
```
$ dfx deploy --ic --with-cycles 110000000000 frontend
...
Installing canisters...
Module hash 2ee9c1699a02f78de8f3b76d24c2bba488cb857f14d01a3840043124aaf22358 is already installed.
Module has…
-
Given the following canister:
```ts
import { $query } from 'azle';
type CandidIncompatibleType = {
problem: string;
};
$query;
export function method(): CandidIncompatibleType {
…
-
I am using the following test actor:
```motoko
import Array "mo:base/Array";
import Iter "mo:base/Iter";
import Principal "mo:base/Principal";
import D "mo:base/Debug";
import Prim "mo:prim";
…
-
### Describe the issue:
- [x ] Bug
- [ ] Change request
- [ ] New feature request
- [ ] Discussion request
### Issue long description:
- I've created the cloud account
- I can log in to https…