Juho Vepsäläinen

Results 352 comments of Juho Vepsäläinen

Which browser are you using? I'm having trouble reproducing the issue. There might be a better fix but I would need to be able to see the issue before fixing.

Ah, I see what you mean now. There's some synchronization missing.

I'm really having trouble reproducing this. To debug, what you could do is the following: 1. Find `changed();` in `colorjoe.js` 2. There you have a bit like `var li =...

Note that it supports functions now. I think that gets closer to what you want. There are also a few new fields that might come in handy.

@rjgotten Sorry about that. Re-opened. PR welcome. 👍

How would this work with a paginating API? I guess you would need to pass the filtering features to the API through some standard semantics? What would the UI look...

Doesn't this mean you would have to maintain ids for **all** items related to a specific country? This could get problematic with a large amount of records. This is why...

As a sidenote I just wrote a tool that wraps ImageMagick and allows you to convert pngs in batch. See [png2ico](https://github.com/bebraw/png2ico). It outputs 16x16 px output by default and supports...

Just to continue on #36 and compacting the API, I would propose the following: - Instead of `Date.validateDay` etc. go for `Date.validate`. In this case the date atom is passed...

I solved this outside of webpack with a tiny script to write the tags. That said, it's still probably a good idea to see if we can find a way...