xuhcc
xuhcc
There could be a good reason for resubmitting the same messages. For example, someone may want to resubmit cart to overwrite messages submitted by the briber.
In the latest UI update we added a link to https://wrapeth.com/ to help users with wrapping. We may add automatic wrapping in the future, though mainnet remains our primary goal.
This could slightly improve loading time for project pages (1 backend request instead of 2), but the recipient registry contract will need to store metadata (or a reference to it,...
I'm experiencing this problem too on **bionic** branch under X11. Player starts and exits immediately after that if the file has no audio stream. Sample for testing: http://mirrors.standaloneinstaller.com/video-sample/TRA3106.mp4
Button is not added to change form even if `change_form` is True Button is added to change list only if `change_list` is set to True. Method signature seems to be...
Update: this library doesn't work if view signature contains *args or **kwargs. Buttons appeared only after I removed all wildcard arguments. And if view signature is `(request, pk)` the `pattern`...
@mrobinson Hello, what's your current position on releasing numbered versions? That would help with packaging.
@sjoblomj These markdown files are generated automatically from the official Beancount documentation at Google Docs. Please check [CONTRIBUTING.md](https://github.com/beancount/docs/blob/master/CONTRIBUTING.md) and issue #33.
Vagrant 2.3.6, VirtualBox 7.0.10 - same issue.
@inclement The main difference is that in `service_only` bootstrap services depend on [PythonActivity](https://github.com/kivy/python-for-android/blob/develop/pythonforandroid/bootstraps/service_only/build/src/main/java/org/kivy/android/PythonActivity.java) class. You need to start activity to extract python bundle and only after that you can start...