-
I am trying to diagnose why my vscode motoko extension has just stopped putting anything like errors/warnings in vscode anymore
I have tried
- Changing to multiple older versions of vscode
- Cha…
-
Just hit this message when deploying to a canister. I was purposely changing the type signature of my API (breaking change), and hit this message instead of signaling a dfx deploy warning.
```
FIX…
-
### Description
The runtime is crashing on OSX when running the compiler unit tests. There is no specific test that causes the crash but the crash is very consistent (approaching 100%).
Unfortuna…
-
## Description
使用djl加载torchscript转换的pt模型,发现推断性能很低,比直接使用python加载模型推断的方式下降约8倍。
为了确认是我pt模型的问题,还是djl框架的问题,我使用c++加载我的pt模型进行推断比较,以下只统计了forward的时间,代码片段如下:
`for(int i=1;i
-
[24.08.2023 12:07:39] jasiu-rozowyczlowiek:
[24.08.2023 12:07:39] jasiu-rozowyczlowiek
-
### Steps to reproduce
1. Check out minimal reproducible example from the repository https://github.com/iainnicol/ReproForMsbuildAlreadyRegisteredForBuildTime
2. Open the .sln inside version 15.8.…
-
### Explain what you would like to see improved and how.
Currently you cannot read a ROOT::RDF::RCutFlowReport back from a file because ROOT::RDF::TCutInfo does not have a public constructor. It woul…
-
I tried the following:
1.sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
this happened:
1.[ *explanation*](curl: (7) Failed to connect to raw.githubusercontent.com port 443 af…
-
Not sure why it parses at all...
This is okay to parse, but crashes too:
``` Motoko
func () : async actor{} = { actor {} };
```
-
https://internetcomputer.org/docs/current/developer-docs/integrations/ledger/ledger-local-setup#step-8-deploy-the-ledger-canister-with-archiving-options
In Step №8, the following snippet is defined…