smlz
smlz
### Description of the Change This change disables the periodic checking for package updates when `core.automaticallyUpdate` is unset. A warning is displayed to the user in the Updates pane, that...
Proposal for #19
Auto-commit synchronously executed tasks when CELERY_ALWAYS_EAGER is set to True. When CELERY_ALWAYS_EAGER is set, tasks are executed synchronously in the same VM. Writing to the database in a such a...
When CELERY_ALWAYS_EAGER is set, tasks are executed synchronously in the same VM. Writing to the database in a such a djcelery_transactions.task, will then raise a TransactionManagementError, as the modifications are...
When testing our audio chain with different file formats I found that silan does return the different results, depending on the file format. I was expecting small disparities, but the...
**Describe the bug** When using the command line util, you can specify more than one data file argument, but only the last one will be used. This is only a...
See bug #282.
**Description** Uploading a sketch fails, when there is a space character in the build path (e.g. a username containing a space, which is strangely allowed by Windows). Only the part...