Joey Pereira

Results 10 comments of Joey Pereira

A bit of a nitpick, but I noticed without `-d` there are logs coming from imported libraries. For example `2015-05-10 12:40:49,840 - requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection...

I've found it definitely takes experimentation and I imagine the issue is likely specific to the monitor's firmware. For example, my specific USB-C monitor reports it supports DP1, DP2, HDMI1,...

A use case that has come up recently is being able to control behavior depending on the client involved and the direction of the connection. An example of where this...

Yep, the instructions also worked fine for me on the `arm64` version of Raspberry Pi OS.

It seems the markers shrinking in width is caused specifically by having CSS media type `print` and is unrelated to PhantomJS, while the labels going to the corner is specific...

@flavio do know what disabling these will change in ActiveRecord? I'm just wondering in order to keep a record and know how it may impact others. The referential integrity one...

I'm currently working on getting the tests working and there are two possible approaches: 1) Duplicating the PostgreSQL tests in the main ActiveRecord repo to run tests from there (on...

Same issues with Ruby 3.2.2. ``` rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) webmock (3.19.1) addressable (>=...

Hmm, seems like `PUT /api/stacks/:stack_id/git/redeploy` is more appropriate for this and does appear to accept partial arguments (e.g. just `Env`). While I was originally trying to setup a webook trigger,...

(didn't mean to close, as this is probably still useful to triage a better error message / fix)