Alex Brown
Alex Brown
DMAC_CTRLB_SRC_DSCR is a mask, not a canned enum value. replace with the numerically equivalent DMAC_CTRLB_SRC_DSCR_FETCH_DISABLE, ditto DMAC_CTRLB_DST_DSCR and DMAC_CTRLB_DST_DSCR_FETCH_DISABLE. this should have no effect except for readability.
https://github.com/jordansinger/todo-macos-swiftui-sample/blob/493b98f3825511b46a6d2ca700a7b39dec2ab511/Todo/ContentView.swift#L82 Thanks for sharing your project! I'm trying to understand how people solve this task list problem. I am unhappy with my own solutions so far. I'm going to understand...
When using emacs for development, the lovely paredit allows brackets to be placed and moved efficiently, and prevents para-breaking edits from happening. http://emacswiki.org/emacs/PareditCheatsheet I would love to see this in...
When a <a> link is clicked in right pane (or other url/history setting events occur), location-bar should be updated with the new URL. When a file is saved, the current...
I assume this is a namespace issue, doesn't happen in emacs but does in catnip. When I save a namespace file the minibuffer goes (in-ns) to that namespace. After that,...
Flush with the knowledge that Clojure symbols can have '-' in them, I find myself creating file like this: test-svg.clj or worse test-svg However, Clojure's build system expects that a...
DiffusionBee downloads about 9GB of models These are placed in a nonstandard location, making it hard for the user to discover and remove them when they are no longer wanted....
DiffusionBee downloads 9Gb of models. These are updated occasionally. For users backing up their drives (this should be everyone!) this un-necessarily fills the backup with content that can be easily...
### Steps to reproduce the problem 1. Using the web interface 2. In a host whose response time is > 3 seconds for posts 3.type a post 4. Tap submit...
# TL;DR; When swiftLint is invoked like this: ``` swiftLint --config /path/to/SwiftCode ``` on a folder ``` /path/to/SWIFTCODE/ ``` where config includes an exclusion ``` excluded: - subPathToExclude ``` excludePaths...