Jonas Grimfelt

Results 63 comments of Jonas Grimfelt

No problem, I've been very busy anyways. Good look!

I haven't been able to reproduce this. ``` (test-3) ➜ ~ pip install config2 Collecting config2 Downloading https://files.pythonhosted.org/packages/f4/a3/92a2693d7def37f0785b91fa8a5fa80023419c23e927db80e1f36d82d439/config2-0.3.2-py3-none-any.whl Collecting pyyaml>=5.1 (from config2) Downloading https://files.pythonhosted.org/packages/a3/65/837fefac7475963d1eccf4aa684c23b95aa6c1d033a2c5965ccb11e22623/PyYAML-5.1.1.tar.gz (274kB) |████████████████████████████████| 276kB 1.7MB/s Collecting mybad>=0.1.4...

@jblereste Oh this sucks, works with clean virtualenv (where no deps are installed) but fails when I run your example. So `setup.py` is not allowed to import any dependencies defined...

@ProCynic Thanks, will try that out.

Never managed to get this to work actually, not sure why - runs async anyway for me.

Haha, you are on fire - great work! :) Tweakable swipe menus? I.e. triggered from edges/corners of containers.

Well I basically been doing something like this: From official Famo.us University tutorials: http://famo.us/university/lessons/#/famous-102/timbre/36 Inofficial library I found but clashed with RenderController and FamousFlex somehow so could not get it...

+1 With respect to custom widths too is a quite common scenario: http://erikjohanssonphoto.com/work/imagecats/personal

For the record: https://github.com/nmn/famousry - "A jquery Masonry / Isotope library written in Famo.us". I tested it and it works. Maybe useful for inspiration.

This has nothing to do with TS, this is ESM vs CJS related. Would make sense to make add support for ESM modules for relevance. For now I worked my...