Rob Stewart
Rob Stewart
Hopefully the code below is self explanatory. Due to a lack on a Vector Generic instance, I cannot use `simpleFunction` on `g`. I also cannot see how to use `fromVector`....
vokoscreenNG doesn't currently allow the frame format for a webcam to be specified by a user. My webcam for example supports the following resolutions in YUV format up to 30...
**What version of textlint are you using?** 11.0.1 **What did you do? Please include the actual source code causing the issue.** Running textlint on a file with an arbitrary file...
**What version of textlint are you using?** v11.0.1 **What file type (Markdown, plain text, etc.) are you using?** org-mode markup. **What did you do? Please include the actual source code...
Feature request. It would be great to be able to include in the LaTeX file a number of compliant code examples, to give a flavour of the language specified by...
Hi, I've been playing with oclgrind for a while, I'm finding it really useful. I teach OpenCL. Having each student compile from source on their own machines might create some...
Hi, In the YouTube talk "ZuriHac 2015 - Distributed Programming in Haskell" [here](https://www.youtube.com/watch?v=qlnU73a3Cw0) given on the 27th July 2015, @mboes points out that porting distributed-haskell to the static support n...
The Orcc simulator does not agree with the C backend about compositions of arithmetic operators on 32bit and 64bit integers. The simulator is correct, the C backend is incorrect. For...
When I create an Eclipse instance from my Orcc development environment, I am often inundated with: ``` !ENTRY org.apache.log4j 2 0 2016-11-21 16:11:51.856 !MESSAGE org.eclipse.xtext.conversion.impl.AbstractLexerBasedConverter - Only terminal rules are...
When I obtain an actor from an instance with `instance.getActor()`, the `.getIncomingPortMap()` and `.getOutgoingPortMap()` methods both return empty maps. This is the case even for actors that are connected to...