-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add r/demo/showcase #898
base: master
Are you sure you want to change the base?
Conversation
@@ -612,6 +612,7 @@ func (m *Machine) Eval(x Expr) []TypedValue { | |||
m.PushOp(OpHalt) | |||
m.PushExpr(x) | |||
m.PushOp(OpEval) | |||
defer m.injectLocOnPanic() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaekwon, any particular reason for not doing this?
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
also updated `app.css` to visualy handle nested bullet list Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
0a9a173
to
7dfaeeb
Compare
0d5fa84
to
761f25a
Compare
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
761f25a
to
ae3f4d2
Compare
|
||
ul > li > ul { | ||
padding-left: 1rem; | ||
list-style: circle inside; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @alexiscolin: I think this is a good bugfix, but since you're working on the same file on your PR #781; please make a quick review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, nice UX improvement for nested unordered lists! 👍
Depends on #902
Depends on #885
bf
(feat: add p/demo/bf (brainfuck vm) #885)svg
(feat: add p/demo/svg #905)ui
(chore: refactor p/demo/ui #902)Contributors Checklist
BREAKING CHANGE: xxx
message was included in the descriptionMaintainers Checklist
CONTRIBUTING.md
BREAKING CHANGE:
in the body)