AlvinLaiPro

Results 4 issues of AlvinLaiPro

If Flycut could have the ability to store items permanently, it will be an indispensable dev tool for me. And I would not need to use sticky anymore.

I think it will be more friendly for users if we have the same default value with `require.context` of `Webpack`.

### Reproduction example cannot be reproduced by codesandbox ### Prerequisites As I researched the root cause of this error, I would like to report it without reproduction steps. In the...

enhancement
environment

```js var formatMessageParse = require("format-message-parse") formatMessageParse("abc text for test e l'another text for test", {tagsType: ''}); ``` wrong result: ![image](https://github.com/format-message/format-message/assets/19744126/f1068d04-8f87-4bbc-b814-6ec7034b2209) ```js var formatMessageParse = require("format-message-parse") formatMessageParse("abc text for test e...