Chichi Latté
Chichi Latté
Hi, just a quick tweak to your very handy router code. More info in the issue I posted. Cheers!
I know this repo is a bit old now, but I've found it very useful. One problem I've run into (which may be caused by a change in the behaviour...
Hi. Firstly thanks for this great little plugin! 2ndly: I'm trying to figure out how to get the first result (i.e. the first complete aggregate) from a liveFind() call. It...
Hi, I've noticed that the javascript canvas context's `drawImage` method does a really poor quality resize. There is a good stack-overflow article on the subject, with example images and an...
Hi, truly loving Flump, thanks to all contributors. I wonder if anyone's thought about how custom DisplayObject subclasses should work with Flump? For example, I might want `flump.display.LibraryImpl.createImage()` to create...
Some protected methods were being made private when compiling using haxe. I've just made them public. Also added a swc for people to use (I removed the Worker1 class, since...
Hi, I see that converting xml to json doesn't preserve even slightly exotic UTF8 characters, but converts them into \uXXXX format. For example... `é` becomes `\u00e9` Perhaps there's a way...
V1.1.1
Hi I'm working on a React Native 0.59 project using `react-native-youtube v1.1.0` and wanted to backport a couple of commits from newer versions. Specifically... * **Update build.gradle:** https://github.com/davidohayon669/react-native-youtube/commit/408e12e39d9ee99ffd225eb54a2cbd831d8b88b0 * **Refactor...
Hi there, this is very premature, but at http://blog.peteshand.net/starling-for-haxe it mentions alpha support for 'native', with a windows example. Could this mean that there may be native mobile support planned?...
_I know this module isn't really being maintained anymore, but thought people should know..._ **If you're trying to delete your database in order to replace it with a new one,...