András Retzler

Results 129 comments of András Retzler

This problem also happens with `inv(..., 'symbolicqr')`. Possible workarounds for now: - don't `expand()` - replace `M_inv = inv(M)` with: ```matlab Asx = SX.sym('Asx',size(M,1),size(M,2)); FAsxpinv = Function('FAsxinv',{Asx},{inv(Asx)}); M_inv = simplify(FAsxpinv(M));...

So you need to do this: ```bash python3 -m pip uninstall sympy #or uninstall through OS package manager, etc. python3 -m pip install sympy==0.7.5 ```

Hi Raul, Thank you for running a public receiver! > I'm having a problem with the server online at http://www.merlitec.com:18080, after some minutes after opening a client, it drops down...

Well, when the browser itself crashes, it is hard to debug: we should not be able to crash Chrome from Javascript. Maybe an update to Chrome will solve it, or...

Two years ago my Chrome also crashed from OpenWebRX. The solution was to upgrade Chrome to the latest version. (Unfortunately, web apps that use a lot of relatively new features...

Hi, Thank you for the PR. Those files are included with OpenWebRX so that installing and using it with the default settings does not reveal the presence of the server...

Hi Mike, Thank you for the report. > I have Firefox Quantum version 66.0.3 and OpenWebRX sites will not work. Could you tell us more on what do you experience...

Mike, > I can't seem to even change the center frequency. Yes, in the current version you cannot change the center frequency of the receiver hardware. See ShinySDR for a...

>https://twitter.com/HB9FXQ/status/916367406456549377) Cool! Well, I'm working on being able to change the center frequency from the web UI while running, but that's the reverse direction compared to what you want. This...

Seems like `csdr` fails: ``` Illegal instruction (core dumped) Illegal instruction (core dumped) ``` Maybe it is a problem with compiler flags. Could you provide more information about your hardware...