Thijs Damsma

Results 29 issues of Thijs Damsma

@eddyekofo94, I just contacted @mikeckennedy to see if this is something for his Python Bytes podcast, and he replied: > Would you be willing to put in a little summary,...

This PR is meant to illustrate the mess needed to get a custom widget to work, not to actually get merged. See https://github.com/Pylons/deform/issues/485

Together with https://github.com/Pylons/deform/pull/468, follow up of https://github.com/Pylons/deform/issues/465

Test currently fails on `test_relative_url` to illustrate a [bug report](https://github.com/Pylons/pyramid_mako/issues/32) Don't really know how to fix this, the error message is pretty long but not really helpful.

I added a test in tests.py to illustrate this behaviour

I found using the interp function of the spatialmath toolbox that the interpolation results depend on the initial rotation frames. On further investigation I also found difference between the SE3.interp...

When new items are selected, the visible order is updated as expected. However the actual order in the `` is only updated on drag and drop events.

When an object is removed, it is set to None, and thus doesn't have the _propogate_scene_tree() method. Example of what is not wokring now ``` python from swift import Swift...

I modified the example to show a list, but in the svelte example (and also in the vue example) the icons for the array editor and the popup are note...