Vít Šesták

Results 82 comments of Vít Šesták

I've implemented sticky column in Scala.JS. It adds position:relative when scrolling. It works mostly well on desktop, but it is a disaster on mobile. Firefox for Android scrolls it with...

Maybe this is related to #61. It seems I have found some issue and implemented some workaround that fixes 90 % of the issue in my case. Observations and assumptions:...

I'd like to remove the last lag – when the cloned table header is shown or hidden. a. Use native CSS DOM instead of jQuery – this does not seem...

For Gecko and Trident, it seems that queuing some updates adds smoothness. For Blink, it seems that synchronous (current) approach is better, because the renderer is more async and doing...

Yes, this is also an option. I wanted to be conservative :)

I have started implementing this. If you are interested in this feature, I hope I can polish it and create a pull request…

I have started implementing it: https://github.com/v6ak/crystal-face/commit/3333a9baffb5e9a5b1d4eb0892f6151bc673c36b I have refactored the drawIndicator method a bit. The icon is missing. I also haven't checked all the watches (and we will have to...

I have some idea on a better support of compiled queries: ``` @compiledQuery def get(id: Rep[Long]) = tables.filter(_.id === id).result ``` would be compiled as: ``` private val compiledGet =...

That's true. However, this is not OK for some level of encapsulation. One might want to receive just `Long` and return just `Future[ResultType]`

GraalVM jako takové je celkem v pohodě, je to vpodstatě taková vylepšená JVM o podporu dalších jazyků a o optimalizaci. Ani jedno se mi momentálně nezdá jako zajímavá vlastnost pro...