-
-n should respect -vv verbosity settings.
-
As a part of checkers stabilization and testing process, I'm going to check several projects with latest `gocritic`. Everyone are welcome to join this activity.
:heavy_check_mark: [Go/CL135835](htt…
-
https://github.com/k0kubun/pp
The `pp` package is excellent for colorized debug printing.
I suggest adopting this as `#dp` method for Goby's debug printing.
I suppose implementing `Class#dp` wi…
-
Currently the Goby command line parser requires the field value for all protobufs. We should change booleans to be a special case, e.g.
Currently:
```
--is_foo true
```
Would be better as (fo…
-
# `break` bug
NoMethodError: Undefined Method 'errorOut' for
from /Users/julio/scratch/breaktest.gb:15
### Goby version
0.1.10
### GOBY_ROOT
### Go version
go1.10.4
### GOROOT
/usr/local/g…
ear7h updated
5 years ago
-
From a discussion elsewhere:
Is it just going to like `killall socat`? Maybe it would be better for the launch script to be able to tag a command, like one of:
```
[kill=SIGTERM] socat --whatev…
-
Hi,
I run "java -Xmx750m -jar igv.jar" but I got an error such as "Unable to access jarfile igv.jar". What is the path of the 'igv.jar'? igv.sh and igv.command are not working as well. Thanks!
tay45 updated
5 years ago
-
I'd like to make a release for various milestones in the repo. It looks like the first 1 coming up is 100 languages. We're just one away, and I figure I can add that tonight.
To kick things off, I…
jrg94 updated
5 years ago
-
Not sure if this is the right place to write this issue.
Using Laravel + Vue + Pusher all the latest versions. It all works great and on first load there are no warnings in my Chrome console but th…
-
Actually, I found the undocumented behavior some months ago, and the st0012 and I left this as is by now.
Goby's modules can be instantiated:
```ruby
#Goby
module Foo
end
Foo.new # m…