Joe Schafer

Results 77 comments of Joe Schafer

I'm gonna whip up a Python script to try and automate this. I'll open up a pull request in the next couple of days for discussion on features.

I don't think the tools are quite there yet. Is there a request (a la python) library yet? Once the tools mature, I'm all for porting to rust. On Wed,...

Neat, I'll take a look. On Mon, Oct 27, 2014 at 12:19 PM, Adolfo Ochagavía wrote: > > @jschaf https://github.com/jschaf There is a new http library which is > actively...

I started on a python library to automate the tasks, but I stalled out after starting a new job. The main code is at https://github.com/jschaf/rosetta-robot/blob/master/rosettarobot/robot.py. It can generate the right...

I don't think there's an official API, so you have to use some screen scraping. I started with Python and the request libary. At a high level, it's something like:...

Cost me about 15 minutes figuring out why lodash wouldn't install.

After taking another look, I think this was caused by a bad function in my personal post-command-hook. I can't reproduce, so I'll close it.

I can't get it to work on IntelliJ (which is the same thing as webstorm). I suspect sourcemaps since the tests run just viel. I thought it used to work.

After some experimenting, removing this line seems to partially fix debugging in IntelliJ (and should for Webstorm). Some of the mappings are wrong but it at least works inside test...

Breakpoints work and mappings seem to have fixed themselves. That might have been changing `sourcemap: true` to `sourcemap: 'both'`. > whats your jest config? did you set the sourcemap to...