-
`ERROR: ld.so: object '/home/den4ik/gimno/libBunnymodXT.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.`
Then game crashes.
-
![image](https://github.com/user-attachments/assets/ef63d714-6e40-4dbc-ad7d-22690ebd5c2c)
-
To make my PSD setup accessible from off-premise, I've proxied it using EntraID/Azure App Proxy by installing the agent on the server, configuring an application
To start with this worked perfectly…
-
In order to encode smaller QR codes, the following changes could be made to the BIP 21 URI and the nested pj URI. All of these ideas are breaking changes and increase spec & implementation complexity.…
-
### Review Mojo's priorities
- [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities.
…
-
Hello, Our beloved MonnPlayer is the most powerful media player in the world, thank you so much for this awesome amazing media player! 💯 🥇
Recently my laptop broke down and I went back to using my …
-
It should only specify the number of total bits and number of fractional bits. The functions it provides, should rather be implemented in a module called e.g. FixedPointArithmetic. Perhaps there is a …
-
Hello, I was interested in the app, but I can't install it because I have Android 9 and 32 bits.
Google photos is horrible, and I tried "Aves gallery" but it was scammed and had errors that made …
-
Hello. I am reverse-engineering the binary protocol that the Gree app uses to talk to the Wifi unit, and I am seeing a similar packet structure. The status packet used for my unit has a length field o…
-
My weird protocol has a 'operation' structure like this:
```
struct SomeOperation {
#[protocol(bits=1)]
b7: u8,
#[protocol(bits=1)]
b6: u8,
#[protocol(bits=6)]
opcode: u8…