Lorefnon

Results 65 comments of Lorefnon

@osdiab You can consider using `@lorefnon/ts-pg-migrate` where I have exposed this. I maintain that fork because I needed some features from a few PRs here that haven't received any attention...

Hi yeah, good to see this repo maintained once more. I have a few minor features in my fork. I use this in production. I'll send separate PRs for them...

With lazy.vim, following is all the configuration needed: ```lua require("lazy").setup({ { "simeji/winresizer", lazy = false }, -- any other plugins }) ``` Tested to be working as expected in NVIM...

OK, this is great to know. Thanks for sharing your thoughts on this.

@techpines I don't believe @warsamebashir was talking about a templating engine like handlebars. I think he war referring to something similar to https://github.com/angular/angular-seed ie. a minimal application skeleton which people...

@techpines Thank you for your inputs. After exploring a couple of options, I found that a popular community project Yeoman provided a lot more flexibility as compared to a static...

I haven't yet published the gem - wanted to put in a bit more effort into it before releasing.

@dmonad Please merge this change. Without this change this library can not be used in a project that uses `moduleResolution: bundler` (recommended now for all ts projects that use a...

Yes, I am able to reproduce the above with the latest published version.

I was originally thinking I could just add a tsconfig.esm.json which generates modules and have those files alongside commonjs with mjs extension. However, it looks like tsc does not yet...