-
Hello, I am trying to install `pytket` from source, but the process fails:
```
$ python -m pip install .
error: subprocess-exited-with-error
× Building wheel for pytket (pyproject.toml) …
-
Over the course of experimenting with Nickel, we faced surprising behaviors involving merging and contracts. The goal of this issue is to gather such examples, and to try to reflect on how to mitigate…
-
### Report: Incorrect SerialUPDI control of AVR64EA32
This is a known bug as of commit 481a91d.
1. You are trying to read the "Chip Silicon Revision" register without checking the status of the …
-
Greetings,
Just wanted to say real quick your application is amazing, has lots of potential, and has been fun to use since it was released. I've been testing and using each release on EndeavourOS G…
-
One of the harnesses in [s2n-quic](https://github.com/aws/s2n-quic) (`round_trip`) that was previously solved fairly quickly now unwinds forever.
Steps to reproduce
1. `git clone https://github.co…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Does this issue exist in the latest version?
- [X] I'm using the latest release
### Describe the bug?…
-
Hi, and thanks for making MPh.
I'm looking forward to using this, but, at the moment, I'm getting the error below, not sure how to fix this. Is there a way to directly specify where Comsol is inst…
-
PARI/GP 2.15 is out, and homebrew, gentoo, arch, debian-unstable already have the new version.
- giac does not build, see [giac-1.9.0.15p0.log](https://github.com/sagemath/sage-prod/files/10659652/…
-
Trying to update c-lightning from `0.10.2` to `0.12.1`
Get this error during start:
`lightningd: /root/.lightning/config line 9: announce-addr: address 'btcpay763334.lndyn.com:9735' is not annou…
-
```js
@deco
export class A {}
```
or
```js
export @deco class A {}
```
or allow both?