Emma Smith

Results 305 comments of Emma Smith

People have gotten CPython to compile to asm.js (see https://github.com/jallwine/emscripten_test/wiki/Compiling-python-with-emscripten for an example). There is also [PyPyJS](https://github.com/pypyjs/pypyjs), which instead of jitting Python to machine code, jits to asm.js. An update...

I expected you would be, just wanted to share prior art for others 😃 I too am interested in submitting to work on this for the GSOC, but I don't...

Unless someone else wants to work on this, it wont happen.

Thank you for the fast reply! Here is the output https://gist.github.com/ethanhs/5f9809a7fc72bb27b4d76287d13a0975. It seems cmake cannot find a Python executable (also the "System cannot find the path specified" are concerning...). I...

I did not ignore it. I have multiple Pythons installed outside cygwin (both 2 and several 3.x).

I quite like the idea of using a dict for the `MyEnum::Foo` case. I'm not keen on having to create a new type for each enum variant (especially if there...

Yeah the GeoIP database errors are because we don't add the databases by default, you have to add them yourself https://develop.sentry.dev/self-hosted/geolocation/ It looks like in the install log kafka does...

It appears there is something wrong with the network based on the logs you sent. e.g. Sentry cannot connect to "sentrybinary.ml". Did you get any errors in the installer log?...

I think we should take another look at this, so re-opening.

Hm, that is rather odd. Can you confirm that all of your issues are correctly copied over?