Dave Johansen

Results 154 comments of Dave Johansen
trafficstars

Here's an issue from the docker repo: https://github.com/moby/buildkit/issues/3776

Unfortunately, I don't have a single best practices document for settings versions that I can point you to for maintaining npm modules, but lock file in `yarn` and the similar...

I've been trying to get our dependency tree to be smaller and I actually just opened [this same type of issue with express](https://github.com/expressjs/express/issues/4034)

Thoughts on this? If I submit a PR to switch to using `^` instead of `~` would it be accepted?

It appears there's a hard coded value in ffmpeg that makes it so Chrome doesn't want to play the video when it may be able to do so: https://github.com/videojs/video.js/issues/8549#issuecomment-1883831468

Closing since this is out of spec

> RESOLUTION is defined as a decimal-resolution, which is defined in https://datatracker.ietf.org/doc/html/rfc8216#section-4.2 as two decimal-integers seperated by an x. That definitely does mean that having `.0` on `RESOLUTION` makes it...

`RUN` commands to build a package usually are big and ugly. Multi-stage builds help clean that up, but they're [currently not supported for official images](https://github.com/docker-library/official-images/issues/3383). The `Dockerfile` that I made...

Oh, do you mean to run the `APKBUILD` file from Alpine inside of the `Dockerfile`? If that's what you're asking, then I'm not sure what that would take but I'm...

Having a set of packages for each of the OSes is really nice (like what Postgres provides), but it's a ton of work. Also, even they don't maintain packages for...