-
This issue is for discussion of the proposal to add `data object`. The full text of the proposal is in this [here](https://github.com/Kotlin/KEEP/blob/data-objects/proposals/data-objects.md).
-
`Translation` and its child classes have a custom `__eq__` and `__hash__` implementation that causes only the `localized_string` to be used for comparisons.
This means you can't reliably have `Transl…
-
can you help me in finding a way how the model only detects one object class, namely person. I am very grateful if you can provide instructions
-
A student was implementing a matrix class, and wanted index objects. She wanted to introduce an infix operator on numbers to create the index objects, like @ to create points.
Completely replacing…
-
**Is your feature request related to a problem? Please describe.**
I need a way to query all possible objects (`node2`) for a given subject (`node1`) and multiple relations (`label`). This would be h…
-
```
Since namespaces and classes are supposed to be static, cache
as3.newclass2() results, as well as intermediate pkgobj proxy objects.
```
Original issue reported on code.google.com by `aglad...@g…
-
Currently this page http://www.realxtend.org/doxygen/annotated.html shows tons of objects which are not useful for any client to know about.
Filter the generated documentation so that only the releva…
-
The documentation for the loaders and dumpers have examples of loading and dumping individual *objects*:
https://linkml.io/linkml/data/python.html#loaders-and-dumpers
The API docs show that ther…
-
#398 introduced Copyable. In that PR we decided that all Transforms would be Copyable, which is maybe too broad.
What worries me primarily is the complex transform objects like OrthoPDM which hold on…
-
It seems that false positive in ScalaDocChecker is solved https://github.com/scalastyle/scalastyle/issues/123 (at least, merged).
So, what about introduce ScalaDocChecker level?
Now developer have to…