Andrey Skladchikov

Results 32 comments of Andrey Skladchikov

@f1u77y да, TODO это дело.

@benneq Hello! Eventually it will. Any help with that is appreciated.

We can see that the issue is replaceVariables takes variables only from [first string](https://github.com/ttag-org/ttag/blob/dabf3cda8eab6add7234aaf6d576c92dd52e6b85/src/utils.ts#L114C31-L114C46) (that is wrapped with `msgid`): ![2024-05-16 17 14 39](https://github.com/ttag-org/ttag/assets/4318513/a53ca4b7-695f-486e-a507-35edcab0cd0e)

Looks like it is fixed in @USFT fork https://github.com/USFT/react-native-eventsource/commit/b716648472ee9782f01a67e3e298f9a630149a29

@filipesilva Hello! The reason is that Babel adds "use strict"; line in each file by default and you got this: ``` // @ngInject "use strict"; function controller($stateParams, session, tiles, organizations)...

Also I find that babel may drop comments, but you can set option `comments: true` and it will works

Same for me, I could not make this markup to be escaped properly: ``` ```

@leizongmin Thanks for your response! Given that my options are, say: ```js { allowCommentTag: true, whiteList: {} // say nothing is allowed } ``` I would expect it to preserve...

@leizongmin in my case, I would like comment tags to stay as is. Sorry, I forgot to mention a "hack" that makes it work like that for me: ```js onIgnoreTag:...

@LionZXY I'm sorry, but this loader is no more supported. Please try kotlin-webpack-plugin instead: https://www.npmjs.com/package/kotlin-webpack-plugin