-
MartyPC build:
Branch: `version_0_2_0`
Commit:
```
commit 587693817c7efba9dab1a0356bd6688e0cc2898e
Author: dbalsom
Date: Mon Dec 25 10:31:53 2023 -0500
Make some types public for compi…
-
```
int check_rom(char *filename)
{
int r;
FILE *f = ajunzip(filename);
r = f == NULL ? 0 : 1;
if (r)
fclose(f);
else
show_message(filename, "is not a valid ROM!");
return r;…
-
Hi,
I need to store two entites, one is file system and another is client. they are mapped many to many in real world, means, multiple FSes could be mapped to one client, while mulit clients could …
-
Dear jcwarner,
Currently, I am working on coupling ROMS and SWAN. I have successfully run each model individually, and I have also successfully coupled ROMS and SWAN. My question is, when I compare…
-
Hii
First of all thanks for this amazing module
In my device it is crashing while opening recents panel I am unable to open recent panel .
I am attaching logs.
[Lawnchair bug report 24 Aug 2024 …
-
Hello! I'm not sure how much work this would entail and understand if it is rejected, but I have some old android devices which can't receive android updates, and would like to continue to use them wi…
-
What is the Pinout for ADDRESS and DATA as laid out on a standard Pi Pico? I.e Does DATA 0-7 correspond to GPIO0,1,2,3,4,5,6,7 etc?
-
### Checklist
- [X] I can reproduce the bug with the latest version given [here](https://github.com/FossifyOrg/Phone/releases/latest).
- [X] I made sure that there are **no existing issues** - [open]…
ka259 updated
3 weeks ago
-
Prevent LOH allocs by implementing ReadOnlySequence on specific type handlers
Looking into this for large text and json(b) column values I already see some support for writing `ReadOnlyMemory`. Now…
-
Hi! I'm using wasmboy's [embed feature](https://github.com/torch2424/wasmBoy#iframe-embed) to create [little pages](https://qguv.github.io/undercooked/play/0.0.5.html) that let you play builds of a ga…