-
On systems which strictly use noexec flag for filesystems, creating new, arbitrary ones with exec flag means apps in sandbox will have more privileges than they would have on host.
This won't cover…
-
I've been poking around on the roguelike forums a bit, and the gblorb + interpreter thing really does seem to be a stumbling block for new players. There's also the problem of unsuitable but popular i…
-
While the logic for showing the Play Online button is working fine, it is sometimes the case an author would like to disable the button or prevent it from showing. There are games which are written on…
-
```
What steps will reproduce the problem?
1. open a zblorb game such as
http://hoosegow.googlecode.com/files/Hoosegow15.zblorb
2. the metadata such as cover or headings are not displayed or availabl…
-
```
What steps will reproduce the problem?
1. open a zblorb game such as
http://hoosegow.googlecode.com/files/Hoosegow15.zblorb
2. the metadata such as cover or headings are not displayed or availabl…
-
```
What steps will reproduce the problem?
1. open a zblorb game such as
http://hoosegow.googlecode.com/files/Hoosegow15.zblorb
2. the metadata such as cover or headings are not displayed or availabl…
-
Currently, if you change the active interpreter, the environment used in terminals updates to the same interpreter (or gives a UI signal that it is not using the same Python version). However, if you …
-
In Zeppelin, there's a standard way to return a table from different interpreters.
Zeppelin then can share the same front-end rendering code to render tables. [docs](https://github.com/apache/zeppeli…
-
```
What steps will reproduce the problem?
1.download pythonforandroid-r5.apx and install
2.Opens ok and see the 3 buttons
3.List interpreters
What is the expected output? What do you see instead?
Sh…
-
```
Attached is a patch implementing an arg to __init__ for all mocks that the
default _get_child_mock implementation can use to instantiate child mocks. This
can be used, for example, when subclass…