Maarten Veenstra
Maarten Veenstra
Hi, I get this error when starting gitit, and also when trying to create a front page: Server error: UnknownError: Could not git commit Front Page.page **\* Please tell me...
FYI: I've never actually used ruby, only recently installed it to build some ember.js related stuff (with success). Anyway, the bundle install fails for me and I thought you should...
``` @import 'nib' @keyframes fadeinout 0% opacity 1 50% opacity 0 100% opacity 1 ``` results in @-moz-keyframes fadeinout{0%{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)} 50%{opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0)} 100%{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)} }@-webkit-keyframes fadeinout{0%{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)} 50%{opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0)} 100%{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)} }@-o-keyframes fadeinout{0%{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)} 50%{opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0)} 100%{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)} }@-ms-keyframes...
Just noticed that `onVisible` doesn't work if the element is set to `display: contents`.
It seems that using Postgres `lateral_` and `guard_` results in incorrect SQL. At the end of the generated query, I see a clause: WHERE ("t0"."res3") IS NOT DISTINCT FROM ("t0"."res5")...
Hi! Binding Touchy.js on 40+ elements on iOS (iPhone 4) casues my webapps UI to hang for a few seconds. Using event delegation should speed things up. ``` Touchy(element, callback(hand,...
Hi! This dashboard is pretty nice. You could add links to videos of ember meetups or talks from Tom dale (they are somewhere on Vimeo). Cheers!
Hello, I've just tried compiling servant-multipart with GHC 9.6.3 and am hitting this issue: ``` servant-multipart-client> build servant-multipart-client> Preprocessing executable 'server' for servant-multipart-client-0.12.1.. servant-multipart-client> Building executable 'server' for servant-multipart-client-0.12.1.. servant-multipart-client>...
Update web-dev-server hmr example to use lit v3 preset ("lit") instead of lit v2 ("litElement") Fixues https://github.com/open-wc/create/issues/81
At this page: https://hackage.haskell.org/package/flatparse , there is a link to examples, but it appears to be broken. > Tutorial > > Informative tutorials are work in progress. See [src/FlatParse/Examples](https://hackage.haskell.org/package/src/FlatParse/Examples) for...