Raphael
Raphael
Hey, I ran into a problem with the following code: ```python short_de_nw = rf.Network() short_de_nw.z0 = short_nw.z0 short_de_nw.f = short_nw.f short_de_nw.y = short_nw.y - open_nw.y ``` `short_nw `and `open_nw `are...
I added a script, which widens tabs to a minimal width if you hover over them
Hey, i am setting my camera to 30 fps at program start with ```python def set_framerate(self, fps=30.0): with self._vimba: with self._cam: range = self._cam.AcquisitionFrameRate.get_range() self._cam.AcquisitionFrameRateEnable.set(True) self._cam.AcquisitionFrameRate.set(min( max(fps, range[0]), range[1] ))...
### Problem description I wish I could use Polars to calculate the standard error over the mean like in Pandas https://pandas.pydata.org/docs/reference/api/pandas.core.groupby.GroupBy.sem.html I need to calculate lots of confidence intervals and...
I uninstalled the Logitech G Hub application. In this step to remove leftover files however there were no entries, despite the userdata folder `Appdata\Local\LGHUB` still being there. I assume that...
Hey, I installed your extension and it works as advertised, however since then, Firefox does not remember the window locations on startup. I have 2 screens and 2 windows for...
I hade several errors when using this library on a fresh install. Its because of the numpy deprecation of several datatypes: https://numpy.org/doc/stable/release/1.20.0-notes.html I replaced them all with the equivalent python...
I have this code snippet in one of my scripts: ```csharp [Tooltip("Scale of the movement \"cells\", i.e. the larger the number, the smaller the movement waves.")] [SerializeField] private Vector2 scale...
While editing lambdas my vscode extension always opens the output panel and spams these messages. Am I doing something wrong or is this a bug? The error also contains the...
I found that the open notes in the circular style are very thin and hard to read in a faster song, since they almost look like the beat lines on...