Justin Bull

Results 25 comments of Justin Bull

One of the contributors of `capybara` confirmed that the issue is with this gem: > capybara-screenshot passes absolute paths to #save_screenshot and has not been updated to use #save_path -...

It appears to now nest: ``` Capybara.save_path = 'foo/bar' ``` The .png screenshot shows up in `./foo/bar` whereas the .html ends up in `./foo/bar/foo/bar/` What I meant by "insufficient' with...

Not sure! Just stumbled across it. DWF appears more complete and well supported. I'm fine with just that 😄

A lead: I've learned that the reloader that fires when source code is changed and saved will indeed execute shutdown appropriately before restarting Quart.

I'm happy to take a look myself. I'll be poking around the app later tonight.

No problem. The toilet and logo graphics are `.png` assets, not `.svg` which is probably the cause. Probably because they have that slight drop shadow, they remained as images?

There is currently no way in Sass 3.4 to get `content: '\f107'` if a variable exists anywhere as a part of that string: ``` scss // SCSS format $code: 'f107';...

Hilariously, passing `null` in to the context parameter worked. I guess it's not entirely required? ``` java AsyncHttpClient client = new AsyncHttpClient(); JSONObject payload = new JSONObject(); payload.put("fallbacks", /* another...

Unsure if possible, but it would be nice to initialize a minimal .cfg on boot in non-GUI version and quit instructing the user that it has to be edited/filled out.