Steve J Donovan

Results 10 issues of Steve J Donovan

``` $ cargo-external-doc thread 'main' panicked at 'invalid JSON metadata: Syntax(EOFWhileParsingValue, 1, 0)', ../src/libcore/result.rs:799 note: Run with `RUST_BACKTRACE=1` for a backtrace. ``` An opportunity for usage text ;) ?

Just a tracking issue for projects. Apparently I've got the first published crate that uses Rhai as a dependency: https://github.com/stevedonovan/findr

I want to collect as many 'pain points' you have encountered learning Rust, so that we can highlight these things in the text, or even add a dedicated chapter. These...

Lake has some difficulty auto-discovering Lua on Windows if it isn't Lua for Windows. Also, it assumes that there is an import library for lua5.1.dll, and does not understand the...

Hi Michal! You use @override for interface implementations, and new SDK is picky about that, because it is not a true override of a method. After removing these, everything worked...

At the moment, detecting where errors occur in .proto files is not easy. I'm happy to work towards a PR implementing basic error handling in the parser, particularly line info.

pb-rs

Just curious, since it has been on the wishlist for a long time. Very useful feature when you deploy your own boxes in someone else's infrastructure.

`tests/annot/annot.lua` was broken because `summary` field of annotation item became a list.

help-wanted
feature-request

So, the hack that I am, replaced 'clang' with 'gcc' in compiler.rs, line 680. Things appeared to still work :)

Naturally, this causes some trouble for applications that need both `amqp` and want to talk to HTTPS as well.