blacktemplar
blacktemplar
Fixes issue #44. **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](CONTRIBUTING.md). - [x] I have checked...
The order of my tasks (all have the same priority) is due date descending, but I think it should be due date ascending. It is especially confusing in the agenda...
When I use Firefly Mobile on a phone with a locale that uses a comma as the default decimal separator everything works fine except the statistics on the Dashboard. The...
Adds a new Decorator renderMatch which can do changes to a match component. Furthermore it allows only partial Decorators, by using the default decorators for all not set parts.
I am used to the layout where loser brackets are drawn on the left side like here: (http://bbh.marpirc.net/k5/bracket.gif) Is it possible to give an option to draw it on the...
The requirement gulp-git uses require-dir 1.0 Since require-dir is broken with the new require from node 8 (this issue got fixed in require-dir 0.3.2) I get the following error: ```...
The current UI allows only text-based requests for all models. The newest models like gpt-4-turbo support also vision. This is a feature request to be able to upload an image...
The specs describe in https://github.com/ethereum/eth2.0-specs/blob/dev/specs/bls_signature.md#g2-points exactly the conditions when a G2 point is valid. I think a potential consensus attack on the eth2.0 network could be creating deposits which have...
I am using your menu component for a web application which is used on desktops but also on mobile devices. But for devices which only have touch support the menu...