Rowan Beentje

Results 16 comments of Rowan Beentje

At the moment there's also a time/cpu cost to every pattern added - I was going to do a PR for https://github.com/stevegrunwell/asimov/compare/develop...rowanbeentje:add-bower-and-carthage?expand=1 but have thought better of it. Perhaps before...

@dodekeract Thanks! 😀 Right after commenting I realised that was possible and so have a patch coming to improve `dependency_file_exists` - I think it may be also possible to add...

More improvements in https://github.com/stevegrunwell/asimov/pull/18 which make it far cheaper to add more dependency patterns 🎉

https://github.com/stevegrunwell/asimov/pull/18 excludes `~/Library` as part of other speedup work - we can add others in the same way I suppose, but I wonder if there's a point where the exclusion...

https://github.com/stevegrunwell/asimov/pull/17 (included in https://github.com/stevegrunwell/asimov/pull/18 as well!) excludes subdeps, and yeah, that `-not -path` is the approach used to exclude `~/Library` - I just can't help feeling that will have a...

https://github.com/sass/embedded-host-node, currently in Alpha, may be the easiest way to achieve this!

Just to mention that @nex3 has now merged that PR and cut the beta release: https://github.com/sass/embedded-host-node/releases/tag/1.0.0-beta.8 . I'm excited about this!

This sounds a little like the refreshing-content-table redraw loop that some users seemed to see very often - which we think was fixed in 1.1; did you upgrade to that...

We've also successfully been using [the workaround posted above](https://github.com/amazonlinux/amazon-linux-2023/issues/397#issuecomment-1760177301) but something further seems to have changed in the last couple of weeks and we've had to apply it to more...

At the moment, the app (and globetrotter) use http://swiperjs.com , which is absolutely enormous. We want a fairly simple carousel, but with scroll snapping. Will Howard has in the past...