0xCoto

Results 21 issues of 0xCoto

@edy555 @cho45 I'm trying to run the [Python script](https://github.com/ttrftech/NanoVNA/tree/master/python), but I get ``` Traceback (most recent call last): File "/Users/user/Documents/NetworkOptimizer/./nanovna.py", line 377, in nv = NanoVNA(opt.device or getport()) File "/Users/user/Documents/NetworkOptimizer/./nanovna.py",...

I've managed to get everything working using the provided [Python scripts](https://github.com/nanovna-v2/NanoVNA2-firmware/tree/master/python) and I am able to output touchstone files, plot them etc., but I see that the |S21| values disagree...

I'm not sure if this has been requested before, but it would be super useful if the Open Topo Data API server was extended to include elevation data from Mars....

There appears to be somewhat of an inaccurate application of the incoherent dedispersion formula, yielding this error: ```js Traceback (most recent call last): File "quick_obs.py", line 34, in obs_file='observation.dat', plot_file='plot.png')...

I just discovered what has been causing issues for GR 3.8/3.9. Seems like the `dev_args` and `obs_file` parameter blocks are set to `Type: None`, but setting them to `String` resolves...

enhancement

I'm new to CadQuery, trying to transition from FreeCAD to carry out some modelling automation/operations. I've managed to load a STEP file, and export it as an STL: ```py result...

question

I'm trying to build the `Dockerfile` on a Ubuntu 18.04 bionic arm64 machine using `sudo docker build --platform linux/amd64 .`, but I get the following error: ``` Sending build context...

> An independent confirmation of the result would be great. While Q(26) was confirmed less than two months later by a competing second effort using to Russian supercomputers, it appears...

I'm able to read and export an STL file pretty easily, e.g.: ```py # Read STL file stl_obj = trimesh.load(file_obj=stl_data, file_type="stl") # Do some fancy operations # Write STL file...

Hi Thorsten, this is more of a question rather than a technical issue/bug, but since the forum is down at the moment, I thought I'd ask here (sorry for the...