Christopher Kumm

Results 8 issues of Christopher Kumm

After working my way through the tutorials for a while now, I wanted to give some feedback regarding code blocks with diff sections. For example: ![image](https://user-images.githubusercontent.com/40023417/153710819-0416b609-fb8a-4f94-80f3-cbe658312f6b.png) As you might imagine,...

### GitLens Version v12.1.2 ### VS Code Version Version: 1.70.1 (user setup) Commit: 6d9b74a70ca9c7733b29f0456fd8195364076dda Date: 2022-08-10T06:08:33.642Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Windows_NT x64 10.0.22000 ### Git...

bug

I often split my monitor vertically, with the Django docs on one side and my IDE on the other. However, the right column on the docs site takes up a...

I'm trying to use the `-d` (Draco binary path) option so that I can host the Draco files myself. Here's the command I ran and its output: ``` $ npx...

I'm having some trouble getting the Django Admin's `SimpleListFilter` to work with `SortableAdmin`. I've created a simple `models.py` and `admin.py` to demonstrate this. The error happens when a user clicks...

Thanks for this great library! Unfortunately I wasn't able to get it working with the latest version of Blender (3.3.1) because it's trying to access `bpy.binary_path_python`, [which is deprecated and...

After following the [migration guide](https://v4.gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/) and updating from Gatsby V3 to V4, I'm having problems with `useQueryParams()` in my project. I suspect it has something to do with how all...

**Describe the bug** Formatting the document causes quotation marks to be added around output markup that contains `| json`, which is not a safe formatting operation if the value being...

bug