Norman
Norman
I'd really love to have bookmarks enabled for the web version as well. It's not just for github.dev, but for whoever runs vscode in a web environment.
I had the same issue and it seems to be related to ubuntu's curl (maybe the firewall?). When I try with dockered curl (same version) it works fine.
An easy way out is to decorate `_embed` with `@nn.nowrap` (which _seems_ like [what you should](https://flax.readthedocs.io/en/v0.8.2/api_reference/flax.linen/_autosummary/flax.linen.nowrap.html) do nonetheless).