Joel Anderson

Results 313 comments of Joel Anderson

I found that I could not revert merged files using `git checkout -- `. This command does nothing on the command line for this case. Instead, I have to use...

The updates worked like I expected. However, the "Mark Resolve" button should be "Mark as Resolved".

Yeah, this issue has been stuck for a while because it could be a major refactoring for the code. We can bump this to the next milestone if we want...

We also discussed an idea of having a separate field list that would then be reused for the the other features. For example: - Domino Visual Editor would reference the...

I was brainstorming more on this issue today, and I'm wondering if need to rethink how we are handling keys for the agents. The keys need to be unique in...

I'd like to start on a solution based on the `Create "ViewBuilder" based on FormBuilder` design described above. One change is that the views no longer need to be flagged...

@rat-moonshine's command was close, but it needed the --global option to work for git clone. The configuration option is described here: https://git-scm.com/docs/git-config >http.sslCAInfo > > File containing the certificates to...

I think we should set the global configuration value when "installing" Git, using the command I listed.

I did some tests with the branch actions on Windows. I was able to create a new branch, but the "Switch Branch" prompt did not open for me. I noticed...

For reference: I somehow triggered a case where .gitconfig was cleared on my Windows VM. This caused an error in Moonshine: : fatal: bad config line 1 in file C:/Users/vagrant/.gitconfig...