Alex Pantechovskis
Alex Pantechovskis
I would be more interested in Linux/Mac OS version (Mono?)
Looks like it's still kind of complex, and now it's not possible to create installer if there is no `Build/Release/RELEASES` file.
> i will be rename namespace at next release. If it is not a [major](https://semver.org/) release (3.0.0) you should not just rename it because it will break compatibility. Maybe mark...
Bump. Looks like it is indeed does not work as intended. ``` >>> barcode.get('ean13')('1234567891234', no_checksum=True) ``` instead of `1234567891234`.
I am too lazy to figure out how to build/install it :D But yeah, looks correct. Maybe adding some validation for the number of digits would be good. > Fix...
> Getting started with a postgres server was by far the most difficult and annoying part. What OS are you using? On Ubuntu (and I guess most of other modern...
I and others from #554 want a way to remove border. It is implemented in #622 but we did not find a good way so far to introduce such setting...
#1100 probably can't allow https://github.com/flameshot-org/flameshot/issues/954#issuecomment-697664740 because it would probably need to have the titlebar in order to be movable while having editing tools, so it would still need to have...
Yeah, would be cool. Not sure if it's easy to add for all OS/DEs though... For Wayland on Gnome looks like there is a flag for that (1st parameter) https://github.com/lupoDharkael/flameshot/blob/master/src/utils/screengrabber.cpp#L50...
For Wayland also #446 suggests a DE-independent way of taking screenshots, which doesn't seem to have the parameter for cursor too. (though maybe it just always includes it?)