Juan B. Rodriguez

Results 33 comments of Juan B. Rodriguez

That can't be customized currently. You can play around with mlog.DefaultFlags, which can be customized via standard go/log flags. Other than that, I guess it would need code change.

Hey, thanks for the heads up !! I'll fix it in a couple of days

I had seen these errors too when testing unBALANCE, but I thought they were related to the interaction between fuser and a docker environment. They seemed harmless to me as...

So, I was giving it some more thought and .. what's the difference between react-native-dotenv and just having an .env (in json format) that you can import .env ```js {...

You can also check https://github.com/Microsoft/react-native-code-push/pull/1035/files

Hi, I'm trying to run nzbget under macOS from the command line (haven't installed the app). ``` nzbget -s -c /path/to/config ``` I get these errors ``` Could not set...

Let me tell you that you're the man @hugbug ! I had duplicate CertStore and CertCheck (copied my nzbget.conf from a previous install that worked with NzbGet.app).

Hi @akonwi, how feasible would it be to have a GitRebaseInteractive command that would work similar to the GitCommit command ? Is it more difficult because of the potential two...

In any case, I'm currently using the solution presented here https://aj-foster.com/2016/git-commit-atom/. I modified the script to work for git-rebase-todo as well as for COMMIT_EDITMSG

@roblafeve sure ... Using https://aj-foster.com/2016/git-commit-atom/ as a base, I modified the script in the article to read git-commit-atom ```bash #!/usr/bin/env bash # Get the location of the file to edit...