Frank Blechschmidt
Frank Blechschmidt
The current implementation overwrites `req.url` since it is used in the log message templates. This leads to errors and issues like #156. In our case, it makes the Express app...
**Is this a request for help?**: No --- **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG REPORT **Version of Helm and Kubernetes**: ```bash $ helm version version.BuildInfo{Version:"v3.6.1",...
The `reference-time` cannot contain time zone information that is not a full hour (e.g. India is UTC+05:30). I guess it's caused by this check: ```clojure (integer? timezone) (time/time-zone-for-offset timezone) ```...
Example upstream image: `gcr.io/distroless/nodejs:16` Error observed in output from `fossa-cli`: ```bash $ fossa container analyze ***.dkr.ecr.us-west-2.amazonaws.com//:latest [ INFO] Inferred registry source: https://:@***.dkr.ecr.us-west-2.amazonaws.com//:latest [ INFO] [ 5 Waiting / 1 Running...
The folder `dspbench-flink` and `dspbench-spark` are exact copies of `dspbench-storm`. ``` ~/P/DSPBench » git diff --no-index dspbench-flink dspbench-storm ~/P/DSPBench » git diff --no-index dspbench-spark dspbench-storm ~/P/DSPBench » ``` Can you...
**Describe the bug** `db.insertInto('my_table').values()` throws errors in Typescript since it expects the presence of fields and methods from `XataRecord`. **To Reproduce** - Create a simple schema - Use `xata pull`...