83 Matching Annotations
- Jul 2024
-
-
When publicly distributed, the open-source code is hidden behind layers of indirection bypassing any packaging/integration effort, relying instead on virtualisation and downloading dependencies on the fly. Thanks to those strategies, corporations could benefit from open source code without any consequence. The open source code is, anyway, mostly hosted and developed on proprietary platforms.
-
- Jun 2024
-
github.com github.com
-
How can I wait for container X before starting Y? This is a common problem and in earlier versions of docker-compose requires the use of additional tools and scripts such as wait-for-it and dockerize. Using the healthcheck parameter the use of these additional tools and scripts is often no longer necessary.
-
- Oct 2023
-
-
Bei den Treffen von Bundeskanzler Scholz und Vizekanzler Habeck mit fünf zenztalasiatischen Regierungschefs in Berlin waren Rohstoffversorung und Energiepartnerschaften ein zentrales Thema. So soll Öl aus Kasachstan in Zukunft über Baku in Aserbaidschan in die deutsche Raffinerie in Schwedt gelangen. https://taz.de/Werben-um-Zentralasien/!5959486/
-
- Sep 2023
-
github.com github.com
-
without the need of external requirements and only rely on default installed tools
-
-
www.derstandard.de www.derstandard.de
-
- Feb 2023
-
github.com github.com
-
As a general practice, it seems like gems should remain compatible with current/recent versions of their dependencies. Otherwise, if you have 2 gems in your project that depend on faraday, and one of those is locked to faraday 0.17.6, and the other requires at least 2.x, then you have a problem...
Tags
Annotators
URL
-
- Dec 2022
-
www.docker.com www.docker.com
-
A container packages code and all its dependencies into a single unit, thus letting an application run quickly and reliably from one computing environment to another
-
-
docs.docker.com docs.docker.com
-
Compose V2 has been re-written in Go, which improves integration with other Docker command-line features, and allows it to run natively on macOS on Apple silicon, Windows, and Linux, without dependencies such as Python.
-
-
www.nytimes.com www.nytimes.com
-
government of the island, a self-governing British Crown Dependency that is not a part of the United Kingdom, but whose residents are British citizens.
-
- Nov 2022
-
go.dev go.dev
-
managing dependencies with modules, see Managing dependencies.
Go: managing dependencies
Tags
Annotators
URL
-
-
github.com github.com
-
For example, if using apt to install the main program for the image, be sure to pin it to a specific version (ex: ... apt-get install -y my-package=0.1.0 ...)
-
Rebuilding the same Dockerfile should result in the same version of the image being packaged, even if the second build happens several versions later, or the build should fail outright, such that an inadvertent rebuild of a Dockerfile tagged as 0.1.0 doesn't end up containing 0.2.3.
-
-
hub.docker.com hub.docker.com
-
Note: This repo does not publish or maintain a latest tag. Please declare a specific tag when pulling or referencing images from this repo.
-
-
stackoverflow.com stackoverflow.com
-
Unless you are the maintainer of lvh.me, you can not be sure it will not disappear or change its RRs for lvh.me. You can use localhost.localdomain instead of localhost, by adding the following lines in your hosts file: 127.0.0.1 localhost localhost.localdomain ::1 localhost localhost.localdomain This is better than using lvh.me because: you may not always have access to a DNS resolver, when developing
-
- Sep 2022
-
metalblueberry.github.io metalblueberry.github.io
-
A little copy paste is better than a little dependency.
-
- Aug 2022
-
github.com github.com
-
Dependencies: 0
Tags
Annotators
URL
-
- Jan 2022
-
github.com github.com
-
We should instead invalidate the ultimate dependencies of filtered rather than filtered itself:
-
- Jul 2021
-
-
direnv would have to do too many releases to keep up with all the other project changes
-
- Jun 2021
-
-
HTTP REST seems like an "out of external dependency" way to go.
-
Personally, I like having Redis as a dependency as most of my current applications use two Redis instances; persistent store and volatile.
-
The idea is to avoid additional dependency if it's possible.
-
-
en.wikipedia.org en.wikipedia.org
-
The following standards are referred to as indispensable by ISO 15924.
-
- May 2021
-
syslog.ravelin.com syslog.ravelin.com
-
The implicit dependencies between different versions of different services were not expressed anywhere, which led to various problems in building, continuous integration, and, notably, repeatable builds.
-
- Mar 2021
-
trailblazer.to trailblazer.to
-
I’ve been promising for many years and it turned out I couldn’t have fully designed it without the tools we do have now.
-
-
www.chevtek.io www.chevtek.io
-
he goes on to talk about third party problems and how you're never guaranteed something is written correctly or that even if it is you don't know if it's the most optimal solution
-
-
news.ycombinator.com news.ycombinator.com
-
this only applies to end products which are actually deployed. For my modules, I try to keep dependency version ranges at defaults, and recommend others do the same. All this pinning and packing is really the responsibility of the last user in the chain, and from experience, you will make their life significantly more difficult if you pin your own module dependencies.
-
here is my set of best practices.I review libraries before adding them to my project. This involves skimming the code or reading it in its entirety if short, skimming the list of its dependencies, and making some quality judgements on liveliness, reliability, and maintainability in case I need to fix things myself. Note that length isn't a factor on its own, but may figure into some of these other estimates. I have on occasion pasted short modules directly into my code because I didn't think their recursive dependencies were justified.I then pin the library version and all of its dependencies with npm-shrinkwrap.Periodically, or when I need specific changes, I use npm-check to review updates. Here, I actually do look at all the changes since my pinned version, through a combination of change and commit logs. I make the call on whether the fixes and improvements outweigh the risk of updating; usually the changes are trivial and the answer is yes, so I update, shrinkwrap, skim the diff, done.I prefer not to pull in dependencies at deploy time, since I don't need the headache of github or npm being down when I need to deploy, and production machines may not have external internet access, let alone toolchains for compiling binary modules. Npm-pack followed by npm-install of the tarball is your friend here, and gets you pretty close to 100% reproducible deploys and rollbacks.This list intentionally has lots of judgement calls and few absolute rules. I don't follow all of them for all of my projects, but it is what I would consider a reasonable process for things that matter.
-
-
www.sitepoint.com www.sitepoint.com
-
The elimination of what is arguably the biggest monoculture in the history of software development would mean that we, the community, could finally take charge of both languages and run-times, and start to iterate and grow these independently of browser/server platforms, vendors, and organizations, all pulling in different directions, struggling for control of standards, and (perhaps most importantly) freeing the entire community of developers from the group pressure of One Language To Rule Them All.
-
-
github.com github.comd3/d31
-
Each library is maintained in its own repository, allowing decentralized ownership and independent release cycles.
-
- Feb 2021
-
github.com github.com
-
For that matter, why not remove the dependency on jQuery entirely (#111)?
-
-
guides.rubyonrails.org guides.rubyonrails.org
-
vendor/assets is for assets that are owned by outside entities, such as code for JavaScript plugins and CSS frameworks.
-
-
github.com github.com
-
Your Rails app Gemfile may have a line requiring sass-rails 5.0: gem 'sass-rails', '~> 5.0' # or gem 'sass-rails', '~> 5' These will prevent upgrade to sprockets 4, if you'd like to upgrade to sprockets 4 change to: gem 'sass-rails', '>= 5'
-
- Jan 2021
-
css-tricks.com css-tricks.com
-
I think you’re missing the spirit behind the classic “centering is hard” complaint in a couple of places, which, at least for me, always comes back to not knowing the height of the elements.
-
- Dec 2020
-
www.npmjs.com www.npmjs.com
-
You can use --save-dev if you don't need to run npm in production, e.g. if you're making a web frontend.
-
-
github.com github.com
-
These are sequential because build:ssr imports the public/index.html that build:dom produces.
-
- Nov 2020
-
stackoverflow.com stackoverflow.com
-
on other libraries that also similarly restrict their dependencies (a transitive relation)
-
-
github.com github.com
-
If you rely on any external dependencies (files required in a preprocessor for example) you might want to watch these files for changes and re-run svelte compile. Webpack allows loader dependencies to trigger a recompile. svelte-loader exposes this API via options.externalDependencies.
-
-
-
But then, I still want to upgrade my dependencies from time to time, in a painless way. I recommend checking Renovate which handles JavaScript and Ruby dependencies auto updating. Use it.
-
-
www.whitesourcesoftware.com www.whitesourcesoftware.com
- Oct 2020
-
en.wikipedia.org en.wikipedia.org
-
A makefile works upon the principle that files only need recreating if their dependencies are newer than the file being created/recreated.
Tags
Annotators
URL
-
-
english.stackexchange.com english.stackexchange.com
-
In the context of software engineering, I've always used "dependent" and "dependee".
-
There are contradicting definitions: "dependence: one that is relied on", "dependency: something that is dependent on something else", "dependent: one that is dependent" which also says "archaic : DEPENDENCY" which is certainly the inverse of what is usually meant in technology... is it more correct to install the "dependences"? (wiktionary gives it as the plural)
-
In the software industry we use "dependency" to refer to the relationship between two objects. We say "looking for dependents" for relationships to dependent things and "looking for dependencies" for relationships to prerequisite things, so it gets that connotation, but the literal meaning is the relationship itself, not the object. Finding a better word is exactly the point of the question
-
I think it is still problematic since many people in the software industry use and understand "dependency" to mean the thing on which something depends (as indicated by this and other answers). So saying "being a dependency" indicates to those people the thing on which something depends, which is the opposite of the way I think of it (and what it means according to the dictionary).
-
If you really mean "the thing depended upon", then Mr Disappointment's answer (dependency) is correct. If you mean the thing that depends on the dependency, then "dependent" ("dependant
-
-
-
github.com github.com
-
Would you mind adding it to the vendor README.md with a note to this commit so we remember?
-
-
medium.com medium.com
-
Modules from the following layer can require anything from all the previous layers, but not vice versa.
-
-
github.com github.com
-
The problem is that not all tooling supports adding new dependencies from a transform. The first step is figuring out how this can be done idiomatically in the current ecosystem.
-
-
-
A simple Vue project can be run directly from a browser with no need of transpilation. This allows Vue to be easily dropped into a project the way jQuery is.While this is also technically possible with React, typical React code leans more heavily on JSX and on ES6 features like classes and non-mutating array methods.
-
- Sep 2020
-
github.com github.com
-
Please also make sure svelte is installed as a devDependency and not an actual dependency. Svelte itself should never be bundled with your application code.
-
-
final-form.org final-form.org
-
Keep in mind that the values in meta are dependent on you having subscribed to them with the subscription prop.
-
-
discuss.rubyonrails.org discuss.rubyonrails.org
-
I just created an empty Rails project and just find node_modules -print | wc -l gives me 18366 files!
-
-
flaviocopes.com flaviocopes.com
-
dependencies are the packages your project depends on. devDependencies are the packages that are needed during the development phase. Say a testing framework like Jest or other utilities like Babel or ESLint.
-
-
medium.com medium.com
-
Why include that six-line helper function when you can do a one-line `require`? Never mind that the required module has its own dependencies, with their own dependencies, until your users suddenly find that `npm install` involves downloading 70Mb of gubbins split into 15,000 files. I exaggerate, but barely.
-
-
github.com github.com
-
Having the bundler config bundle dev deps and leave prod deps as external seems to be the sanest thing it could default to, and I don't see us wanting to change that.
-
-
-
The other possible route would depend on #640 (dynamic components), plus the ability to pass around element names as strings in place of components, plus #195 (spread).
-
- Aug 2020
-
www.onthegosystems.com www.onthegosystems.com
-
The straightforward solution to integrate WPML with third party translation services was to do it via dedicated plugins. A separate plugin for each company offering translation services could do the trick. However, this approach had a few drawbacks. For example, WPML developers would need to update and test all these plugins whenever the WPML core plugins received an update, and vice versa; when the API used by the external service changed, you needed to incorporate the change to WPML and test it as well.
-
- Jul 2020
-
guides.rubyonrails.org guides.rubyonrails.org
-
While Rails supports numbering of initializer file names for load ordering purposes, a better technique is to place any code that need to load in a specific order within the same file. This reduces file name churn, makes dependencies more explicit, and can help surface new concepts within your application.
-
- May 2020
-
docs.gitlab.com docs.gitlab.com
-
In the examples below, we are using Docker images tags to specify a specific version, such as docker:19.03.8. If tags like docker:stable are used, you have no control over what version is going to be used and this can lead to unpredictable behavior, especially when new versions are released.
-
-
-
Using the Git SHA in your image tag makes this less necessary since each job will be unique and you shouldn't ever have a stale image. However, it's still possible to have a stale image if you re-build a given commit after a dependency has changed.
-
-
about.gitlab.com about.gitlab.com
-
Internal platform groups (those focused on a non-user facing part of our product, like a set of internal APIs) tend to create heavy coordination costs on other groups which depend on platform improvements to deliver valuable features to users. In order to stay efficient, it is important to ensure each group is non-blocking and is able to deliver value to users directly. This is why we avoid internal platform groups.
-
-
gitlab.com gitlab.com
-
Software Composition Analysis group
-
- Apr 2020
-
falcon.readthedocs.io falcon.readthedocs.io
-
When it comes to building HTTP APIs, other frameworks weigh you down with tons of dependencies and unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style.
-
-
www.forbes.com www.forbes.com
-
What wretched managers miss in their confusion is that all the work you do (and everything your co-workers do) is entangled and interdependent with everything else. When your manager says "Forget your old priorities, and focus on my new crisis" s/he's betraying an ignorance of the laws of physics.
-
-
-
Add back the Gemfile.lock We want to every clone of this repository to have a set of dependencies that we are sure will have green tests. We remove the lock in CI to make sure we are always running tests with the latest version.
-
-
-
Remove upper bound in our dependencies Doing this we are only asking people to fork our gem or open issues when they want to use a new version of the dependency and we still didn't tested with it.
-
- Mar 2020
-
gdpr-info.eu gdpr-info.eu
-
the performance of a contract may not be made dependent upon the consent to process further personal data, which is not needed for the performance of that contract
-
- Jan 2020
-
ask.metafilter.com ask.metafilter.com
-
a ≺ b indicates the causal relation "b depends on a"
-
-
math.stackexchange.com math.stackexchange.com
- Dec 2019
-
github.com github.com
-
Optional Dependencies
Tags
Annotators
URL
-
-
yarnpkg.com yarnpkg.comYarn1
-
renovate.whitesourcesoftware.com renovate.whitesourcesoftware.com
-
First sighted at: https://github.com/neutrinojs/neutrino/pull/1003
-
-
survivejs.com survivejs.com
-
don't mix application dependencies with those of the build system
-
by putting dependencies like React behind our dependency, users couldn't update React without also updating our CLI tool.
I think this means:
yourApp dependsOn thisTool@1.0.0 thisTool@1.0.0 dependsOn react@16
So you can't upgrade the react dependency directly: yourApp dependsOn react@17
-
- Apr 2019
-
cran.r-project.org cran.r-project.org
-
Directed Acyclic Graph (DAG) with nodes representingrandom variables
-
- Nov 2018
-
-
Dependency cycles are most dangerous when they involve the mechanisms used to access and modify a service. The operator knows what steps to take to repair the broken service, but it's impossible to take those steps without the service.
Tags
Annotators
URL
-