Brian Houle

Results 10 comments of Brian Houle

> Okay I figured it out finally. It was Mongoose that was causing the issue in my case. For me it was PostgreSQL, but the same thing. Also, after I...

A new package/application AID is made for each applet. The AID is composed of a fixed prefix, vendorassigned application id, and user chosen suffix. (`A0:00:00:06:17:00:${application id}:${custom suffix up to 6...

Our code base makes frequent use of multiple line conditionals, often intermixed with ternary operations. Having all types of operators on the left is very important for readability and maintainability....

The main 2.0 thread(s) have mainly talked about Node versions, but there have also been many comments on not introducing changes that there is disagreement or lack of consensus on....

It has been over a year since any work was done on this, so I think this PR is dead unless someone else wants to fork it. For others experiencing...

Until this is patched, you can override the `@svgr/webpack` version by adding the following to your `package.json`. ``` "overrides": { "react-scripts": { "@svgr/webpack": "6.5.1" } } ``` You will need...

@sosukesuzuki - Do you have concerns about adding #3806 (PR #7111) to the checklist? This change has wide support, has been pending for over 3 years, was originally part of...

This affects our efforts to have the same recipes for running services in both Docker and Podman as we migrate. It also makes debugging significantly more difficult, because if the...

@scorphus - Thanks for adding a sample repo. I was on vacation for the past couple of weeks and just saw this today.