Torsten Curdt
Torsten Curdt
Sorry, no numbers. It probably also depends what you need it for. But we found the sqlite full-text search extension to be quite good/fast.
Did you track the number of open file handles to make sure that this really is the problem?
Also not clear to me: Why did you replicate the `control` file as yml? Why not just pass a folder with `control` and `postist` etc in it?
I guess it should be possible to just create a parser, add detection for postinst+friends and then create the exact same underlying model that is use atm. So the existing...
@xor-gate why do the `conffiles` need to be generated by `depkg`? (wondering)
Feels pretty dead. I ended up writing my own much simpler version of it. If find the time I am happy share it - but no promises on when exactly...
@matthewellis here is the relevant part: ``` installer_path = "#{target_dir}/#{env}.app" contents_path = File.join(installer_path, "Contents") macos_path = File.join(contents_path, "MacOS") resources_path = File.join(contents_path, "Resources") icon_path = "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/GenericApplicationIcon.icns" installer_name = "Install #{bundle_name}" bin_path...
Still needs some polishing but the heavy lifting should be done. https://github.com/stepanhruda/ios-simulator-app-installer/pull/30
> I'm undecided on whether IgnoreAltEmpty should be enabled by default. I'm leaning towards no. This both preserves existing behaviour and makes user think about what they're doing. I agree...
In my case the `img` is being generated by a markup conversion. So the `data-htmltest-allow-missing-alt` wouldn't really work for me. But on the other hand I wouldn't want to allow...