-
Perfect tense is missing when parsing latin text.
```py
"Tense": {
"Fut": Tense.future,
"Imp": Tense.imperfect,
"Past": Tense.past,
"Pqp": Tense.pluperfect,…
-
```
The lookup bar seems like it can be pretty useful and so I'm going to try to
implement it in a chrome like way.
```
Original issue reported on code.google.com by `melin...@gmail.com` on 7 Jan 20…
-
```
The lookup bar seems like it can be pretty useful and so I'm going to try to
implement it in a chrome like way.
```
Original issue reported on code.google.com by `melin...@gmail.com` on 7 Jan 20…
-
```
The lookup bar seems like it can be pretty useful and so I'm going to try to
implement it in a chrome like way.
```
Original issue reported on code.google.com by `melin...@gmail.com` on 7 Jan 20…
-
I looked through the documentation and examples but couldn't find anything about this. I want to convert a handful of tags (``, ``, ``) to markdown and the rest to plain text. I was wondering if ther…
-
This is less of a feature request, and more along the lines of: observations of issues I've had when working with the mmdet API and suggestions for how some of these might be refactored to improve the…
-
I think what happened in 2024 is that Neil incorporated Steve's changes to his workbooks. There are some other changes too. Jesse stated that the changes were applied to the aggregate tables and not t…
-
I get the following two errors spammed in my console when opening my 4.2 project with asset placer enabled. I can't seem to reproduce these reliably, but these errors are printed every frame, so I've …
-
# Bug report
### Bug description:
Steps to reproduce:
- Create a runtime checkable protocol
- Create one base class with type hints
- Create a second base class that satisfies the protocol
- Create …
-
Hi,
I'm new to your framework and followed your guide from this page ( https://ecsrx.gitbook.io/project/performance/component-type-lookups ).
I created a Module for the Customlookups and added …