Jerome Dane
Jerome Dane
@thheller `:npm-module` is the entire reason we use `shadow-cljs` as our `clojurescript` solution. We have a large `react`/`redux` code base that we're transitioning over to `cljs`, and `:npm-module` has allowed...
@thheller we consume namespaces individually (option `a` above). Yes, we use the REPL a lot We would _like_ to use hot reloading through webpack, but our implementation is busted at...
I'd really love to see this get fixed. The example in the documentation implies that `.overlay` should be hashed and accessible as `(:overlay style)`. Not having hashed descendants makes it...
I've written a patch for this on my machine and will create a pull request once I've cleaned up my code and written tests.
halnesbitt's method [above](https://github.com/furf/jquery-ui-touch-punch/issues/61#issuecomment-11746899) worked for me. Thank you! Edit: [This fork](https://github.com/tsmd/jquery-ui-touch-punch) has updated code that fixes the IE issues. It's more up to date, so use it instead.
Sadly I will likely no longer be supporting this project due to other life activities.
@robin-drexler are you still maintaining this extension? I've found it SUPER useful, and hope you'll consider pulling in my updates to fix whatever broke in v0.1.0 [hosted on the chrome...
Hey @robin-drexler, I see what you mean about any open dev tools windows being closed. Here's what I'm experiencing on both my Windows box and Mac laptop with your v0.1.0:...
I thought of that @yograf, but for security reasons, chrome doesn't allow you to inject content scripts into 'chrome://extensions'
Will implement options page this weekend if I get time. Edit: I obviously haven't gotten around to doing this yet, so I created https://github.com/robin-drexler/chrome-extension-auto-reload/issues/3 to remind me to get it...