Mateen Ulhaq

Results 67 comments of Mateen Ulhaq

**NOTE:** Use your own Mac version. I had **`MACOSX_DEPLOYMENT_TARGET=12.3.1`**! ```bash # Possibly optional. ln -s /usr/local/bin/python3 /usr/local/bin/python # Start from scratch. rm -rf ~/.cache/nvim nvim :lua vim.fn.setenv("MACOSX_DEPLOYMENT_TARGET", "10.15") :PackerSync :qa!...

On MacOS, I had to do: ```bash ln -s /usr/local/bin/python3 /usr/local/bin/python ```

I'm also an Aim user. Below is what I have been using in my own projects, in case it helps in taking the best of the two approaches. (EDIT: Looks...

Related issue: ```python import aim from aim.storage.context import Context # Choose one: repo_path = "/path/to/aim/repo" # Good. repo_path = "aim://localhost:53666" # Bad. repo = aim.Repo(repo_path) # , read_only=True) runs =...

v3.12.0 for both. Server: ```bash λ aim version Aim v3.12.0 λ aim server The lock file /path/to/aim/repo/.aim/.repo_lock is on a filesystem of type `wekafs` (device id: ...). Using soft file...

Here's one proposal using `{{key:value}}` [style](https://help.obsidian.md/Plugins/Templates). ``` filename template 2021-12-24 {{date}} 2021-12-24 23:59:59 {{date:YYYY-MM-DD hh:mm:ss}} 2021-12-24T23:59:59.999+0700 {{date:YYYY-MM-DD'T'hh:mm:ss.SSSZ}} 23:59:59 {{time}} Title text {{title}} title_text {{title:lowercase,underscore}} title_t {{title:lowercase,underscore,max_length=7}} titl... {{title:lowercase,underscore,max_length=7,max_continue=...}} 76363445-2654-48...8d85 {{uuidv4}}...

For now, I just draw the wrong arrow and then fix it manually after exporting. Funnily, importing a diagram with right arrows converts them to left, too...!

Note that this is called an "editable install".

That's one way but I think the following way is nicer since a single thread processes contiguous array elements (from which it is easier to trace any errors which might...

99% of the time, I want highlighting to disappear upon navigation. But there's a small 1% where it is useful to revert to the default behavior. Imagine searching for `this`...