Tom Conroy
Tom Conroy
I've aliased Sublime Text as my editor for terminal stuff, so when I create a commit, it's opened in Sublime Text for me to write the commit message. This works...
The README says brew support is coming soon, however this repo was last updated 2 years ago. Any chance we could get this moved over? :)
**Describe the bug** This package seems to be constrained to a React peer dependency if 16.x, making it incompatible with React 17 and 18 codebases. I could find no reason...
Hi, Below is my vagrant public directory structure: ``` |-public |---local.dev |-----studentaffairs |-------w-asc |---------www |-----------index.php ``` I have my main site: `local.dev`. Here is the contents of its `local.json` file...
hey there, if you do the following: ### Example.js ``` import { h, Component } from 'preact'; class Example extends Component { render() { return (hello, world); } } Example.defaultProps...
Hey there, I posted a question on [Stack Overflow about what I'm trying to do](http://stackoverflow.com/questions/31748886/grunt-usemin-grunt-rev-point-to-cdn-url-on-build-but-maintain-revision-number), but figure I might get a better response here. Basically, I want to set up...
hi! we're considering using preact + preact-redux as an alternative to react + react-redux. This is pretty much solely due to bundle size savings migrating to preact. However preact-redux seems...
Previously, chokidar was configured to only respond to `change` events. This means it would not detect delete events (i.e if you delete the `.mdx` or blog post directory). This PR...
Hello! Thank you for your work on this stack, it's really great! I'm running into a strange issue. I've published some posts, but I can't seem to update them. If...
Currently, the `refresh-on-content-change` script does not trigger when content (i.e a blog post) is deleted. It only triggers when the file(s) are changed, but not on delete. I think ideally...