gsxdsm
gsxdsm
Allow definition of nested model relationships with dotted notation: obj.model.set({person:{name:'John Doe'}}) can now be addressed with 'person.name' in data bindings as well as obj.model.get('person.name') Events are also specified with dotted...
The version (0.1.2) posted on the main agilityjs site includes up to date documentation, but the actual minified JS link does not match.
An hdr video is washed out when played back in the message view. Looks normal when downloaded and played locally
I ran a quick profiling of the Android app after noticing a lot of cpu/battery use when loading chats - about 50% of the CPU time was spent in Chat.getMessages....
### Is your feature request related to a problem? I'd like to be able to launch Niagra search from other apps (ex edge gestures). In order to do this Niagra...
When I have a livewire full page component and I reference named slots, changes to the contents of the slot don't get hot reloaded properly.
### Bug Description The "key" for a component when passed in through a template is usually passed in as a number, however when a component gets deserialized from a server...
Component key will often be a number when coming from the templatetag and a string when coming from a DOM payload. This allows the key lookup to coerce the types...