Adriaan
Adriaan
I agree with @MerlinSmiles , The snapshot was designed to work for things like this, i.e., saving a snapshot of the last known values and showing them without requiring querying...
I think setting also makes sense, though I do not like it. If we do support this may I suggest two features on how a set would work. - have...
@giulioungaretti , I think you can go two ways with this. I like to have it as simple as possible given the complexity of the rest of the experiments. I...
> @AdriaanRol @JordyGloudemans your feedback is welcome as well. Thank you for making this ❤️ , you know how much I have been looking forward to this. I'll try to...
I am facing this same issue in [quantify](https://quantify-quantify-core.readthedocs-hosted.com/en/latest/?badge=latest), having the tutorial notebooks contain the .rst would be very helpful.
I just made a user script on iOS, and to my surprise this seemed to work. I get the following warning: **Templater Error:** Template parsing error, aborting. Check console for...
Hi @ijvm in Delft we have mostly moved over to [QCoDeS](https://github.com/QCoDeS/Qcodes). QCoDeS is an open source project that is supported by Microsoft and is heavily inspired by QTLab and as...
I have been experiencing similar issues, I have been reluctant to post it here because I am still using parts of our own acquisition loop and have not spend any...
I would really like this feature, but would not now how to implement this. As a workaround, is there a way to make the styling of the "collection.html" appear on...
I had the exact same problem. After inspecting the code I changed `pre` in `themes/lanyon/assets/css/poole.css` to the following. ``` css pre { display: block; border-radius: 4px; padding: .6rem .5rem; font-size:...