Results 274 comments of refi64

Just tried again. Now it segfaults. :( GDB says: ``` Program received signal SIGSEGV, Segmentation fault. 0x00420f1f in lj_vm_exit_interp () (gdb) bt #0 0x00420f1f in lj_vm_exit_interp () #1 0x7feafab4 in...

IT WORKS!!! For some weird reason, I just had to rebuild LuaJIT. Do note that some of the fonts look a little odd, and Pango said: ``` (howl.exe:8180): Pango-WARNING **:...

Seems like I spoke to soon. :( Whenever I open the file with CRLF line terminators and hit "save", Howl screws up the line endings and inserts an extra CR...

@nilnor I just merged in the Windows changes with Howl's master, and the line endings work correctly now. I'm playing with the fonts still. Unfortunately, 80f4371f3426f4a1533eaab2e1fa7fb9f6fdd108 doesn't fix the `aux`...

So, this is what I've got so far for the fonts: - `Courier New` at size 11 for normal text (on Windows, 10 is really small and hard to read)....

@nilnor In [howl-autoclang](https://github.com/kirbyfan64/howl-autoclang), placeholder text is inserted in `finish_completion`. For instance, if someone selected `puts` from the completion list, the text `(const char* something)` or similar will be inserted afterwards....

@nilnor Sounds good! I've never used `gio` sockets before, but it doesn't look like a crappy API. I'll push the work to a `socket` branch when I start.

Not quite, I was sort of figuring it was largely superceded by @shalabhc's work on #376 though I'm not sure what's come out of that.

Tbh I think the main issue is just that you need to actually evaluate something to get the config, which makes it a bit harder to e.g. query for info...

Hmm, I'm still not entirely sure about the sandboxing approach. Whether bundles are directly grabbed off GitHub like now or go on some online bundle site, someone's going to have...