Robert D. Blanchet Jr.

Results 9 issues of Robert D. Blanchet Jr.

XCodeGen version: 1.4.0 from homebrew tap. Here is what my dependency section looks like: ``` dependencies: - framework: Vendor/Realm/Realm_iOS.framework - framework: Vendor/Realm/RealmSwift_iOS.framework ``` In XCode under the Frameworks folder they...

bug

I've installed the plugins `extract` and the `fzf` and the functions they provide don't work. ``` ❯ omf doctor Oh My Fish version: 6 OS type: Darwin Fish version: fish,...

plugins
troubleshooting

CMake supports bringing in dependencies via FetchContent. See: https://cmake.org/cmake/help/v3.19/module/FetchContent.html FetchContent is supported and works great in Visual Studio (when using Microsoft's built in CMake integration), Visual Studio Code (when using...

Hey, I changed the javascript so it appends the console output instead of stomping it each poll. The buffer on the server end is cleared each poll as a result....

Right now the server has all of the commands. It would be nice if the client (javascript) could also have its own commands - then the client and server commands...

I think the command history buffer should be moved off the server and instead let the javascript handle the history buffer entirely.

Would you consider changing the Windows 10 samples over to using the WinRT projections so the samples are standard C++? It seems with things like ProjectReunion this is going to...

This whole section should be rewritten or removed. I don't think it paints the language in a good light and is divisive. 'Good' programmers vs 'Bad' programmers. What does that...

**What happened?** Using `devspace dev` and then connecting VS Code via SSH to launch editor does not work on Windows. Same exact project in MacOs works fine. If I recreate...

kind/bug
bug