Damon Blais
Damon Blais
**Describe the bug** I have a Workspace with the float layout containing VSCode maximized (by way of F11 key.) When I start another application while VSCode is still running, its...
**Describe the bug** There is a specific list of Windows or WindowClasses that are 100% reproducible in being "lost" from your Workspaces (and thus, and orphaned window, without any way...
**Is your feature request related to a problem? Please describe.** When I maximize an application by using the `Super+Escape` combination, removing the top and left bars, it does so on...
**Describe the bug** Duplicate "+" buttons shown on the "second" (gnome display index 0, but xrandr index 4) left monitor (empty Workspace) The "first" (gnome display index 1, but xrandr...
Hello there! It is unclear within some examples how the "Template Name" is being set. While it is very obvious in the `simple` example: https://github.com/gin-contrib/multitemplate/blob/4955c9347179e540141d3ddbc6b3d4c0d0aa9b71/example/simple/example.go#L10-L11 It is not so obvious...
Hello, It seems that all of the following are broken: ``` jade #1 - var selected = (this.selected ? 'selected' : '') div(class=selected) Selected Item #2 div(class=(this.selected ? 'selected' :...
## Synopsis There are no examples for if/else (should this parser even support it.)
## Synopsis There are no examples for range/each. ```handlebars {{range $e := .providers}} {{ucfirst $e}} {{end}} ``` https://golang.org/pkg/text/template/
## Issue Summary **Dialect: `sqlite3`**: However, this issue is not related to the dialect. Using the `struct` format of `goqu` for `INSERT`s lead to... unusable queries, should you be (DRY)...
## Summary Pretty simple, #68 doesn't work in Webpack5 / NextJS. Fails at import requiring `fs`. ## Reproduction ```ts import { saveAs } from 'file-saver' import HTMLtoDOCX from 'html-to-docx' import...