Bernat
Bernat
I have the same problem on Debian Buster (it has OpenCV 3.2) and I guess it'll be the same when Debian Bullseye (OpenCV 4.5) is released. Shipping the libraries and...
While this is a good idea it requires an infrastucture that has to be built and maintained. Couldn't we, as an intermediate step, create a github repo where users could...
> Are you looking for a generic filter that pipes the current asset state through a provided command? If so you are correct that such a thing doesn't currently exist,...
I'm working on this and it seems pretty straight-forward for the output filter. Input filters seem a bit trickier. There should be a way to get the dependencies for the...
I think being able to rewrite relative paths for images in CSS vendor files would solve the most common scenario where this would be useful, vendor libraries. Image directories could...
Symlinking isn't the hard work here for me, I manually create the links and commit them to git. I can live with that without problems. The ugly part is having...
References like url('../img/loader.png') would fail. Most libraries use relative URLs. All these solutions are almost good enough, but not fully. The problem stems from AssetCompress being based on individual files...
Bad assumption on my part on your proposed solution. This could be a task not belonging in AssetCompress, maybe Composer, a Cake shell or some deployment tool, but I'm interested...
The Linux FF API is different to Windows. The Linux source code has [this comment](https://elixir.free-electrons.com/linux/v5.16.15/source/include/uapi/linux/input.h#L296): > All duration values are expressed in ms. Values above 32767 ms (0x7fff) should not...
Hi @Ultrawipf. I was following your work some time ago. I'm glad you're still working on it. It's very interesting and I hope I can get to try it sometime...