Joe Polastre
Joe Polastre
## Issue Hello, We have a use case where the client may be ahead of the server version. This often happens when the server is located in an offline or...
**Describe the bug** The `nhost-nextjs-quickstart` project's package.json relies on nextjs14, however `@nhost/nextjs` is only compatible with nextjs `12.0.10 || ^13.0.0`. **To Reproduce** Steps to reproduce the behavior: 1. Create the...
When you get `org.postgresql.util.PSQLException`, there's a stack trace with something like: ``` java.util.concurrent.ExecutionException: org.apache.baremaps.workflow.WorkflowException: org.apache.baremaps.workflow.WorkflowException: org.apache.baremaps.workflow.WorkflowException: org.postgresql.util.PSQLException: ERROR: column "name" does not exist ``` However there's no indication of which...
Hi @cquest, Do you have any plans to support AIXM 5.1 in addition to 4.5? It looks like there's active development of the parser but Eurocontrol and FAA have moved...
Two of your types don't allow for implementing custom loggers outside of your package because the fields are internal to the package. In particular: ```go type Valuer interface { getValue()...
## Description `sun.misc.Unsafe` was removed in JDK 25 Run a basic import workflow: ``` $ baremaps workflow execute --file=data/workflow.js --log-level=DEBUG [INFO ] 2025-09-18 02:51:50.596 [main] Execute - Executing the workflow...