Roman

Results 535 comments of Roman

[GitHub stale bot considered harmful](https://drewdevault.com/2021/10/26/stalebot.html)

Not sure if this is related, but getting mad color issues in `*.ts` files when Vetur is on too. ![screenshot-20220623T151734-5zKruiXE](https://user-images.githubusercontent.com/491247/175321487-5b1d0db5-762f-409b-a786-579bcc4cee9e.png) --- This is just ... random? ![screenshot-20220623T151849-KZ4VZYCh](https://user-images.githubusercontent.com/491247/175321624-e1a0247c-6b3a-4b5f-a6d1-4c22be3cef2c.png)

I have a use case where I am bundling a lambda function for database migrations. Each database migration is a separate file. The migration tool scans a directory of files...

Any examples of this? I looked at the code and there doesn't seem to be a way to trigger a custom script. Only curl, which isn't helpful in this case.

Hm, but the README says that it needs to be enabled. https://github.com/kaorun343/vue-property-decorator#if-youd-like-to-set-type-property-of-each-prop-value-from-its-type-definition-you-can-use-reflect-metadata Thanks!

Hi, why was this closed? Is this not a valid issue?

> Whereas, if it is set to true and reflect-metadata is imported, the component is going to be converted to like this. Right, and that is exactly what I wanted!...

Haven't tried it, but there is this: https://github.com/glejeune/jekyll-epub

Thanks, Andrew! RPM sounds like good middle ground.

I think just relaxing the `payload` type from `unknown` to `any` could allow for HOF use that is typed. Right now, even when I create a class to handle the...