Omachonu Ogali
Omachonu Ogali
To be clear, you're referencing a repository with three versions. One version in each branch: - `main` - `iteration_0` - `iteration_1`
Is there a Figma/mockup available for what the UI is expected to look like?
I feel a better option would be to use the Golang stdlib data structures for null SQL values. Those will generally be supported by all Golang ORMs, including GORM as...
@cam-narzt I'm having trouble reliably reproducing this. Per the launchctl manpage, `load` and `unload` are legacy commands, that should be replaced with `disable` and `enable`[1][2][3]. When I started, I was...
I ran into this issue with a fresh install of Salt 3006.10 and it appears that the underlying issue is indeed that libgit2 cannot function without the `HOME` environment variable...
**reproduce.py** ``` #!/opt/saltstack/salt/bin/python3.10 import pygit2 import sys def main(argv=None): if argv is None: argv = sys.argv keypair = pygit2.Keypair('git', '/home/oogali/.ssh/id_testing.pub', '/home/oogali/.ssh/id_testing', '') callbacks = pygit2.RemoteCallbacks(credentials=keypair) repo_path = '[email protected]:libgit2/pygit2.git' pygit2.clone_repository(url=repo_path, path='/tmp/gitrepo',...