Jongwook Choi

Results 551 comments of Jongwook Choi

Still we don't have the edit feature? (no editor, but from file ...)

It'd be great to have the schema file published so users can benefit from completion and static validation. Dear maintainers, any plans for publishing xml schema?

From the MJCF documentation, it seems that the following is the only way at the moment to add a freejoint: ``` attachment_frame = parent_model.attach(child_model) attachment_frame.add('freejoint', name=...) ``` UPDATE: But this...

Thanks for adding the option, works as expected!

@cseickel But the `git_status` icon (`?`) should be placed in the rightmost (see the screenshot). Please let me know if I should open a new issue for this.

This is annoying. Shall we disable it by default?

This would be, in my opinion, a breaking change on the behavior of `ipywidgets.Output()` -- so I think it would be worth considering shipping in 8.0 rather than 8.1. @vidartf,...

I submitted a PR #3417 that would fix this one. My proposal is to change the behavior on whether exceptions won't be suppressed by default, but this would be up...

I am open to not changing the default behavior (see #3208) -- by the v8.0 release (#2750), although I think it is more reasonable to not suppress exceptions. Any opinions...

@vidartf, any possibility this can be merged in 8.0? I can make requested changes quickly. It's kind of a breaking change, so I feel it would be included in the...