Giter Club home page Giter Club logo

memo's People

Contributors

teogor avatar zeobot[bot] avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

memo's Issues

@MemoCompoundFunction to set values

Is your feature request related to a problem? Please describe.
@MemoCompoundFunction to set values

Describe the solution you'd like
For the time being the @MemoCompoundFunction annotation can be used only for get methods

We also happily accept pull requests.

Memo Error - `Could not find Memo.memo-lib:memo:unspecified`

Description: Memo Error - Could not find Memo.memo-lib:memo:unspecified

Source code:
Code

Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
   > Could not find Memo.memo-lib:memo:unspecified.
     Required by:
         project :app > com.zeoflow:memo-annotation:1.1.0
To help us triage faster, please check to make sure you are using the latest version of the library.
We also happily accept pull requests.

Migrate to Java 11

Is your feature request related to a problem? Please describe.
Migrate to Java 11 and upgrade to gradle 7.0

We also happily accept pull requests.

Unsafe Encryption Mode Usage

Description: Remediation for Unsafe Encryption Mode Usage
This information is intended for developers with app(s) that contain encryption employing the less secure mode AES/ECB. Encrypting content using this weak mode can lead to weak ciphertexts, and potentially put user data at risk. Location(s) of the less secure encryption modes in your app can be found in the Play Console notification for your app.

https://support.google.com/faqs/answer/10046138

To help us triage faster, please check to make sure you are using the latest version of the library.
We also happily accept pull requests.

LogInterceptor keeps printing in console by default

Description: LogInterceptor keeps printing in console by default

Expected behavior:

LogInterceptor getLogInterceptor()
{
    if (logInterceptor == null)
    {
        //empty implementation
    }
    return logInterceptor;
}

Source code:

LogInterceptor getLogInterceptor()
{
    if (logInterceptor == null)
    {
        // empty implementation ?? is not empty
        logInterceptor = System.out::println;
    }
    return logInterceptor;
}
To help us triage faster, please check to make sure you are using the latest version of the library.
We also happily accept pull requests.

`JNI DETECTED ERROR IN APPLICATION`

Description:

java_vm_ext.cc:542] JNI DETECTED ERROR IN APPLICATION: JNI FindClass called with pending exception java.lang.NoSuchFieldError: no "J" field "mCtxPtr" in class "Lcom/facebook/crypto/cipher/NativeGCMCipher;" or its superclasses
    java_vm_ext.cc:542]   at java.lang.String java.lang.Runtime.nativeLoad(java.lang.String, java.lang.ClassLoader) (Runtime.java:-2)
    java_vm_ext.cc:542]   at void java.lang.Runtime.loadLibrary0(java.lang.ClassLoader, java.lang.String) (Runtime.java:1014)
    java_vm_ext.cc:542]   at void java.lang.System.loadLibrary(java.lang.String) (System.java:1669)
    java_vm_ext.cc:542]   at boolean c.b.b.k.c.b() (:50)
    java_vm_ext.cc:542]   at void c.b.b.k.c.a() (:39)
    java_vm_ext.cc:542]   at void com.facebook.crypto.cipher.NativeGCMCipher.e(byte[], byte[]) (:51)
    java_vm_ext.cc:542]   at java.io.OutputStream c.b.b.e.c(java.io.OutputStream, c.b.b.g, byte[]) (:43)
    java_vm_ext.cc:542]   at java.io.OutputStream c.b.b.c.e(java.io.OutputStream, c.b.b.g, byte[]) (:82)
    java_vm_ext.cc:542]   at byte[] c.b.b.c.b(byte[], c.b.b.g) (:119)
    java_vm_ext.cc:542]   at java.lang.String com.zeoflow.memo.b.b(java.lang.String, java.lang.String) (:57)
    java_vm_ext.cc:542]   at boolean com.zeoflow.memo.d.a(java.lang.String, java.lang.Object) (:50)
    java_vm_ext.cc:542]   at boolean com.zeoflow.memo.l.e(java.lang.String, java.lang.Object) (:54)
    java_vm_ext.cc:542]   at void com.wave.users.e.d.h(java.lang.String) (:97)
...
To help us triage faster, please check to make sure you are using the latest version of the library.
We also happily accept pull requests.

Create docs for the memo's injector

Is your feature request related to a problem? Please describe.
Create docs for the memo's injector

Describe the solution you'd like
Docs for how to use the memo-annotation and memo-compiler

We also happily accept pull requests.

`@CompoundMethod` annotation

Is your feature request related to a problem? Please describe.
The @CompoundMethod annotation should be used for retrieving values based on different fields

We also happily accept pull requests.

Relevant names for the generated files

Is your feature request related to a problem? Please describe.
Relevant names for the generated files

Describe the solution you'd like

  • Entities should be like $E_MemoEntity
  • Components should be like $C_Memo
We also happily accept pull requests.

`@KeyName` is not a suitable name

Description: @KeyName is not a suitable name therefore it should be renamed to StoreKey because this element represents the value that binds the element to the storage

To help us triage faster, please check to make sure you are using the latest version of the library.
We also happily accept pull requests.

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.