-
The Linux and Windows builds of VVVVVV are not [position-independent executables](https://en.wikipedia.org/wiki/Position-independent_code) because the compilers used for these releases do not enable P…
-
We're investigating this for FNA's libraries, should be basically the same process for VVVVVV:
https://github.com/FNA-XNA/FAudio/pull/359
-
The ability to load loose music files was added, and VVVVVV now loads all 128 music headers if it can, meaning a lot more room for custom music. But it's not possible to load custom music from loose m…
-
Seeing this on `3.1.0-109.0.dev`.
Only in Analyzer: Uncommenting Foo, like the enums, complains that the case will never match.
```dart
sealed class Sealed {}
enum Enum implements Sealed {
…
-
I checked with valgrind that on every run it reports
"==2247== Warning: unimplemented fcntl command: 1033
==2247== Thread 32:
==2247== Conditional jump or move depends on uninitialised value(s)
==…
-
```
jille@azshara:~$ ls -l /var/lib/telegram-cli/*log*
-rw-r----- 1 telegramd telegramd 291 Oct 18 23:52 /var/lib/telegram-cli/telegram-cli.log.1.gz
jille@azshara:~$ sudo ls -l /proc/25258/fd | grep …
Jille updated
10 years ago
-
Wind left the game with the flag, and he took it on disconnect :/
![image](https://user-images.githubusercontent.com/11761833/55677471-2801a780-58b6-11e9-8298-920006d012db.png)
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
i want to use telegram on my company centOS.
so i did open firewall policy between telegram api server and company server.
inbound/outbound all...
open port: 25, 80, 8888, 443
telegram server: 149.154…
-
### saldl -v
### Describe the issue / How to reproduce
if there's a "&" in URL, it can't read the whole URL. For example,
it throw out this error.
'fid' is not an internal or external…