Chris Knott

Results 37 comments of Chris Knott

I think this must be some local configuration problem. Maybe Windows Firewall is interfering? Unfortunately I think this will be almost impossible to debug from here...

Are you drag-dropping the actual file, or text containing the path?

@bradrn thanks for looking into this, I will try and fix it this weekend. I am not particularly keen on bug fixes in this codebase because it's basically a prototype...

In implementation terms it will be a fork of CPython, with probably a Qt frontend. This will be more performant and more stable/robust. Design wise, I am not 100% sure...

I don't think this was a deliberate design decision, I just initially only thought of using it as a decorator. `_expose()` is just an implementation detail that I didn't realise...

This is by design. If you want to serve files outside this you need to open the files and return the data from a custom handler in Python

I will look into this this weekend

@sethwoodworth this is what I'm looking into at the moment, it might also allow backends with different languages with the same front end

@yairchu thanks for sharing this, I will watch it this evening when I can do it properly. I was gutted when GCJ changed the platform because it meant I couldn't...