-
Using ENV LANG/LC_ALL/LANGUAGE=en_US.UTF-8 didn't work either.
Getting distribution for 'buildout.recipe.uwsgi==0.1.0'.
Traceback (most recent call last):
File "/pony/build/lib/python3.4/site-packa…
-
```
What steps will reproduce the problem?
1. Put audio CD into internal drive (stock Mac Pro Superdrive) -OR- locate a
folder full of AIFF (or whatever files)
2. Use File | Open Audio CD -OR- use Fi…
-
Take for example this C function declaration:
``` C
void function(void *p);
```
I'm expecting to pass to it a `&I64` or `&I128`. [Pony's documentation](http://tutorial.ponylang.org/c-ffi/calling-c/#…
-
Hello !
After seem the announcement of pony on "Hacker News" I came here and read the main page at "http://www.ponylang.org/" cloned the repository compiled it and tested the "helloworld" example.
S…
-
I've been working through learning the language, and I worry that without namespaces for types, name collision may become an issue as the number of third-party packages increases. Naming types can be…
-
```
What steps will reproduce the problem?
1. use command with url for 4od programme (available on 4od website)
What is the expected output? What do you see instead?
Output:
./get_flash_videos
http:…
-
```
What steps will reproduce the problem?
1. use command with url for 4od programme (available on 4od website)
What is the expected output? What do you see instead?
Output:
./get_flash_videos
http:…
-
Apologies if this idea has been floated before. I did a cursory search and couldn't find anything.
The impetus behind this proposal is a [long exploration of the painful JavaScript modularity story](…
-
Code does not compile:
```
class Foo
fun apply(a: Array[Stringable val]) =>
None
actor Main
new create(env: Env) =>
Foo(["a","b","c"])
Foo([U32(1),U32(2)])
```
With following errors…
-
Cloudant just introduced an awesome new query system very similar to MongoDB. It would be very nice to also have this functionality build into a PouchDB plugin.
https://docs.cloudant.com/api/cloudant…