Travis Illig

Results 60 issues of Travis Illig

I'm working on getting a truly headless install working on a Raspberry Pi 4 using v1.2.2-EDGE. I'm doing all the install and setup work via `ssh` in a terminal -...

Using these settings in `settings.json` for a workspace... ```json { "plantuml.exportFormat": "png", "plantuml.exportOutDir": ".", "plantuml.exportSubFolder": false } ``` ...if I open a PlantUML document and select "Export Current Diagram," I...

Right now Subtext tries to handle every request coming in as a request for a blog entry. Unless it's a static file (based on a hardcoded set of extensions) or...

When running the SpeedTower.py script using the "speed" option, it seems the speed is manipulated [using `M220`](https://github.com/5axes/Calibration-Shapes/blob/654d5b5ea3a208d40b12a764f7fd6348ff012729/resources/scripts/SpeedTower.py#L132) which sets the feed rate of the printer. Unfortunately, after the slice and...

Status : Need to be tested

I wrote a simple plugin like this for Sublime Text and used [the `json-stable-stringify` library](https://github.com/substack/json-stable-stringify). It does the sorting but also already has the ability to plug in custom sort...

The format of the download links in [the release notes JSON](https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases.json) has changed such that the location of the download is no longer `.blob-sdk + platform-id` - the platform ID...

Is there a plan to implement this as a [global tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools) such that it can be installed with something like `dotnet tool install -g dotnet-sdk-helpers`? If not, would you be...

PowerShell throws an exception on downloading if the `./installs` folder doesn't exist before you try to save a downloaded item there.

There are several VS Code plugins that enable OpenAPI previews (like [this one, which allows preview in ReDoc format](https://github.com/42Crunch/vscode-openapi)) but there aren't any that allow preview for JSON Schema. This...

## Problem Statement Based on autofac/Autofac#1211 - it may be interesting to have the ability to conditionally enable interception based on a lambda expression. This does somewhat overlap with #29....