Josh Cheek

Results 24 issues of Josh Cheek

Hi. We've got a build tool that does things based on what changed. For example, due to deployment constraints, we need database changes to go out separately from code changes,...

question

# from yoncetheme.com: ![image](https://user-images.githubusercontent.com/77495/53895951-b86b7480-3ff8-11e9-9681-b995e4a72e9d.png) ----- # from https://github.com/minamarkham/yonce: ![image](https://user-images.githubusercontent.com/77495/53896013-dc2eba80-3ff8-11e9-809c-4368df1a2752.png)

Hi, I'm on Mac OSX Lion, using Ruby 1.9.2 (tried on p180 and p290) When I try to do anything (ie `laser -h`) I wind up with a stack trace....

Hi, keybindings here are clobbering keybindings for other packages in other contexts. I think you should be able to scope them to apply to Clojure or Lisp or something. Probably...

Hi, I'm reading https://education.github.com/ and having difficulty understanding how this is different from normal github. Eg under student features, it lists "Stop emailing code" (you can already do this by...

I'd like the ability to help fish guess autosuggestions. --- For example, if I run: ``` $ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not...

enhancement

https://github.com/JoshCheek/atom-seeing-is-believing/issues/25 was opened against my package, thought I'd play around and see if I liked anything. However, it doesn't look like there is any way to do it. Here are...

enhancement

Version: ```sh $ ruby -r childprocess -e 'p ChildProcess::VERSION' "4.1.0" ``` The `host_cpu` changes between patchlevel versions: ```sh $ ruby-install -c -j12 --no-install-deps -r "$HOME"/tmp ruby 2.7.2 $ ruby-install -c...

Dropped rake task to sh because the tasks are more brittle than the binary interface, and ultimately it just shells out in the end, anyway. Was able to remove a...

A heredoc whose delimiter has a sequence of characters that look like interpolation, seems to get confused and embed part of the delimiter into the string body. --- Given this...

bug