Chris Emerson

Results 48 comments of Chris Emerson

@rgieseke Thanks for the pointer! I haven't been actively using Textadept for a while, but I'd be happy to merge a fix.

I've made a release of html2text and updated Cargo.toml to point to that.

Just at that point, the calendar started displaying with extra `||||||||||||||||||`, which turned out to be some animated flame implemented with `position:absolute` spans with CSS animation. I've added an arguably...

The workaround doesn't affect the non-coloured version - depending on how you feel about it I can apply it there too.

That does look like it'd make lots of bindings much nicer!

FWIW in one of my projects, I use a (declarative) macro which looks like: ```rust wrap_lua!(RServer impl () { "add_redirect" => server_redirect(mut), "add_literal" => server_literal(mut), "add_part" => server_part(mut), "shutdown" =>...

Hi, I guess the discussions might be a slightly better place than issues, but this is fine (and see below). rlua wraps a stock Lua interpreter (https://www.lua.org/), so any Lua...

I've done some investigation and experimentation, and have a proof of concept using LuaRocks (and some notes) from an rlua executable: https://github.com/jugglerchris/rlua_luarocks The example behaves enough like a `lua` binary...