Alessio Gottardo
Alessio Gottardo
I'm creating a cloud-to-device link via AMQP with: ```go ihQueueClient, err := iotservice.NewFromConnectionString(iotHubConnStr) ``` I can use this successfully for 1 hour or so, but then after that I start...
Is it possible to make the code in `a2sv.py` compatible with Python 3? E.g. moving from `print 'abc'` to `print('abc')`. As an alternative the script could check at runtime the...
This piece of code: ``` from comtypes.client import CreateObject comInstance = CreateObject('Excel.Application', dynamic = True) ``` when not having Microsoft Office (Excel) installed, throws the following error: ``` Traceback (most...
An Ansible script to provision a `Vagrantfile` could be provided, so a dedicated Vagrant VM (Virtual Machine) could be bootstrapped for local development. I can submit a PR if needed.
These tutorials could be improved with some tips/examples/workarounds on how to integrate python code from data scientists that are used to libraries like pandas and numpy. There is no example...
I am running these scripts on Debian Stretch. # Path issues I had to `import os`, then add this: ```python projRootPath = os.path.dirname(os.path.realpath(__file__)) + "/../" lines = sc.textFile(projRootPath + "in/word_count.text")...
Many thanks for this library, the way the crontab syntax is parsed is very interesting. Sometimes I find useful to publish some aggregated execution statistics of the scheduled function. I...
I am trying to include some minimal music score into the `\begin{song} ... \end{song}` environment. The idea is to provide at the top of the song lyric (with chords) some...
Could it be possible to be a bit more verbose in the `README.md` when explainin the compilation/installation process? Like saying the output of the compilation is just a binary/blob called...
Su Ubuntu 22.04 (pacchetto `.deb` del middleware) il file di configurazione per Java 1.8 `/etc/java-8-openjdk/accessibility.properties` non deve contenere la property `assistive_technologies=org.GNOME.Accessibility.AtkWrapper` altrimenti l'applicazione CieID: - fallisce in silenzio quando lanciata...