-
### Describe the problem
I am evaluating the possibility of using Tauri to build desktop applications for the RISC-V platform. I would like to know if Tauri currently supports the RISC-V architecture…
-
If I run the following program (`test.v`)
```
module test #(
parameter n = 5
)
(
input clk_i,
input [n:0] x,
input [n:0] y,
output [n:0] z);
generate
genvar i;
for …
-
### What is the issue?
The tailscale process consumes a lot of CPU, but works.
I see in the logs these messages:
```
magicsock: disco: failed to send call-me-maybe to...too many DERP packets q…
-
RVV provides the `__riscv_vset_v_*_*` and `__riscv_vget_v_*_*` intrinsics for not only tuple types but also for vector groups since v0.11, for example:
```C
vint16m4_t __riscv_vset_v_i16m1_i16m4(v…
-
Requested feature: `loop_old` similar to `old` that can refers to historic values in loop contracts
Use case:
```
#[kani::loop_invariants(loop_old(x) == y)]
```
where `loop_old(x)` refers to the …
-
### Description
I deployed the apisix ingress controller on the k8s cluster. Can I use apisix Dashboard to create ApisixRoute and ApisixUpstream?
### Environment
- APISIX version (run `apisix versi…
-
Minimal repro: https://codesandbox.io/s/vue-fragment-slot-ckird
1. Click button to show content
2. Click button to remove content
3. not all children are removed & this error occurs:
`"NotFoundE…
-
Currently we have `arch/risc-v/src/commmon/espressif` which holds `espressif` specific things only.
I am wondering if it can be moved out of the common folder of all RiscV chips? probably to a folder…
-
### Description
50x的错误页面在哪个路径下,能自己调整么
### Environment
- APISIX version (run `apisix version`):
- Operating system (run `uname -a`):
- OpenResty / Nginx version (run `openresty -V` or `nginx -V`):…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
when press crtl + / shortcut comment line syntax wrong in jsx
```
import "./App.css";
con…