Jody McIntyre

Results 11 issues of Jody McIntyre

###### Which version and edition of Flyway are you using? Community edition, 8.5.0 ###### If this is not the latest version, can you reproduce the issue with the latest one...

t: feature

We received 3 reports of publicly accessible databases today, all referencing databases found in https://github.com/plotly/falcon-sql-client/blob/master/sample-storage/connections.yaml . I'm not sure why this is happening today but I suspect we've been indexed...

bug
test

After a 2 hour run of all our mocks except `gl*` and `mapbox*` using `test/image-make_baseline.js` (351 mocks, taking about 55 seconds per run), against image-exporter running as an imageserver in...

The Plotly `/clientresp` API was replaced over 2 years ago and deprecated over 1 year ago. Switch to the V2 API documented at https://api.plot.ly

**Is your feature request related to a problem? Please describe.** We need to use `UpstreamGrpcExporter` in order to use `grpc-java` because OkHttp 4 conflicts with another library we use that...

Feature Request

``` brew install riscv-tools [...] ==> Installing riscv-software-src/riscv/riscv-tools dependency: riscv-softw ==> git submodule update --init --recursive newlib ==> git submodule update --init --recursive binutils ==> git submodule update --init --recursive...

Fixes https://github.com/GideonZ/1541ultimate/issues/379, tested on a U2+L with `rv32i-131023` (GCC 13.2.0) from https://github.com/stnolting/riscv-gcc-prebuilt

I'm attempting to build the U2+L firmware for the first time and it fails with the following errors: ``` Compiling tasks.c ../../../../software/FreeRTOS/Source/tasks.c: Assembler messages: ../../../../software/FreeRTOS/Source/tasks.c:2094: Error: unrecognized opcode `csrc mstatus,8',...

SigningMethod is not checked when a user-defined KeyFunc is provided. This is explained in the KeyFunc documentation, but we managed to overlook this when configuring echo-jwt. This commit adds a...

### Current Behavior I have a target that calls `nx-go:lint` in my `backend` project: ``` "lint": { "executor": "@nx-go/nx-go:lint" }, ``` Running this target from the workspace root or or...

type: bug