Era Dorta
Era Dorta
It'd be nice if lists could be exported and imported in that app. This would be useful for example when changing phones.
I have created an extension of GameObject that allows them to be used as buttons. I think this is usefull if anyone wants to make a game with chingu that...
If I understand correctly, equation 11 in the paper is computed [here](https://github.com/casperkaae/parmesan/blob/master/parmesan/layers/flow.py#L64), where for a batch of 5 and with 3 features, `h'(w^t + b)` should have a shape of...
I see no icon in ubuntu 22.04 and when I run the test script https://github.com/TheWeirdDev/Bluetooth_Headset_Battery_Level/blob/master/bluetooth_battery.py I get the following error if I'm not connected to the device ``` Traceback (most...
The cursor becomes size set by scale 100% when using an HDPI display even if the scale is set to a larger value, like 200%. This makes the cursor much...
filters.gaussian instead of filters.gaussian_filter border_mode='nearest' instead of border_mode='edge'
Under certain error conditions `prime-select query` might return `unknown` rather than `nvidia` or `intel`. It'd be nice to have that case included, with a custom icon so that the user...
This PR exposes the `initializer` and `initargs` arguments of the `ThreadPoolExecutor` method. One useful example of this is integrating with `tqdm` to get a progress bar, as was requested in...
This PR builds on top of #67 and makes accessible the files of the attachments. One use case of this is to delete the files after they've been received. Both...
The send function [here](https://github.com/filipre/signalbot/blob/master/signalbot/bot.py#L186) is type hinted as returning an `int` but it the timestamp variable is a `str`. I'm happy to make a PR to fix it but I...