Tomaž Šolc

Results 46 comments of Tomaž Šolc
trafficstars

I've been trying to debug this `507 Insufficient Storage` issue. To do requests to the sync server directly I used the following in the browser console: ``` const { extensionStorageSyncKinto...

There is some related work already in pull request #52

See Frequently Asked Questions about the GNU Licenses: https://www.gnu.org/licenses/gpl-faq.html

Hi. Thanks for making the pull request. I merged your osmo-sdr fix. I'm not sure about including ec3k-server here. I don't use Domoticz and you did not include any test...

Hi. Have you look at the paper linked in the README file? You will find a list of references there.

You are probably using a complex input signal. I'm using real-valued signals, which is why my FFTs are symmetrical on the frequency axis.

One specific problem I encountered when trying to make apt work under proot: A process running under `proot -0` sees files owned by the unprivileged user running proot as owned...

Thank you for the suggestion, but I am not going to implement this in Unidecode. I want to keep Unidecode a simple function with no configuration. The reason is similar...

Any possibility of merging this? The fact that python-jose does not state the required Python version is still causing all sorts of problems for me.

What's the Python 3 support in GNU Radio like these days? Very likely supporting Python 3 in ec3k means porting to a newer GNU Radio version, which is a more...