Mon

Results 12 issues of Mon

## Describe the issue As per #2882, it takes about 3-4 seconds to stratup msys2 bash with `msys2_shell.cmd`. ``` "C:/msys64/msys2_shell.cmd" -defterm -here -no-start -msys ``` But non-login bash starts up...

In TypeScript, it is valid to import TypeScript files with `.js` extension. TypeScript will match the coresponding `.ts` files if they exist. This behaviour is commonly used in Node.js projects...

enhancement

### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal The following CSS variables are not referenced...

feature
css
v6

**Describe the bug and expected behavior** dsq failed to recognize nested field if its parent object absents in some records. **Reproduction steps** dsq failed to retrieve `location.city`, if `location` is...

bug

## Motivation ("The Why") There are some use cases where you need to switch dependencies' to a different version (e.g. downgrading/switching to beta version, etc.). But by doing so, you...

It would be great if we could import from the list of installed apps, so that we don't need to manually search them one by one in Obtainium. To do...

enhancement

### Related problem It is not easy to group/sort data with sub-keys. Consider the following data structure storing Twitter tweets. ``` let tweets = [ { "author": { "id": 1,...

enhancement

Many gallery apps use "container transform" transition when navigating between galley screen and image screen. https://m3.material.io/styles/motion/transitions/transition-patterns#b67cba74-6240-4663-a423-d537b6d21187 I think it would be a more suitable choice. https://github.com/IacobIonut01/Gallery/assets/91261297/a5e2509e-9780-4e26-924f-7bf355e41189

low-priority
compose-limited

Some part of the template seems to be useless: - devDependencies `tslib` [is not referenced by any files](https://github.com/oclif/hello-world/search?q=tslib) - The cli seems to work without `src/index.ts`

> https://github.com/BlackGlory/eternity/blob/master/src/utils/esm.ts#L3 我看了一下代码,他好像是把代码编译成可以执行的,不过没有细究 > > 关于这个需求,哥哥可以开一个新的issue,等mv3完成和稳定后再进行讨论 _Originally posted by @CodFrm in [#85](https://github.com/scriptscat/scriptcat/issues/85#issuecomment-2800822323)_ --- 同樣基於MV3的 https://github.com/BlackGlory/eternity 支援import指令,但是scriptcat更全面,比較希望可以使用scriptcat ```js // @name Hello World // @match import { addStyleSheet } from "https://esm.sh/[email protected]" addStyleSheet(`...

enhancement