Bryce Glover

Results 11 issues of Bryce Glover

     Twice now, I've been working in different repositories and wishing that '`git imerge`' had an equivalent to '`git rebase -i --preserve=merges`' I could use to 'rebase with history.' For whatever...

@BjarneStroustrup: **N. b.:** This issue is a fork of discussion started in #1 meant to prompt resolution of some issues described and/or encountered throughout the course of its history. Additionally,...

bug

@foonathan: Have you considered extending cppast so that it can work not just with Clang, but with any C++ tool that supports Microsoft's [Language Server Protocol](https://github.com/Microsoft/language-server-protocol) — for example, [CQuery](https://github.com/jacobdufault/cquery/)? Just a...

enhancement

     Currently, WindowServer's SystemUIServer's and LoginWindow's implementations duplicate some identical code that would, ideally, be consolidated and shared between them, likely in a shared framework private to WindowServer. This includes, but...

GUI
Menubar

     macOS has a useful '`ditto`' command ('`man`' page: [SS64.com](https://ss64.com/osx/ditto.html), [Unix.com](https://www.unix.com/man-page/mojave/1/ditto/).) airyxOS should have an implementation of it; track creating that here.

hacktoberfest

### OS/Environment None yet, but I'm working on OS X v10.11.6 'El Capitan' client-side. (See 'The way of deployment (cloud or local)' below for details on considered server infrastructure.) ###...

documentation
good first issue
hacktoberfest

@zyedidia: Could you make it so that I can nest `@book`s if I can't do so already? What I'd like to do is have a top-level `@book`-directive file containing the...

When I ran `loginitems -l` under `su -l $OTHER_REDACTED_USER`, I got the following error from `osascript`: ``` /usr/local/bin/loginitems-ls:68:72: execution error: An error of type -10810 has occurred. (-10810) ``` I...

help wanted
wontfix

     Currently, there isn't any documentation on how you're supposed to create a Discord bot account to use with the '`slack2discord.py`' script from this project. I had to look elsewhere for...

     See my commit message(s) for details. I could have changed the script to commit any new submodule changes, but ~~it doesn't seem that~~ this subdirectory is ~~meant to be tracked~~...