modeling
Here are 1,233 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
Feb 24, 2021 - R
-
Updated
May 4, 2021 - Python
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
May 14, 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
May 15, 2021 - Python
-
Updated
May 18, 2021 - Julia
The environment variables in the scripts/deploy_website.sh script assume a Travis environment and will need to be adjusted.
-
Updated
May 18, 2021 - C#
-
Updated
May 14, 2021 - Python
-
Updated
Jun 9, 2020 - Clojure
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
Apr 7, 2021 - Python
-
Updated
May 12, 2021 - Jupyter Notebook
-
Updated
May 17, 2021 - Java
-
Updated
Mar 15, 2021 - Java
-
Updated
May 14, 2021 - Python
-
Updated
May 10, 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