Joel Martin
Joel Martin
Using firefox-16.0a2 (16 aurora), the demo runs but there are some problems. This is running Ubuntu Maverick on a 8 core system with Radeon 5700 series GPU. - When selecting...
I'm working on a project that creates test.check/chuck generators based on EBNF grammars. One really useful feature that I would like to implement is inline weight information: ``` foo-rule =...
Suggestion for one possible approach to retaining comments in the parsed grammar (issue #178). This adds a new :comments field to nodes in the tree. Comments that are inside rules...
This proposed change keeps track of all the paths take through the grammar during parsing. I'm using instaparse with this change to analyze a corpus of test cases and then...
@asarhaddon had a modification to how self-hosting works (captured here: https://github.com/kanaka/mal/pull/400/commits/809d74cba78643b1a452fe80e810cc3c0ce4f4e6) that triggered some issues in fantom, haxe, io, nasm, powershell, r, rexx and vala. Here is the Travis self-hosted...
It would be nice to be able to use one library for both WebSocket servers and clients. It looks like currently only creating WebSocket servers is supported by http-kit.
Consider the following code: ``` (module (memory 1) (global $memoryBase i32 (i32.const 0)) (data (global.get $memoryBase) "abcd") (func $main (nop)) (export "_start" (func $main)) ) ``` Attempting to compile with...
VMWare implements some extensions to the protocol that would be interesting to support in noVNC. I'm unlikely to personally get around to this (and don't have access to a ESX...
To encourage people to use wss/tls encryption, we should make it really simple for people to implement a signed cert using letsencrypt.org (which should be going into general availability in...