Grace Dinh

Results 9 comments of Grace Dinh

I just ran into this error message, although the traceback did not complain about the resolution being too deep, so I'm unsure if the underlying cause is the same. Here's...

Adding the extra providers and requirements didn't seem to have an effect. Interestingly enough, going from an import to direct call to mach-nix appears to expose another bug. Flake: ```nix...

How can you specify a python version without an import? All the examples given in the documentation rely on passing a `python` parameter to mach-nix during the import. Also, what...

Can confirm that bug appears without universal control, on an iPad pro with the OEM keyboard. See [here](https://people.eecs.berkeley.edu/~dinh/misc/blink_copy_bug.mp4) for screencast.

I haven't been able to get it to work with remote builders. Flake: ``` { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.05-darwin"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; darwin.url = "github:lnl7/nix-darwin/master"; darwin.inputs.nixpkgs.follows = "nixpkgs";...

Update: it seems that this line is causing the issue ``` checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; ``` Since the checks are evaluated locally, evaluating them requires building...

> If you're using characters in the BBT citekey that are incompatible with the filesystem, the citekey will need to come from the yaml header. To clarify: the BBT citkey...

The title is actually `{prefix}{BBTkey}`; in this case prefix itself includes the slash (see the third textfield from bottom in the screenshot above) in order to enable namespace support. I...

Sorry about totally missing this message! It almost works! All the papers linked in Logseq are properly detected by using this filter. Unfortunately, the "open markdown note" function doesn't work....