Lode Claassen
Lode Claassen
:+1: would be great to not have to quit git-sh to be able to use worktree
Using the tip in https://github.com/rtomayko/git-sh/issues/20#issuecomment-14601858 I've added these lines to `~/.gitshrc`: ``` alias fork='hub fork' alias pull-request='hub pull-request' alias create='hub create' alias browse='hub browse' alias compare='hub compare' ``` That works...
I can agree, the icon is a little weird for an inline link. I will remove. Adding `.btn-link` causes a background-color when hovering, that's not really nice I think.
Yeah, good points. The inconsistency is also not nice, it becomes more busy if we add yet another style. Since it is not an event the banner styling is more...
I'm not sure I understand. The screenshot you attached, looks the same as the current situation, doesn't it?
Ah, I understand. Some thoughts I have about these: - The PR closed, delete the fork style: it does worry me a little that there is a chance both banners...
I would love this to be implemented as well! We have a lot of custom attributes, mostly objects, and for all we already have a custom render method. We only...
If it is originally json you want to validate, you could also use https://github.com/justinrainbow/json-schema. You can for example feed it a schema to validate against like this: ```json { "type":...
The rule is just the code shown above. The actual validation is done by https://github.com/justinrainbow/json-schema. Further the specifics of this class depend a lot on how you want to use...
Does Quill state anything official about this? Apart from the website behaving in a certain way. I'm thinking about whether they state something about the meaning of an `insert` with...