-
Thanks for your great work. I like this idea very much. I just have one question:
I have trained your code, but the result is not satisfactory. In your paper, "We firstly optimize Gsr with simulated …
-
...and the example is confusing:
```rb
Agoo::Server.init(6464, 'root')
```
This should work if the document root is at `./root` I guess. But the first time I saw it I tried to not pass the argum…
-
@anas-awadalla
Regarding [**this**](https://github.com/mlfoundations/open_flamingo/issues/168) posted issue, I have downloaded some of the MMC4 raw images using your recommended script [**here**](htt…
-
Implement a wabur init that sets up a project directory with default that run.
-
While trying to run the sample app it failed during initialisation.
I added the stack trace and some prints I added.
It seems the issue is that the `case` condition checks `prime_value` and not `oth…
-
Not to sound like a pain in the ass , but where do I get `wabur` Gem from?
(while assuming that the a simple `gem install` is available)
> The wabur Runner is used for this lesson. To start the Ru…
-
The current Configuration only allows the base to be set which causes wabur to create a wabur director and write data into it. It would be better not to assume the base directory is where the data sho…
-
While it is already possible to configure indentation for JSON from OpO runners, Ruby runner `wabur` doesn't seem to support this functionality.
-
Currently, `wabur` doesn't recognize a `--version` option and `-v` is used to adjust the runner verbosity.
- It'd be better to reassign `-v` to output library version along the lines of `ruby -v`…
-
https://github.com/ohler55/wabur/blob/bab28d05e747d2d2d870e1d8c8e5b4b527a62740/lib/wab/impl/init.rb#L137
Using backtick isn't recommended , for several reasons:
1. Alias for `cp` might cause une…