sphh

Results 99 issues of sphh
trafficstars

@pcarrier: Is `afuse` still actively maintained? I find it so much easier to use than `autofs`/`automount` and – what's best! – it works for sshfs with users instead of root....

I try to fit a surface through a field of points, where one row of points collapse to a singularity, similar to this: https://developer.rhino3d.com/guides/general/essential-mathematics/parametric-curves-surfaces/#singularity-in-nurbs-surfaces At the moment I get a...

feature-request

**Describe the bug** I have a `multi.SurfaceContainer` with two surfaces. After making a copy with `copy.deepcopy()` I cannot set the `delta` value. **To Reproduce** Steps to reproduce the behavior: ```python3...

bug

Remove this warning: …/geomdl/visualization/VisMPL.py:431: MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value...

I followed the documentation [Authentication and Rights](https://radicale.org/rights/) from Radicale's documentation. This is the part of the `/etc/radicale/config` file: ```ini [rights] type = from_file file = /etc/radicale/rights ``` And this is...

I installed `radicale` with `pip3 install --upgrade radicale`. When I run the server, I get this error: ``` May 02 09:11:33 www python3[12203]: ERROR:root:No module named 'pytz' ``` After installing...

needs reporter feedback

I have the following node, which makes a dictionary from two input values: ```python3 from ryven import NENV class MakeDict(NENV.Node): title = 'Make dictionary' init_inputs = [ NENV.NodeInputBP( dtype=NENV.dtypes.Float(), label='a'),...

I have two nodes in the package directory `long_package_directory`: ```python3 class LongNodeName(NENV.Node): """Node with a long name.""" title = 'Long Node Name' class VeryLongNodeName(NENV.Node): """Node with a very long name."""...

I just noticed, that Ryven recalculates the project, whenever the window looses the focus: 1. Open a project in Ryven. 2. Activate another window. 3. The project is recalculated. The...

In one of my nodes, I have an input with `dtypes=Choice()`. When activating the drop-down menu, the menu is located behind other input widgets: ![Screenshot from 2022-04-03 23-05-00](https://user-images.githubusercontent.com/4856462/161448760-db948183-2a05-4098-9098-8316b84a2476.png) This happens...