Catalin Ancutei
Catalin Ancutei
Doesn't the `debug package` configuration work for you? I believe what it does is run `go build .` then starting the resulting executable, basically what `go run .` does under...
I think this problem occurs when the machine is joined in the Active Directory. It seems that `user.Current()` makes a request get the user info from the active directory which...
I could try to implement this fix myself if @gokcehan thinks this is good way to solve this. > I think this problem occurs when the machine is joined in...
> Really frustrating that despite the great efforts of the team here the latest 22631-compatible release doesn't work with 22635 (just four more numbers! lol). Hope this gets merged soon...
I don't think we have other options that have a different default value depending on the os right? Maybe making this the only one will be a bit inconsistent and...
Applied the suggestion, tell me if there is something else I should change.
> > How does `ratios` do this? `ratios` as the name implies is always relative. If you make your terminal twice as wide, every pane will be twice as wide....