Gabriel Deal

Results 7 comments of Gabriel Deal

I think Print.js does not work for printing PDFs in Opera (Ubuntu). I tested Opera with a PDF and it tried to print the PDF from an iframe, which did...

I dug a bit more and found that this was a problem in Opera 43.0.2442.806, but it is no longer a problem after I upgraded to Opera 49.0.2725.64. So probably...

I also need to conver HTML to Slack's "mrkdwn". I was just trying to figure out whether I should roll my own, improve https://github.com/everwise/slack_transformer or add a Slack flavor to...

I ended up rolling my own. But I do not own the code, so there is nothing I can share. :disappointed:

I worked around the missing API with this hack: ```ruby until last_response.rels[:next].nil? begin last_response = last_response.rels[:next].get ... rescue Bugsnag::Api::RateLimitExceeded => e retry_after = e.instance_variable_get(:@response).response_headers['retry-after'] sleep retry_after.to_i end end ```

@alvinsight I get this error if I do not manually create the tiles directory. ``` mkdir data npm run start ```

After I manually created a changelog, I found that `liquibase update` also works on a multi-region dataset, but fails with the below error on a regional dataset. ``` [2023-05-17 00:57:45]...