Eugene Ghanizadeh

Results 81 comments of Eugene Ghanizadeh

@TysonMN @im-coder-lg So I've brought [eugene.coding.blog](https://eugene.coding.blog) back up, simply by hosting it using GH-pages and pointing the domain to the repository. You can take a look at the [repo](https://github.com/loreanvictor/techblog), specifically...

hope you get better soon!

@TysonMN [yes](https://mxtoolbox.com/SuperTool.aspx?action=cname%3atysonwilliams.coding.blog&run=toolpage). You now need to also set the custom domain name on GitHub Pages to tysonwilliams.coding.blog and all should work fine (I'm not 100% sure about the assets though,...

some thoughts: - current behaviour is not intuitive and at least should be documented. - it sounds reasonable for `exists` to behave similarly to `remove`, i.e. when no glob pattern...

I [added](https://github.com/loreanvictor/tmplr/commit/10dc8a39483976081b4581ddc648b1cefb69ec0a) the hint to the docs. Will keep this issue open for now for further discussion on the matter.

I understand the logical correctness perspective. My point is, checking existence of directories seems like a foot-gun in most cases (you do it because it is easier to do and...

It generally is a nice idea to support more config formats. That said, JavaScript itself is used commonly as a config format and [will be enforced on large projects such...

a note on the flaky recipes of js configs: this will only result in flaky reusable recipes. templates can control the config format, so they wouldn't have issues with such...

The setup for e2e testing, alongside some basic scenarios (including the regression mentioned above), and utilities for easier e2e testing, are added. I'll keep this issue open to add more...

ok I'd need to check these issues. the `use-***` folder not getting deleted might be a bug that I'll look into. on the other issue, can you provide an example...