-
## Summary
```typescript
export class Foo extends class {} {}
```
Produces:
```typescript
declare const Foo_base: {
new (): {};
};
export declare class Foo extends Foo_base {
}
ex…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I already understand the principle of GraphRAG Implementation, but there is a method in …
-
- Rollup Plugin Name: rollup-plugin-typescript
- Rollup Plugin Version: 12.1.0
- Rollup Version: 4.22.4
- Operating System (or Browser): Ubuntu 22.04
- Node Version: 22.9.0
- Link to reproduction…
-
Cayenne does not generate (associative) entity classes for many-to-many database tables when junction table just keeps only foreign keys: for instance, product and right has relationship defined by ta…
-
I got an error when trying to run the tests (mvn test -Dmaven.test.skip=false). Could you please help?
Initializing JollyDayHoliday for sutime with classpath:edu/stanford/nlp/models/sutime/jollyday…
-
### Bug Description
Hello, I recently followed your excellent tutorial on https://github.com/run-llama/llama_index/blob/main/docs/docs/examples/cookbooks/GraphRAG_v2.ipynb and https://github.com/run-…
-
First of all, the work is very instructive, thank you! As a novice to scene graph generation, my current research requires methods to extract information from images using scene graph generation. So I…
-
For representing in something like a catalog.
### Catalog entrypoint
A relevant question is where the entrypoint for such a catalog would/could be. This has been discussed in #11. See specifical…
-
Excuse me, how does the entity labeling be?
-
### Bug description
Upon inclusion of the INNR SP 240 in ZHA, among others a "Summation delivered" sensor gets created. The value returned for this sensor is however 100x larger than expected: I ra…