-
Thinking of reading this next: https://culturalheritagebooks.com/products/working-in-public-the-making-and-maintenance-of-open-source-software-by-nadia-eghbal
![image](https://user-images.githubuserc…
-
I have observed an issue where `TCPListener._accept` gets stuck in a busy loop on certain errors, including `EMFILE`.
I will expound below:
---
On POSIX systems (or more precisely, systems wh…
-
ponyc version:
```
0.24.0 [release]
compiled with: llvm 3.9.1 -- gcc (GCC) 7.3.0
Defaults: pic=false ssl=openssl_0.9.0
```
source:
```pony
actor Main
new create(env:Env) =>
confusing_e…
-
Enhancement that came up in issue #46
`-f "Pinkie Pie" -e "Cannon"` is the same thing as `-f pinkiepie_cannon` [the current name is `pinkiecannon`]
That is how it is described in issue 46. However I …
-
#### Is this a bug, feature request, or feedback?
Bug
#### What is the current behavior?
The help section is printed twice
#### What is the expected behavior?
Help section should only be prin…
-
Hi,
I compiled flashrom (without libusb) following the instructions given here:
https://www.raptorengineering.com/coreboot/kgpe-d16-bmc-port-status.php
Unfortunately, running flashrom fails w…
-
Following the discussion of [this issue](https://github.com/ponylang/ponyc/issues/1088) there was an agreement that the String class has some paint points that I myself ran into.
One issue is that …
-
hi man,i am so appreciate you project,but when i use it,i get the following warn:
starting FUSE filesystem unreliablefs
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'no…
-
```
sergeyb@pony:~/sources/MRG/packpack$ ~/.local/bin/tlacli
Traceback (most recent call last):
File "/home/sergeyb/.local/bin/tlacli", line 8, in
sys.exit(main())
File "/home/sergeyb/.…
-
If I have a Pony program with a use statement, all code from other packages will be included in code documentation generation. Running `ponyc mypkg --docs --pass docs` on the following code:
```pon…