Jaeho Shin

Results 28 issues of Jaeho Shin

from parameter expansion, as technically, the `{x..y[..incr]}` syntax is not really part of bash parameter expansion but brace expansion, which immediately follows in the doc anyway. See: https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html#Brace-Expansion

## Why `pip install nmslib` fails to build on M1 Apple Silicon macOS due to `-march=native` flag: ```bash $ python -c 'import platform; print(platform.platform())' macOS-11.4-arm64-64bit $ pip install --no-deps nmslib...

https://github.com/HazyResearch/deepdive/blob/master/doc/doc/advanced/incremental.md http://deepdive.stanford.edu/doc/advanced/incremental.html - [x] Fix typos and formatting issues causing confusion - [x] Migrate to the `deepdive run` command within the .sh scripts - [ ] Provide more `deepdive` sub-commands...

enhancement
documentation

As we're bitten by silly bugs like #495, we should find a way to install GP and run a few segment instance on Travis. We could also run test suites...

testing

Hi, I've modified Reader Notifier Reloaded to show Favicon of each feed item's site in the menu and Growl notifications. Please pull my work if you're interested! I'm providing prebuilt...

Get rid of GUI's dependency on Oracle's com.sun.net.httpserver.*, and reimplement the HTTP server part with Jetty. This was one of the comments raised in https://reviews.apache.org/r/25971/.

We have everything to provide intuitive Direct Manipulation to the user. Yet, the current GUI forces the user to type the exact vertex id, or it refuses to generate test...

- As the command-line script `giraph-debug` does by hadoop fs -ls, show a dropdown of debugged jobs instead of a empty text input. - Even better would be to allow...