Jim Klo

Results 15 comments of Jim Klo

I believe I found the problem that is effecting me. This could be construed as a "bug" or not... I'm not entirely sure what the right solution is here, as...

You could do this with the pull request #17 which I just opened. It gives you access to codemirror editor object from within the setup/cleanup scripts, but suppresses evaluation of...

I have found a solution. When using `jekyll serve` one should use `--force_polling` option. This uses a polling architecture instead of inotify. The inotify solution is known to have issues...

@andywer Yep, that's exactly what's going on; 404 error that's serving HTML. It's unclear to me how the loader is supposed to work within a create-react-app framework since it uses...

I'm going to agree with @vandrade, if I do a `LocalClient.update()` one cannot determine what changed. It's one thing to provide the output from client (or even process it into...

It seems like Apple now must have somewhat honest to goodness support for Plug-ins in Mojave, given there is now a "Manage Plug-ins..." Button and interface on the General Preferences...

it seems like there are two Preferences files located in `~/Library/Preferences/`. There is: - org.macosforge.xquartz.X11.plist - org.xquartz.X11.plist Not sure if both need to be there or not... however it seems...

I've got a similar issue on RHEL 5. Using: ``` bash rpmbuild -tb --clean --define "version 2.2.2" jzmq-2.2.2.tar.gz ``` Here's the log of the error. https://gist.github.com/jimklo/50323e99549a5d1db32f From what I can...

I'm wondering this as well...