Alexander Popov
Alexander Popov
> `-s` doesn't work (see [pry/pry#1756](https://github.com/pry/pry/issues/1756)) Oh, yes, sorry. Then you can read my own example in https://github.com/tycooon/memery/pull/1#issuecomment-575180261 and try alternative approach (with the same code and module names) via...
For thread-safety Zache has `Mutex` inside. It sometimes slows work down, but provides locks. However, Memery has no Mutex inside, so it's thread-unsafe, if you worry about this.
> But maybe it makes more sense on a IDE? I don't know. I think I don't understand you. Do you mean that this is kind of IDE feature, while...
> Yeah, I kinda want Graviton to be just an extensible Text editor. It's OK. As I wrote, Atom Editor is just extensible editor too. And, if you're interested, [`find-and-replace`](https://atom.io/packages/find-and-replace)...
@natematykiewicz maybe you're right. I could suggest `method_missing` or something like that, but there can be coercion, etc. So, as I wrote, not a lot of profit, but some fair...
@colby-swandale, please, can you review this PR?
> Apologies for not responding to this. I am in the middle of redesigning the header that will have a popout sidebar menu system like this for mobile. I will...
`object.constant` has been added to the top of sidebar (for clarity).
> > Main motivation was dollar sign in code blocks which is redundant. > > Sorry but I disagree with this point, it's very common to use `$` to denote...
> Going through the PR, I struggle to see the need to introduce a markdown linter. If there was a blog and we were writing lots of markdown files from...