Jaen

Results 22 issues of Jaen

**Is your feature request related to a problem? Please describe.** When new tabs are opened by the extension, they are not linked to the originating tab due to not having...

Does this support the new-style ES modules? (ie. `"type": "module"` in `package.json` etc.) I have a Node.js TypeScript project that compiles to native ES modules (recently migrated, due to depending...

When formatting a [`debug:` declaration (see the D spec)](https://dlang.org/spec/module.html#DeclDef), _dfmt_ currently seems to format it like a binary operator eg. ``` debug : const a = 1; ``` instead of...

bug
wrapping
spacing

I have the following in the project folder's `.editorconfig`: ``` [*.d] dfmt_brace_style = otbs ``` Yet, when activating "Format Document" in _code-d_, it formats it using the default brace style......

enhancement
priority

I believe the changes made to make it work with the latest B.net SC2 version actually broke it for the headless Linux build (for which the latest version is still...

When setting `{pretty: true}` in options, looks like any `` tags in the output get extra indentation added (based on the nesting level of the tag), breaking its contents.

Native selectboxes support selecting elements by typing their first letters, especially relevant for eg. selecting countries. The `Ui.Select` component does nothing when letters are entered, making picking items from a...

enhancement
help wanted
good first issue

This is a screenshot (after resizing to 100px to make it more obvious) - looks like something is not right: ![image](https://user-images.githubusercontent.com/639345/166298022-a128d059-837b-4d51-b656-0356d9d7fe74.png) Address: https://ui.mint-lang.com/components/ui-image-crop Browser: Firefox 99

Is the hashtable stored in the garbage collected heap? If there's eg. 16GB worth of ~1kb key-value-pairs, what is the expected maximum latency if the GC happens to run?

question

### Describe the bug When clicking on a link, the entire root component gets re-rendered and re-mounted 6 times. Also, hovering on a link causes it to get re-mounted as...