David Citron
David Citron
The Fix for #451 does not seem to include the following call stack: ``` org.postgresql.util.PSQLException: ERROR: cached plan must not change result type at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2713) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2401) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:368) at...
Given the following proto file: ```syntax = "proto3"; package test; enum TestEnum { VALUES = 0; } ``` the generated Java code fails to compile: ```variable VALUES is already defined...```...
At present, as per https://github.com/figma/code-connect/blob/main/docs/html.md#basic-setup the developer needs to have an `.env` file in the same directory that the `figma connect` command is being run if they choose to use...
### Describe the bug After upgrading to Storybook 9, `mat-icon`s are no longer being rendered. Additionally, the browser console shows these related errors:  ### Reproduction link https://github.com/eSpoc/vangular-storybook-minimal ### Reproduction...
## Problem Running `encore check` is currently modifying `package.json` via (I believe) the code at https://github.com/encoredev/encore/blob/5693c679f64a3546ab80b4438c75ecec58e11320/tsparser/src/builder/package_mgmt.rs#L159 It modifies the file in a way that makes it fail our `prettier` check,...
For self-hosted Encore instances, the `https://encore.dev/install.sh` should provide a way to install a specific version of Encore. The easiest approach for us would be if there was an option for...