Fatih Altinok

Results 49 comments of Fatih Altinok

Starting this now, finally!

I think adding `--ignore-optional` (or comparable) to the default set of flags makes sense since they're optional and it'll make git operations faster. I'm on the fence about adding arguments...

I came back to this and I believe it was not the right call to exclude optional dependencies by default. While it's important that branch switches to be fast, it's...

I cut a new release, it's a major one due to the reasons mentioned in the [release page](https://github.com/frontsideair/yarnhook/releases/tag/0.6.0). I hope this solves existing problems and please let me know if...

A bit old thread, but I just saw this project and thought “it would be fun if the extension was `.5c`” For those unfamiliar (like me) a nickel is worth...

This [`flake.nix`](https://github.com/frontsideair/aoc2021/blob/main/day-template/flake.nix) is working perfectly for my use case. Thanks for the help @utdemir!

It would be nice to have the accessible name selector as an option to filter, like `hasText`. It would look like this: ```ts await page.locator('role=button', { hasName: /click me/i }).click();...

With the release of 1.27.0 my first issue is fixed, thanks for landing it! The second issue persists, however, I still can't query with accessible description using accessible selectors. @thewilkybarkid's...

I also suffer from this, many npm packages are moving to [ESM only](https://medium.com/sindre-sorhus/hello-modules-d1010b4e777b) and using `type: module` makes it very hard in my case, since I have some imports to...

I have a pretty robust workaround, which might be helpful to others as well. The workaround uses esbuild, but could work with other tools. 1. Pull all ESM dependencies in...