Jamie Rolfs
Jamie Rolfs
For anyone looking to test drive this while I sort the last two bits up there, see this comment: https://github.com/testing-library/playwright-testing-library/issues/430#issuecomment-1144201901
This is in **beta** now, I'll finish the `findBy*` stuff in a separate PR.
Hi @sexta13, I'm sorry it's taken me so long to get back to you. This library doesn't explicitly support iframes, but I don't think it would be too hard to...
Does this work outside of **Terminal.app**??
I believe this output is likely indicative of your problem with `zsh`: ```sh warning: not linking environment.etc."nix/nix.conf" because /etc/nix/nix.conf exists, skipping... warning: not linking environment.etc."zprofile" because /etc/zprofile exists, skipping... warning:...
I've been working on a dark theme that you might like: https://github.com/jrolfs/gruvbox-material-tridactyl — if you like it but don't like the colors, the base16 themes linked in the readme are...
@bovine3dom yeah, I can totally distribute it as an NPM package, and I think that probably makes the most sense. I'll try to set that up soon and I will...
I wasn't able to reproduce this issue until I upgraded to Firefox 102.
This absolutely makes sense to me. I think it might be a little tricky to implement, though, because isn't the point of Cosmic Config to delegate configuration discovery (which files...
Hrm, maybe we could wrap the loader in a function that ensures the optional dependency: ```js import { cosmiconfig } from "cosmiconfig"; import TypeScriptLoader from "cosmiconfig-typescript-loader"; const moduleName = "module";...