tome export
This commit is contained in:
parent
52278c3a53
commit
7a52afab5f
960 changed files with 3670 additions and 2229 deletions
|
@ -82,15 +82,15 @@
|
|||
],
|
||||
"body": [
|
||||
{
|
||||
"value": "\n <p>I recently watched a YouTube video of someone working on their software.<\/p>\n\n<p>Everything was working locally, but things were breaking in their CI pipeline.<\/p>\n\n<p>The issue was their CI environment had different versions of the software than the one they were using locally.<\/p>\n\n<p>To get the same results locally and in CI, you need your dependencies to be the same.<\/p>\n\n<p>The same versions of languages, such as PHP and nodejs, and packages like PHPStan, PHPUnit, Jest or eslint.<\/p>\n\n<p>Dependencies should be installed with a package manager that generates a lock file like composer.lock or package-lock.json, so use these versions instead of installing versions globally that may be different.<\/p>\n\n<p>For PHP or nodejs, I'd suggest using Docker or Nix, <a href=\"/daily\/2025\/01\/20\/reproducible\">which has its own lock file<\/a>, to make your environment as reproducible and consistent as possible.<\/p>\n\n ",
|
||||
"value": "\n <p>I recently watched a YouTube video of someone working on their software.<\/p>\n\n<p>Everything was working locally, but things were breaking in their CI pipeline.<\/p>\n\n<p>The issue was their CI environment had different versions of the software than the one they were using locally.<\/p>\n\n<p>To get the same results locally and in CI, you need your dependencies to be the same.<\/p>\n\n<p>The same versions of languages, such as PHP and nodejs, and packages like PHPStan, PHPUnit, Jest or eslint.<\/p>\n\n<p>Dependencies should be installed with a package manager that generates a lock file like composer.lock or package-lock.json, so use these versions instead of installing versions globally that may be different.<\/p>\n\n<p>For PHP or nodejs, I'd suggest using Docker or Nix, <a href=\"\/daily\/2025\/01\/20\/reproducible\">which has its own lock file<\/a>, to make your environment as reproducible and consistent as possible.<\/p>\n\n ",
|
||||
"format": "full_html",
|
||||
"processed": "\n <p>I recently watched a YouTube video of someone working on their software.<\/p>\n\n<p>Everything was working locally, but things were breaking in their CI pipeline.<\/p>\n\n<p>The issue was their CI environment had different versions of the software than the one they were using locally.<\/p>\n\n<p>To get the same results locally and in CI, you need your dependencies to be the same.<\/p>\n\n<p>The same versions of languages, such as PHP and nodejs, and packages like PHPStan, PHPUnit, Jest or eslint.<\/p>\n\n<p>Dependencies should be installed with a package manager that generates a lock file like composer.lock or package-lock.json, so use these versions instead of installing versions globally that may be different.<\/p>\n\n<p>For PHP or nodejs, I'd suggest using Docker or Nix, <a href=\"/daily\/2025\/01\/20\/reproducible\">which has its own lock file<\/a>, to make your environment as reproducible and consistent as possible.<\/p>\n\n ",
|
||||
"processed": "\n <p>I recently watched a YouTube video of someone working on their software.<\/p>\n\n<p>Everything was working locally, but things were breaking in their CI pipeline.<\/p>\n\n<p>The issue was their CI environment had different versions of the software than the one they were using locally.<\/p>\n\n<p>To get the same results locally and in CI, you need your dependencies to be the same.<\/p>\n\n<p>The same versions of languages, such as PHP and nodejs, and packages like PHPStan, PHPUnit, Jest or eslint.<\/p>\n\n<p>Dependencies should be installed with a package manager that generates a lock file like composer.lock or package-lock.json, so use these versions instead of installing versions globally that may be different.<\/p>\n\n<p>For PHP or nodejs, I'd suggest using Docker or Nix, <a href=\"http:\/\/default\/daily\/2025\/01\/20\/reproducible\">which has its own lock file<\/a>, to make your environment as reproducible and consistent as possible.<\/p>\n\n ",
|
||||
"summary": null
|
||||
}
|
||||
],
|
||||
"feeds_item": [
|
||||
{
|
||||
"imported": "1970-01-01T00:33:45+00:00",
|
||||
"imported": "1970-01-01T00:32:50+00:00",
|
||||
"guid": null,
|
||||
"hash": "b60d151157449fcffc7aa384bd9a81c7",
|
||||
"target_type": "feeds_feed",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue