-
### Description
Searching the manual for "pre-creation code" points to room_get_info. All it says on the matter is, "The index of the script function that contains the instance's pre-creation code," …
-
The language server currently copies type definitions from an old version of LWC. This was originally added to facilitate autocompletion in JavaScript projects. However, in modern VS Code, if a projec…
wjhsf updated
1 month ago
-
understanding geometry relations can be bit un-intuitive as we tend to use language like `overlaps` , `touches`, `within` more loosely in common language than the precise definitions for geometry oper…
-
### MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/Viewport_concepts
### What specific section or headline is this issue about?
Viewport concepts
### What information was incorre…
-
We now have a single glossary page: https://carpentries-beta-handbook-preview.netlify.app/pages/glossary.html
Most of the items are missing definitions, so definitions need to be added in. Definit…
-
One thing I have noticed in the Python font ecosystem is endless duplication of core constants; various packages have their own lists of:
* Valid language/script/feature tags
* Conversions between us…
-
Issue #28 proposes creation of a "definitions" document. Issue #30 proposed a definition of "Document" from a user perspective, but veered into unproductive tangent discussions and is closed by agree…
-
Is this a sane pattern to follow to make use of `SQLAlchemyAutoSchema` with a non-orm (SQL Expression Language) table definition?
```python
from sqlalchemy import Table, Column, Integer, String, M…
-
## The problem
The autocomplete logic for commands is currently designed to be generic. This is not a good fit for the ES|QL language since every command can have its own syntax and patterns. The gene…
-
If I recall correctly, we don't have test cases for language definitions. https://github.com/coala/coala/tree/master/coalib/bearlib/languages/definitions
People especially newcomers are prone to make…