ahstro
ahstro
Not to be a bummer, but your solution still leaves the `border-radius` of, in your case, the search button squared instead of rounded. Here's (a simpler version of) the workaround...
Not sure if this should be implemented or if it's enough that one (as of 2.2.0) can pass a className to the wrapper div?
@sontek No, I haven't really taken the time to contribute to react-toggle lately. Feel free to submit a PR if ypu've got any ideas :)
Sorry it took such a long time, haven't taken the time nor been in the mood for open source lately :( We're still [looking for collaborators](https://github.com/aaronshaf/react-toggle/issues/50) if anyone is more...
+1 on weird behaviour. I couldn't get `tcm -p website/**/*.m.css` to work, but `tcm --pattern "website/**/*.m.css"` did. Not sure if it was `-p` vs `--pattern` or quotes vs no quotes,...
Nope, zsh on macOS.
Still need the quotes around the glob for it to work.
Wouldn't `...\npm\node_modules\scope-chains-closures\node_modules\adventure\lib\menu.js:51` indicate that this is an error with the adventure module, not scope-chains-closures itself? Also, I'm on v4.1.1 and am not experiencing any issues. Have you tried removing and...
Adding an FAQ would probably be the easiest solution, but I'd like to make a case for a major version bump (with a clear changelog or release note, so people...
Changing `docker-compose.yml` like [this](https://github.com/ahstro/pixelfed/commit/c38e6d4008d07a80cc661c3cfde3bce9a73e9160) and running `docker-compose up`, I'm able to access a botched landing page saying "Something went wrong" twice [fig. 1]. If I click "Register" (or anything that...