Tyrel Haveman
Tyrel Haveman
The 1.7 spec says that RFI takes one value (though it doesn't say what it does with it). As such, some assemblers require that a value is specified, however yours...
I'm developing a KVision app where we need to display a webcam image (JPEG) and update it every 60 seconds. The JPEG file can be served from a controller on...
This fixes #284 by allowing you to specify the order of the jobs. It's not a super fancy UI, but it works. In a text field you can specify what...
I have a notes repository I'm syncing using Gitdoc. Last night I was on another computer and made a bunch of changes to some notes and committed and pushed. This...
Use relative paths instead of absolute paths so that if OctoPrint is not in the root of the domain (or is behind a proxy), the files can still be found...
I cannot find a way to encode a forward-slash (`/`) into a `path` in HTTPBuilder (as `%2F`). Example: ```groovy def http = new HTTPBuilder('https://gitlab.com/api/v3/') http.setHeaders ['PRIVATE-TOKEN': API_TOKEN] http.get(path: 'projects/group-name%2Fproject-name') {...
Hi! I ran across your project because I was looking to see if there was anyone working on an open-source solar inverter, in order to get around problems I and...
We're using TestNG Eclipse Support 6.8.6.20130517 on Eclipse Platform 3.7.2.v201202080800. We have several tests that are defined by ``` java @Test(groups = "runtime-tests") ``` at the class level (not the...
We're using TestNG Eclipse Support 6.8.6.20130517 on Eclipse Platform 3.7.2.v201202080800. We have several different test groups defined, and have created several run configurations for those test groups. If I bring...