Andy Kenward

Results 29 comments of Andy Kenward

Hi @julien-c , Just came across this while looking into buffer alternatives. Have you thought of switching from php to node.js . I would stick with MongoDB

@tracek I have a [pull-request](https://github.com/googlecreativelab/aiexperiments-bird-sounds/pull/2) waiting to be merged that might solve things for you. The whole build and develop was broken for me too. You can check out my...

@tracek I updated [README.md](https://github.com/andykenward/aiexperiments-bird-sounds/blob/06ae9bea133bcc0023296d65aca611c3becdc525/README.md#front-end-installation) with the correct instructions. As running webpack from a global install won't work for everyone with the configuration of how files resolve in this project. So...

@tracek Ha! Case sensitive filenames was the only thing I could think it was. I looked through the usage of require for typos and totally missed `Boilerplate` to `BoilerPlate`. I...

@tracek I would **not** use this repo as an example of writing JS. If you are new to JS I suggest learning ES6 JS. Check out - https://mjavascript.com - https://egghead.io

@tracek Yeah. I started to implement `eslint` code linter to catch anymore errors in the code. But this just highlighted even more issues. Bad scoping and coding standards. JS is...

@mwachs-addepar Its been published see https://www.npmjs.com/package/@thoughtbot/tailwindcss-aria-attributes . So we can close this.

I think we might be able to use `@playwright/test` as `playwright` just appears to be a wrapper to `playwright-core`. Which is used in `@playwright/test` aswell.

It looks like `jest-playwright` is installing `playwright-core` too https://github.com/playwright-community/jest-playwright/blob/95b83774be71e3859875ccdcc27e0e5aef28c3ff/package.json#L49.

> It looks like `jest-playwright` is installing `playwright-core` too https://github.com/playwright-community/jest-playwright/blob/95b83774be71e3859875ccdcc27e0e5aef28c3ff/package.json#L49. Ah nope. Still need to install `playwright` to use `jest-playwright-preset`. Would've thought that `playwright` would be a [`peerDependencies`](https://github.com/playwright-community/jest-playwright/blob/95b83774be71e3859875ccdcc27e0e5aef28c3ff/package.json#L53-L58) for `jest-playwright-preset`.