Simon Arlott

Results 50 comments of Simon Arlott

I don't think the version of pip affects this? When the setuptools/virtualenv/distutils bug is resolved then pipenv can depend on the newer version of those. The difference between `2022.4.20` and...

Those warnings are nothing to do with pipenv. They're coming from pkg_resources and would need to be reported to Ubuntu, but this warning has been present for several Ubuntu LTS...

> 1. Your expectation is unrealistic: the `JsonDocument` will always be bigger than the serialized string, and 16-bytes per object is already quite good. That's very large for a `uint32_t`...

I think the folders would need to be displayed with two touch areas - one that opens the folder and another that either: * Expands/collapses it in place * Navigates...

The [queryIntentActivities()](https://github.com/ligi/PassAndroid/blob/0b460ab68257e889c1fa7615ed1d0897d8d33ba7/android/src/main/java/org/ligi/passandroid/ui/edit/BarCodeIntentIntegrator.java#L334) call is returning no apps for `com.google.zxing.client.android.SCAN` (on Android 13). If I ignore this and explicitly use `com.google.zxing.client.android` as the package then it works. If I don't set...

Custom emoji could be handled by the server having a URL prefix and then a defined lookup URL that returns all the available image names for the network and for...

I don't think `${this.__name__}` is going to help because I don't want `a` or `env:b`, I need `b` which is the name of the environment. This is the only way...

Binary Eye [supports the com.google.zxing.client.android.SCAN intent](https://github.com/markusfisch/BinaryEye/blob/9a3ca4ffa3d103e35f0afe7605f5bae30ac985fd/app/src/main/AndroidManifest.xml#L67-L70) so it's already supported but Android isn't returning any apps when querying for that intent: #343

When I built the app for my phone I made it shorter ("PassAndroid" wraps awkwardly on two lines so I've named it "Passbook") and that shows up in my screenshots/videos.

> For 2D barcodes they become a bit too large when they're the entire width of the screen. They could do with a percentage (of available space) preference so that...