-
`scarb doc` generates docs that have
````
```rust
````
code blocks.
Instead,
````
```cairo
````
code blocks should be generated.
Relevant logic on compiler side: https://github.com/wawel37…
-
In the latest version of Cairo-lang, the account contract deploy need some ether, and the deploy transaction usually failed because the Goerli Congested.
For example, `$ export STARKNET_WALLET=star…
-
This program:
```racket
#lang racket/base
(require racket/class racket/gui/base)
(make-gl-bitmap 10 10 (new gl-config%))
```
produces the following error message, both in DrRacket and at the…
-
The following code gives me the follwing image output:
```
var Canvas = require('canvas');
var Image = Canvas.Image;
var canvas = new Canvas(1200, 600);
var ctx = canvas.getContext('…
-
in order to do these are the steps that need to be taken:
1. types and procs interfacing directly with libcairo need to keep their original names
[example type](https://www.cairographics.org/manua…
-
Hello,
I have Windows 10 64 bit O.S. And Julia version 1.1.0 and I get this error.
```julia
julia> using Gtk
[ Info: Precompiling Gtk [4c0ca9eb-093a-5379-98c5-f87ac0bbbf44]
ERROR: LoadError: Lo…
-
Running `cargo upgrade` with `--verbose` flag produces the same content as without it. Only adding a second flag to create `--verbose --verbose` makes a difference.
I'm using cargo-edit-upgrade 0.1…
-
I'm using Doom Emacs and installed this package through the means offered by it (migrating my old configuration to use Doom Emacs). I noticed that hitting TAB on any rego-mode file always insert a tab…
-
Research staking curves of various protocol and select one staking curve and implement it in staking.cairo
Expected skill level: experienced Cairo and/or smart contract developer. **This is a compl…
-
### 报告清单
- [X] 我已仔细阅读并了解上述注意事项。
- [X] 我已使用最新版本测试过,确认问题依旧存在。
- [X] 我确定在 [GitHub Issues](../issues) 中没有相同或相似的问题。
- [X] 我有足够的时间和能力,愿意为此提交 PR 来修复问题。
### 影响版本
0.7.4
### 问题描述
同issue#90,插件加载成功但uvicorn启动…