data-modeling
Here are 320 public repositories matching this topic...
-
Updated
Mar 5, 2020 - Python
-
Updated
Oct 12, 2021 - Java
The way it is now:
If collecting commit data fails due to a git checkout error (e.g. permissions error on the repo directory, missing git executable, etc.), the Repo nevertheless gets marked as "Update" and no attempt is made to ever check out the repo again.
The way it should be:
If a worker can't check out a git repo, or can't extract data from it, it should keep retrying until the situ
-
Updated
Sep 25, 2021 - Ruby
-
Updated
Apr 19, 2018 - JavaScript
-
Updated
Oct 16, 2021 - TypeScript
-
Updated
Aug 13, 2019 - PLpgSQL
In normal mode, the cookie in the browser is cleared when the user logs out.
In anonymous mode, users cannot actively log out.
The current approach is to call the isAnonymous
function directly in router.ts
to determine whether it is in anonymous mode.
But in fact, we have implemented AnonymousUserService
, and we can implement the logic of logout in UserService
and AnonymousUserSe
-
Updated
Aug 7, 2019 - Jupyter Notebook
-
Updated
Sep 19, 2021 - Go
-
Updated
Oct 13, 2021 - Python
-
Updated
Aug 19, 2021 - JavaScript
-
Updated
Jun 3, 2021
-
Updated
Dec 30, 2020
Add `--version` flag
As per https://clig.dev/ we should have a --version
flag on generator and other commands. This should display the linkml version - perhaps also runtime.
not sure how to implement this:
>>> import linkml
RDFLib Version: 5.0.0
>>> linkml.__version__
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'linkml' has no attribute '__ver
-
Updated
Oct 6, 2021 - Jupyter Notebook
-
Updated
Oct 18, 2021 - Python
-
Updated
Aug 4, 2021
-
Updated
Aug 21, 2018 - JavaScript
🚀 Feature Request
If a user has a lot of projects, it will take a very long time to get all of them on the home page. We should allow typeahead.
Motivation
Refer to how we do project dependency typeahead. There are several requirements:
- When
search string length <= 3
make a normal search withlimit = 10
- Always make a
limit = 10
call
-
Updated
Nov 5, 2018 - Python
-
Updated
Sep 8, 2021 - Jupyter Notebook
-
Updated
Feb 15, 2018
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Nov 12, 2018 - Python
-
Updated
Oct 4, 2021 - CSS
-
Updated
Sep 8, 2021 - Python
-
Updated
Aug 13, 2021 - Dart
-
Updated
Jul 17, 2021 - Java
Improve this page
Add a description, image, and links to the data-modeling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-modeling topic, visit your repo's landing page and select "manage topics."
Describe the feature
Starting in 0.20.0 test selection was changed to be less greedy meaning that things like relationship tests which depend on more than one model are not selected by default on single model test runs. @joellabes has a great PR to enable a
--greedy
flag in 0.21.0. It would be a great if you could enable this feature the same way