Nicholas Barone
Nicholas Barone
I want to work on this feature but really have no idea where to start. Any pointers? PS - Am currently poking around trying to figure out where to start.
AllTheKernels works with Xues, and python/ruby/javascript, but doesn't appear to work with BeakerX (for the whole JVM family). Thanks for the tip, to! I do want to at least try...
I'd like to see this feature, as well.
Hi, okay, I'm still running into various odd issues and can't actually tell if this is working, but this is the code that I wrote to make it happen. I...
We just ran into this, and I'm playing around with something like: ``` jobs: pronto: steps: - name: Checkout code uses: actions/checkout@v2 - run: | git fetch --no-tags --prune --depth=1...
Okay, cool, this would be the basic structure and usage: ``` module CoreExtensions module File module TimecopCompat def atime Time.now end end end end File.prepend CoreExtensions::File::TimecopCompat ``` What else should...
Also, I don't know where to report this, but it looks like the file info object returned by the `files.list` end point do not include the shares, while the file...
Fantastic. I'll carve out some time for these steps.
Okay, took a bit, but, here! https://github.com/slack-ruby/slack-ruby-client/pull/301
I think I've run into this - we're using `parallel_test`, and when I run `bundle exec rake parallel:spec` I reliably get what seem to be unmerged coverage reports. I dug...