Code Monkey home page Code Monkey logo

flox-as3's People

Contributors

holgua avatar primaryfeather avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flox-as3's Issues

AIR 4.0.0.1390 + Flox 1.1.2 = Error #1065

Hi guys -- I get quite frequent #1065 Errors after updating to Flox 1.1.2 (binary) and AIR 4.0.0.1390 (using option -useLegacyAOT no). These are the last three steps in the error log (Flox):

ReferenceError: Error #1065
  at Function/()
  at flash.events::EventDispatcher/dispatchEvent()
  at RestService/processQueue()

After downgrading back to AIR 3.9.0.1380 the problem seems to disappear (still testing).

Hmmm.. Am I missing something? Any hint is very welcome! :)

Regards,
René

Query that finds only latest Entities

Hi
Could you please provide me with a Query example that finds only latest Entities based on "createdAt" index? I would like to find e.g. 10 newest Entities. Is there any posibility to do that?
I tried to use:
'''
var query:Query = new Query(MyEntit);
query.limit = 10;
query.orderBy = "createdAt ASC";
'''
I receive 10 Entities but not newest

Wrong remove listener

In Flox.as, at line 404 of the 1.1.2 version, in the monitorNativeApplicationEvents() there is an invalid removeEventListener
nativeApp.removeEventListener(Event.ACTIVATE, onDeactivate);
it should be
nativeApp.removeEventListener(Event.DEACTIVATE, onDeactivate);

Queued requests dropped if device offline

When a device is offline, queued requests will be dropped rather than attempted later. Requests are dropped because HttpStatus#isTransientError only checks for an HttpStatus of 0 or 503, but when executing the failure the httpStatus that was obtained when connecting to the server eg: a 408

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.