-
This is a discussion thread for **further development of food, food preserving methods and all related things**.
I'm making this tread, becouse of recently merged changes, to diagnose if and where th…
-
Maybe we can escape them, or it might also not be important at all.
COMMENTS IN ORIGINAL JIRA
ProcessBuilder is supposed to be escaping arguments - this might get ugly if we need to start doin…
-
quotes should be added in garden.bat to be
```
python.exe "%~dp0garden" %*
```
instead of
```
python.exe %~dp0garden %*
```
-
### Versions
* Python: 3.6
* OS: Mint Cinnamon
* Buildozer: 1.0
### Description
When I try to compile the app either with "buildozer android debug deploy run" or simply with "buildozer andr…
-
* Python: 3.7.7
* OS: MacOS
* Buildozer: 1.0
### Description
I get build successful. I copy the android apk. I install it on different phones. I click to open it and I get immediately app clos…
-
Would be nice to sort notes by date of last edit or alphabetically
-
Steps to reproduce:
1. Setup sgx-ra-sample as per project description
2. Execute `./run-server` script
3. Execute `./run-client` script
4. Expected: full attestation process is completed
5. Act…
-
I started hacking in a CopyOut function and accidentally ended up refactoring copy in general.
Ironically the binary part isn't done, basically format binary will require a copyfromsource-type but …
-
Can you please also describe if spec.tls field is needed after adding the label 'garden.sapcloud.io/purpose: managed-cert'
in metadata?
If spec.tls is needed, can I put a wildcard hostname like f…
-
Near the end of `statsmodels.api`:
```
chmpath = os.path.join(os.path.dirname(__file__), 'statsmodelsdoc.chm')
if os.path.exists(chmpath):
def open_help(chmpath=chmpath):
from subpr…