matthuszagh

Results 40 comments of matthuszagh

Just chiming in that I’m experiencing this as well.

I've given this a few tests, and seems to work great! My only thought (and I guess this applies to Xspice too) is that I wonder if there will be...

True, it might be better to auto-generate the name.

Unfortunately this doesn't actually resolve the issue for me. I'm seeing: ``` $ sudo btrbk clean -------------------------------------------------------------------------------- Cleanup Summary (btrbk command line client, version 0.29.1) Date: Thu Jan 27 18:07:13...

Thanks for the response. I don't think I created a snapshot for another source + config. I'm currently running 0.29.1, which is indeed a bit old. ``` $ sudo btrfs...

Here's the code to do that if anyone else wants this: ```elisp (defun mh//helm-org-ql--heading (window-width) "Return string for Helm for heading at point. WINDOW-WIDTH should be the width of the...

There's an additional reason for this apart from the one mentioned above, which is that I've created a custom search function built from `helm-org-ql-source` and several other sources and typing...

> I don't understand what you mean. Would you show me an example please? ```elisp (defun mh/helm-global-search () (interactive) (helm :sources `(,(helm-org-ql-source (list mh-org-wiki-file)) ,(helm-def-source--info-files) helm-source-man-pages helm-source-recoll-library))) ``` `mh-org-wiki-file` is...

That solution works, thanks @alphapapa! Note for anyone else trying to do this, the function must be a `cl-defun`.

It appears that [s-parameter analysis is coming to ngspice](https://sourceforge.net/p/ngspice/discussion/127605/thread/7a2655c86f/). Once that's in stable, I expect it wouldn't be too much work to get this into pyspice. If you don't want...