modeling
Here are 1,278 public repositories matching this topic...
From the Python docs:
object.repr(self)
... If at all possible, this should look like a valid Python expression that could be used to recreate an object with the same value (given an appropriate environment).
Currently:
>>> repr(cq.Plane((1, 2, 3), (1, 0, 0), (0, 0, 1)))
'<cadquery.occ_impl.geom.Plane object
-
Updated
Jan 8, 2021 - JavaScript
-
Updated
Apr 16, 2021 - Python
-
Updated
Jun 30, 2021 - Python
-
Updated
Feb 24, 2021 - R
-
Updated
Jul 7, 2021 - JavaScript
-
Updated
Jun 30, 2021 - Java
we should add .ipynb to the gitignore - notebooks are out-of-scope for this repo. In the past we have had some notebooks be committed which adds a large volume of code to the log that is later removed
-
Updated
Jun 25, 2021 - Julia
-
Updated
Jun 4, 2021 - Python
The environment variables in the scripts/deploy_website.sh
script assume a Travis environment and will need to be adjusted.
-
Updated
Jul 9, 2021 - C#
-
Updated
Jun 24, 2021 - Python
-
Updated
Apr 7, 2021 - Python
Feature Request
Provide default configuration file/settings.
Description of Problem:
Our images do not ship with any default configuration file/settings. While all of them require configuration like Gitlab OAuth application id etc that cannot be defaulted, we can provide configuration files that for example read values from environment variables etc.
This makes it easy for containe
-
Updated
Jun 9, 2020 - Clojure
-
Updated
May 12, 2021 - Jupyter Notebook
-
Updated
Jul 11, 2021 - Java
-
Updated
Jun 12, 2021 - Java
-
Updated
Jun 29, 2021 - Python
-
Updated
Jun 4, 2021 - R
-
Updated
Jan 2, 2021 - HTML
Improve this page
Add a description, image, and links to the modeling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the modeling topic, visit your repo's landing page and select "manage topics."
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date()
, but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E