Michael Schmuki

Results 35 comments of Michael Schmuki

Got a "double free or corruption"-error while building the latest [r3.1](https://github.com/plv8/plv8) (8aa5970a6a6a5aa90a0805d55a0bf331900cb7b4) with the following `Dockerfile`: ``` FROM postgres:14.2 ENV PLV8_VERSION=3.1.1 \ PLV8_SHASUM="248fce710628d9ebf32710076d3e546b3bf3763a4da0b0f40f196e84680de67b" RUN buildDependencies="build-essential \ ca-certificates \ curl \...

Here is the stacktrace with timelines-chart `2.10.0`: **Error**:  | ` attribute y: Expected length, "NaN".` | | _File:Line_ -- | -- | -- | --   | (anonymous) | @ |...

I’ve just noticed the same issue after upgrading from 2.10.0 to 2.11.1 (with d3-selection 2.0.0). - **Uncaught TypeError: e.split is not a function** - at SVGTextElement. (timelines-chart.module.js:971) - at SVGTextElement....

@dominykas I'm using the latest Critters version (1.3.5) and have no problems with CSS filenames which contain a hash, at least on a Unix-like system / WSL 2. But on...

@dominykas I'm sorry for the inconvenience! I should have read this issue better... (Opened https://github.com/GoogleChromeLabs/critters/issues/58 instead)

I have installed `pg_format` via the Ubuntu "pgformatter" package and it is working fine in Bash. But when I try to add it as an external formatter in DBeaver, I...

Finally had the chance to test out the build cache experiment. I was hoping, that because the new mechanism includes the command being run, that Rush could handle the following...

@iclanton with `@microsoft/rush-lib` `5.42.0` pnpm with `strictPeerDependencies` reports the following ERROR: `@microsoft/rush-lib > @aws-sdk/client-s3 > @aws-sdk/middleware-retry: [email protected] requires a peer of react-native@>=0.56 but none was installed` I agree with @octogonz...

Just got the update from F-Droid (6.21.7) and now see the colors form Nextcloud synced with DAVx⁵ :rocket: Thank you so much :clap:

Does setting the `chrome://flags/#force-color-profile` have an effect on this? We can try to set `srgb` on the [ImageData](https://developer.mozilla.org/en-US/docs/Web/API/ImageData/colorSpace) returned form the qgis-js API, as well as in the [Canvas](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/getContext?retiredLocale=de#colorspace). (But...