Kye W. Shi
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:  PR behavior: 
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...
@raxod502 and I did some reverse-engineering and seem to have figured out that the way to submit an approval request with verification code is to pass the code in a...
@FreshSupaSulley here is a diff between `/push/v2/device/transactions` responses for basic push and verified push: ```diff --- basic.json 2025-05-11 13:15:32.264462879 -0700 +++ verified.json 2025-05-11 13:15:47.140818485 -0700 @@ -1,32 +1,33 @@ {...
Another idea is to scrape the current web page HTML to try to find the code (in the same spirit as the QR code detection for the activation flow)-- would...