dark0dave

Results 12 issues of dark0dave

Not sure what this means: error obtaining VCS status: exit status 128 Use -buildvcs=false to disable VCS stamping. make: *** [Makefile:70: bin/kubent-darwin-arm64] Error 1

Attempting to make the max.poll.records a usable field, I know its available through the method call, however it would be useful to be able to call this method and have...

Added more to the gitignore, add a Readme with setup for linux and add direnv file Signed-off-by: dark0dave

Using auth crate so there are more options to authenticate, see auth crate for authentication options

Closes https://github.com/jschneier/django-storages/issues/941

We should probably have a customizable save directory, current its hard coded to: ``` $MyBGEE=@MyDocumentsDir ``` This obviously does not work for linux & macos, but would also break if...

I want to enable users freezing their submodules to a tag. Example: # Add git submodule add changes ```sh git submodule add --tag v34.3 https://github.com/Gibberlings3/SwordCoastStratagems.git cat .gitmodules [submodule "SwordCoastStratagems"] path...

new user

## Description Adding Gitlab support ## Motivation and Context Much like we support github we should also support gitlab ## How Has This Been Tested? Its still a work in...