-
Let's continue the discussion about travis here
So after my refactor today, travis is green! https://travis-ci.org/clouder-community/clouder
But even if it's green, there is some warnings : https://…
-
I set up a conda env with python=3.7, pip installed reqquirements, and preprocessed data.
I tried running MLE training with both copy and not copy. Training starts, the model is loaded into GPU mem…
-
Wondering if there are any plans for stronger TFLite support.
From searching I see there are already other people interested in this (at least one person #141)
If necessary, I am willing to open…
-
In the views, the way of rendering groups with col and colspan attributes has changed. There is nothing in the migration notes where it is said that the behaviour has changed.
**Impacted versions:…
-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-15.0
# Modules to migrate
- [ ] web_access_rule_buttons
- [ ] web_action_conditionable
- [ ] web_advanced_search
- …
-
## Module
Contacts > Tags Field, on mobile phone
## Describe the bug
when user clicks on Tags field , "Select" button is greyed out thus users cannot select multiple options at one time. This…
-
This occurs when trying to insert a new project.task. I used the following XML, got from defaults:
(just replace SERVER:PORT and DATABASE with yours)
``` xml
24
2015-02-12 16:35:11
…
-
Couldn't find this anywhere so I'll post it here as a feature request.
Missing a somewhat useful feature: Support for JOIN ON [...] conditions.
My personal use case looks like this for example:
…
-
**KMS Version**:
(In Docker with --net=host)
Module: 'core' version '6.6.3'
Module: 'elements' version '6.6.3'
Module: 'filters' version '6.7.0~1.g0314843'
**Other libraries versions**:…
-
I tried to use Operation.input or Operation.inputs or Operation.outcomes as filters for a query. But it's impossible due to the fact that those are Python properties.
So i used Operation.HistoryInput…