Eric Phetteplace

Results 11 comments of Eric Phetteplace

I just wanted to add my support for this feature since it would be so useful for synchronizing settings between instances. It's not that hard to script around exporting settings...

has anyone been able to get hint.css working inside an embedded SVG? I'm having the exact same issue as @langalex: I'm using d3 and hints don't appear. The suggestions at...

Thanks for the idea. It works but is too limited because the tip always appears outside the SVG canvas. I'm trying to do an SVG map with hints for each...

Yeah, at that point I should just go with another solution. There are JavaScript-based d3 tooltip plugins, I just wanted to use hint.css. Trying it out, I had no idea...

Yup, I basically mimicked your example but with D3. D3 replicates a lot of jQuery's (event listeners, selection, chaining) so it's not necessary to use both. If anyone comes across...

Someone said recently that Jekyll doesn't work with 3.0? I haven't tried. I have no idea what the standard ruby version is these days so I can't answer.

I'd vote in favor of the simplicity of using Pages with an older version of Jekyll, since we don't necessarily need any of the improvements like speed of processing and...

Yeah this basically reverts python-poetry/poetry#8804 😔 it is nice to not have the extra `source` line as described in that PR but `poetry shell` isn't working for me with --init-command.

I think any failed install causes this behavior, not just nonexistent packages, FYI. I'm running into the problem like this: ```sh > pipenv --version pipenv, version 2023.8.23 > pipenv install...

I can't reproduce it anymore in my tests, trying ```sh > pipenv --version pipenv, version 2024.3.0 > pipenv install requests==2.32.2 > pipenv install cchardet==2.1.7 # this fails for me >...