stackcoder

Results 8 comments of stackcoder

It's only a feature request right now. I was looking for something like the `withMetadata` of [sharp](https://sharp.pixelplumbing.com/api-output#withmetadata).

Meanwhile you can write exif data using sharp (based on libvips): https://sharp.pixelplumbing.com/api-output#withmetadata But there might no other native nodejs implementation.

@llaville Sorry, I can't share the source code. Unfortunately it happened when analyzing proprietary code. Why should a PHP linter have a memory limit, and an another one not? Just...

You might also add the neuronal network `extractor_2.h5` file to the container. So it does not download 162MB every time you run it. The web server hosting it is not...

You might also add the neuronal network `extractor_2.h5` file to the container. So it does not download 162MB every time you run it. The web server hosting it is not...

I can confirm strange Windows Container / Docker behavior on both `ltsc2019` and `ltsc2022` using my [Dockerfile](https://gist.github.com/stackcoder/082743b28d98aa274b8675a0d0dad8e0). However calling `Get-FileHash` didn't fixed it for me, but mounting DynamoRIO as a...

Sure, but dynamic DNS is publicly available and requires additional config on the peers. This approach allows keeping all data on the registry itself.

@bookser Unfortunately InfCloud seems to be unmaintained since almost 9 years now, the last release was published 2015. But it still works so far. I can supply a patch /...