Johannes

Results 34 issues of Johannes
trafficstars

### Description: Performing the undo action, such as with keyboard shortcut `Ctrl+Z` will clear the editor text field if no other actions are on the undo stack. I have had...

pinned

While the Hello World script is useful to get a small taste for what premake can do, I feel that there simply are not enough examples for someone to look...

enhancement
help wanted
question

**Describe the bug** Under certain conditions, reloading the google images search results window while an image search result is selected will cause the 'View Image' button to not appear after...

bug

Configuration settings for Hourglass seem to currently be in a somewhat unintuitive directory in `AppData`: ![image](https://user-images.githubusercontent.com/662874/135926510-629780f5-6f8d-42b7-9d27-fb590d475ccd.png) I'd like to be able to set a directory to be used instead, so...

enhancement

# The Overview As part of my workflow it helps for me to have a dedicated timer for specific tasks, and so I like having 2 or 3 timers up...

enhancement

When running through a local webhost in Chrome `Version 96.0.4664.110` for Windows, I get these errors in the developer console when viewing `/alpine-app/index.html`: ![image](https://user-images.githubusercontent.com/662874/147429519-5eefcdcf-122a-4e1c-86c4-99c4be17e58e.png) Attempting to add an item using...

Love the video and that you shared your source-code, really brilliant stuff and I'll definitely be digging into that for some inspiration there for my own projects. This is not...

The following c++ code: ```cpp A::B obj1; LongNamespace::C obj2; ``` Aligns on the colon character: ```cpp A: :B obj1; LongNamespace: :C obj2; ``` This of course is not valid C++...

I'm looking to make a mod that modifies models in [Untitled Goose Game](https://store.steampowered.com/app/837470/Untitled_Goose_Game/), so am attempting to export some models. The game extensively uses vertex colors, as you can for...

The first section, "Write Standards-Compliant Markup", covers incorrect nesting of tags. The next section, "Make Use of Semantic Elements", covers using semantic elements instead of meaningless classes/etc. However the 'bad...