Ryan Munro

Results 18 comments of Ryan Munro

FWIW I'm currently using the `python-string-sql`, but it's a bit annoying that I have to litter my code with `--sql` & `--end-sql` to get highlighting. Issue with this extension is...

perhaps something like this 🥲 ```python import logica as lg from logica import var, rule # Define natural numbers from 1 to 29. N = rule("N", var.x).body( var.x.in_(lg.range(30)) ) #...

@srobinson No 😢 Maybe we need to befriend and engineer at Apple. Check this out, just poking around we may be able to discover what the variable is called Look...

@akdor1154 I've created a fork that adds support to this, it's still a little buggy, but I really want this to work so I can give y'all access so we...

@orlitzky ah yea, what you said makes sense, but also brings up a lot of complexity. 1) if a `>>>` statement is immediately followed by another `>>>`, the assumption is...

Oooo, it looks like it may be really easy, here's how `autoreload` extension is doing it: https://stackoverflow.com/questions/32418123/run-code-before-an-ipython-notebook-cell-runs/73722066#73722066 And the pre save hook `pre_save_hook`! https://jupyter-notebook.readthedocs.io/en/stable/extending/savehooks.html

> But one quick question, both tasty and hspec are testing frameworks. If you are already happy with hspec, may I ask what your motivation is to run your hspec...

@lttowq Check out the video of the home page [1], you have to put your cursor inside the `{ ... }` block. I did it that way because it was...

@ulidtko This sublime plugin searches for `digraph` so it can render graphviz embedded in other files. So to fix this for your use case, someone needs to make it look...

@bravedavid oooo interesting you had to switch to JPG, is there something we could do to make PDFs work for you? I like PDFs 'cause it's vectorized, and it lets...