David
David
Hey, @laverdet. Hope you are doing well. This is kindly reminder that this bug is quite severe at least for my use-case. Today I found myself spent several hours to...
> @davojan did you found some solutions how to bypass this behaviour? I have a backup plan to override/wrap global Promise class inside the isolate and try to smartly track...
The only downside of the ``entr`` workaround is that whenever you add new a new source file, it won't be watched. So native support of killing daemons will work a...
@y912765390 can you please share monarch definition file for the vuejs language if you managed to create one?
@markstos I think the typescript transpilation is totally correct here, I'll try to explain... When we write `import { get } from 'config'` - we are importing the function `get`...
> Then nothing is bound to the `this` when calling `get`, right? > Then it's correct to `import config from 'config'` and call `config.get()` after that. Yes, absolutely. > Could...
Yes, I totally agree, that using `config.get` leads to more understandable code, and I've already rewritten my code that way. But I still think that there is a problem in...
Running download script manually worked for me: ```bash ./node_modules/cldr-data-downloader/bin/download.sh -i ./node_modules/cldr-data/urls.json -o ./node_modules/cldr-data/ yarn ```
@apla that's not true. Writing d.ts is the only way to get quality type definitions. The mentioned JSDoc parsing feature is limited and can't be even close to the hand-crafted...
@masaeedu Do you know any workaround to add a static member to the decorated class?