Code Monkey home page Code Monkey logo

Comments (3)

tyron12233 avatar tyron12233 commented on May 25, 2024
  1. Yes, once the project reaches beta.
  2. Currently if you long press on a code with an error, a toast will show with the current information about the error.
    2.5. This is a limitation of the code editor library, there is no support for background highlighting yet so on large files, it waits till the analysis is complete and then highlight the file.
  3. There are plans for adding git support, but its not a priority right now.
  4. These are how android apps are supposed to work now (Creating directories on the root storage and leaving files upon uninstall is not recommended). On android 10 and above, android introduced FUSE which severely impacts performance of operations with java.io.File. During compilation, a lot of reads and writes are performed by the compiler which will be slowed down running on a FUSE mounted storage. The only place where FUSE isn't mounted and the user can still access is the app's external storage directory

from codeassist.

tyron12233 avatar tyron12233 commented on May 25, 2024

For more info about FUSE take a look at this link

One example of this affecting performance is with AIDE if you notice its nearly impossible to edit files smoothly on android 11

from codeassist.

almr0 avatar almr0 commented on May 25, 2024
  1. Yes, once the project reaches beta.
  2. Currently if you long press on a code with an error, a toast will show with the current information about the error.
    2.5. This is a limitation of the code editor library, there is no support for background highlighting yet so on large files, it waits till the analysis is complete and then highlight the file.
  3. There are plans for adding git support, but its not a priority right now.
  4. These are how android apps are supposed to work now (Creating directories on the root storage and leaving files upon uninstall is not recommended). On android 10 and above, android introduced FUSE which severely impacts performance of operations with java.io.File. During compilation, a lot of reads and writes are performed by the compiler which will be slowed down running on a FUSE mounted storage. The only place where FUSE isn't mounted and the user can still access is the app's external storage directory

Thanks for the answers! Could you also please pay attention to this problem: #41

I almost lost my project :(

from codeassist.

Related Issues (20)

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.