Robert Brenckman
Robert Brenckman
**Is your feature request related to a problem? Please describe.** GPIO pins can be cleared, and this comes with the warning that it may break other plugins. Unfortunately, it breaks...
**Describe the bug** Printing is paused at start of print due to filament sensor not having input high, despite filament sensor being disabled. This is a followup to this thread,...
**Is your feature request related to a problem? Please describe.** At the moment, there is no good way to evaluate if your inputs are working as intended. As far as...
I tried setting up a new image of Octoprint tonight, only to fail multiple times because once it was set up, I had no way to access the headless device....
XML Tags to clarify usage of Opening/Closing Identifiers Unit Test for `Compiler.WrapIdentifiers` and `ReplaceIdentifierUnlessEscaped` (the latter was just renamed according to the method name) Unit tests written to showcase issue...
I have 2 databases that I am working with, and I need to update data in DB1 from the data residing in DB2. My current method I've been using (prior...
I'm running this through some unit tests to play around with it while building myself a compiler to work with an AccessDB, and introduce the 'ALIKE' keyword to be in...
I wanted to re-work this to watch Twitch.tv/warframe, and after poking through the code, I feel like it could work great. The only hiccup would be actually getting the specific...
So firstly, this is my first time delving into MVVM and WPF, and I'm migrating a winforms app. I've already refactored the program's business logic into a dll, and have...
I'm working on an extension that generated multiple files as a CustomTool. As such, I want to add these under the associated file that causes the custom tool to run....