-
```
What steps will reproduce the problem?
1. Create a GWT project using the GwtEarth example code from
(http://code.google.com/apis/earth/documentation/examples.html). SVN url:
http://earth-api-sam…
-
UNetbootin is one of the primary install vehicles for GNU/Linux operating systems. Ergo, it requires a high level of trust.
Given what we know, this project absolutely needs to adopt more secure and …
ageis updated
8 years ago
-
```
Projects have some properties, the one I am interested in is whether to store
relative or absolute paths to files.
a) I would prefer this to default to relative. It makes projects more port…
-
```
Projects have some properties, the one I am interested in is whether to store
relative or absolute paths to files.
a) I would prefer this to default to relative. It makes projects more port…
-
The downloaded version of libfrida-core.a (inside the Linux 64-bit devkit) does not include any reference to memfd_create. (grep memfd_create libfrida-core.a returns nothing) However, when compiled on…
-
### Bug summary
**Problem**
When I request more than 100 max results (for example: `maxResults=200`) via:
```python
client.search_issues(jql_str=jql_str, maxResults=200)
```
I expect the clie…
-
![image](https://github.com/OepenerPlatt/plantuml/assets/67123535/1b6306e6-7dff-43e2-ba33-acd60643343e)
![image](https://github.com/OepenerPlatt/plantuml/assets/67123535/8cce3a98-6bd3-4f3a-aad6-e1363…
-
I tried to compile `pbpctrl` for MacOS.
To solve dependency issues, I installed the missing packages: `brew install dbus protobuf`.
Then I ran `cargo build --release --target aarch64-apple-darwin`, …
-
Hi, awesome project and awesome work on the emulator!
I noticed you use a classic Makefile with some convoluted logic to build the executable and the cross-compilation is not the best experience so…
-
Ulterior motive: decouple device logic from UI to make it simpler to split main project into app and lib projects, and also to inject a test stub in place of the IOS lockscreen code to test that it's …