-
#### Input
[→ View on sorbet.run](https://sorbet.run/#%23%20typed%3A%20true%0A%0Aclass%20A%20%3C%20B%0A%20%20include%20C%0Aend)
```ruby
# typed: true
class A < B
include C
end
```
##…
-
We are starting to ship type hierarchy for Ruby in the Ruby LSP and we hit a few doubts about the intended experience is on certain cases. I'm going to divide the doubts below so that I can provide a …
-
My webtrees tree has 400000 indis and abt 1800 registered editors.
Every single day, several hundreds of updates are made.
Thus, just use webtrees-reminder would rather look like spam.
But i still …
-
_The page’s settings blocked the loading of a resource (frame-ancestors) at because it violates the following directive: “frame-ancestors 'self'”_
I am attempting to use the streams api to embed a…
-
In `django-mptt` i can subquery all ancestors per node by using the following code snippet:
```python
def get_ancestors_per_node(self, include_self: bool = False):
return self.get_quer…
-
I am working on a veterinary project and using Snowstorm. In the case below, when the 'id' is 154705004, the concept is correctly outputted, but there is an error in the ancestors. What could be the p…
-
Hi,
I opened this issue as recommended from [azure-powershell#12391](https://github.com/Azure/azure-powershell/issues/12391). Azure Portal uses a very helpful parameter and value "$expand=ancestors…
-
The mapping configuration only create once Edges classes, and then only allow a single source/target type.
We should allow several types, at least a list of types, or possibly load the ontology and m…
jdreo updated
2 weeks ago
-
I can't find examples of that in the tests, or those words.
-
It seems the context of the object is lost somewhere in calling an ancestor's methods.
```
class A extends HTMLElement {
empty () {
while (this.hasChildNodes()) {
this.removeChild(t…