Kye W. Shi

Results 27 comments of Kye W. Shi

Thanks! This `set-options` thing seems useful for sidestepping the "unknown identifier: `assert-compile`" error, but it seems to have no effect on the "symbols may only be used at compile time"...

I don't mean to derail this thread, but I'd like to offer my read on the pdoc3 drama, which I hope is helpful to anyone else confused about the situation...

What is the rationale for this being disallowed, by the way? This feels natural to have to me.

Just to chime in-- it looks like this is very related to https://github.com/typst/typst/issues/1125. Just wanted to add that another way to do text inside math is using the `#[]` content-block...

Old behavior: ![nvim-hex-wrong](https://user-images.githubusercontent.com/3887189/116491719-611b6480-a84f-11eb-9314-243c97fbc1c1.png) PR behavior: ![nvim-hex-fixed](https://user-images.githubusercontent.com/3887189/116491784-860fd780-a84f-11eb-9944-940d607ea1e3.png)

I'm currently on `nixpkgs/nixos-24.05` and `home-manager/release-24.05` and still running into this issue. Here's the relevant chunk from my `flake.lock`: ```json "home-manager": { "inputs": { "nixpkgs": [ "agenix", "nixpkgs" ] },...

For whoever gets around to working on this (I may try to open a PR later if I'm free), I dug around a little and think I figured out the...