Adam Frisby

Results 7 issues of Adam Frisby

Hi there, A simple bug report - I'm seeing if I can't patch it now; however the following JSON will fail: `[{"response":"STATE","type":"gameid","id":3},{"response":"STATE","type":"dice","dice":[[1,0,0,1,0],[1,0,0,2,0],[1,0,0,3,0],[1,0,0,4,0],[1,0,0,5,0],[1,0,0,6,1]]},{"response":"STATE","type":"players","ids":[1404,null,null,null,null,null,null,null],"names":["Player Name","Player 2","Player 3","Player 4","Player 5","Player 6","Player 7","Player 8"]},{"response":"STATE","type":"turn","turn":1},{"response":"STATE","type":"rolled","rolled":0},{"response":"STATE","type":"points_so_far","points":0}]`...

bug
tech debt

Hi there, this looks incredibly useful, but I can't see a license in the source code? Would it be possible to get you to clarify which it is under? Thankyou!...

First up - **big kudos**. Really great work, by far the best I've seen. I just wanted to point out that the generation of the mesh from the field is...

StreamingHubClientBase.cs has multiple locations where it traps exceptions, and by default, silently eats them; preventing them being handled appropriately. StartSubscribe() (line circa 139 and circa 161) can receive RpcExceptions and...

area-Client

Line 381 of StreamingHubClientBase.cs requires aggregateException to be not null to add an exception to the list; except it is always null, and thus can never be added; resulting in...

bug
area-Client

The built-in HttpHandler supports a AllowAutoRedirect option (default: true), which will follow 302/etc redirects automatically. Could a similar option be added here? (right now redirects are not automatically handled)

Hi Cinder (and/or any other maintainers). I just wanted to reach out from the SL Mobile Team, which I am working with; we've been using LibreMetaverse extensively for the SL...