buffcode

Results 50 comments of buffcode

Same error here ("ist keine zulässige Win32-Anwendung"/"not a valid Win32 application"): ![image](https://user-images.githubusercontent.com/2863518/27955961-b4f25a54-6317-11e7-99aa-d840393b9324.png) Electron app compiled using Node 8.1.3 (Linux), target system running Node 8.1.3 as well but Windows.

There are lots of failed tests. Probably we can set up an AppVeyor CI pipeline to test on Windows? Click to expand ``` C:\Users\Laurens\workspace\lerna-update-wizard (master -> origin) ([email protected]) λ npm...

We have a similar problem. We use `link:` in our `package.json` where `` references a package installed via composer. As renovate runs both managers independently yarn upgrades will remove linked...

> A use case from #8984: Drupal project updates. > > Drupal configuration is stored in Git, but updates from Drupal core or modules can modify it. To achieve completely...

After upgrading to 5.0.1 and creating all of the missing servers: ``` runner-ovfjcph1-runner-1700632818-61a5a758 - hetzner Error Unknown coul d not execute drivers.MustBeRunning: could not get server by ID: limit of...

After the API being accessible again I can confirm that docker-machine and Hetzner cloud are now out of sync. Docker reports 19 servers while Hetzner currently has 42 servers.

> Despite my argument with kdev (we agreed to argue about spelling alphabets via PN and dont bother the development with stuff like this). What is the current status of...

Typescript will fail with: ``` ### [🚨] check TypeScript ### src/modules/nameSchema/settings.ts:208:9 - error TS2741: Property 'default' is missing in type 'Omit' but required in type 'Omit'. 208 importFromRenameFz: { ~~~~~~~~~~~~~~~~~~...

Prometheus also supports per metric labels / tags. Currently they can only be set globally for the service. ``` http_requests_total{method="post",code="200"} 1027 1395066363000 http_requests_total{method="post",code="400"} 3 1395066363000 ``` Reference: https://prometheus.io/docs/instrumenting/exposition_formats/

@malarzm I am not too familiar with psalm and how to fix [this CI error](https://github.com/doctrine/mongodb-odm/actions/runs/6763941812/job/18381651244?pr=2573#step:6:25), as it appears to be in the baseline file already: ``` Error: tests/Doctrine/ODM/MongoDB/Tests/SchemaManagerTest.php:330:26: InternalClass: MongoDB\Model\IndexInfoIteratorIterator...