Alexandre Verri

Results 17 issues of Alexandre Verri

The Gerrit plugin is not working with the Intellij version referred below. It's possible to connect to the server, but there is no information in the plugin's panel. ``` Gerrit...

question

Tried to run with `java -jar i18n-editor.jar`, the following error occur: ```bash Exception in thread "main" java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:807) at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:886) at java.awt.Toolkit.getEventQueue(Toolkit.java:1736) at java.awt.EventQueue.invokeLater(EventQueue.java:1294)...

This code, gotten from the project examples, does not work. It does not produce any logs on Loki: ```python import logging.handlers import logging_loki from multiprocessing import Queue queue = Queue(-1)...

Starting the server with `npm run dev` fails with the following message: ``` alex@alex-ubuntu:~/dev/src/material-kit-react$ npm run dev > [email protected] dev > next ready - started server on 0.0.0.0:3000, url: http://localhost:3000...

The new AsyncLocalStorage API, introduced with Nodejs 13.10.0, is a great tool for improving logging, security and other aspects of the framework. It can be used, for example, to store...

This is not a bug, I haven't found another proper way to ask a question. I would like to know how to change the container port from 80 to something...

I'm running a SQLite database in memory, with URL `sqlite://`. While the SQLite database is still open, invoking the following code: ```bash db-to-sqlite sqlite:// database_copy.db --all --no-index-fks ``` ... produces...

I was expecting the options to be reactive. In the code example below, the `startDate` and `endDate` are related to the annotation in the options, but when clicking the button...

The setup process described here https://course.fast.ai/start_azure_dsvm is not working. If fails with the following error: ``` Creating Azure Data Science VM fastai2... It is recommended to use parameter "--public-ip-sku Standard"...

This is a very useful library. The documentation could be improved, adding examples: - How to read data (all protocols) - How to write data (all protocols) - How to...