Matej Vehar
Matej Vehar
Resolves #1282
.env changes are not propagated to code. If you update .env, new values will not be detected until you change the file that imports the variables.

Since original PR was not merged, Im opening a new one. Issue is with ES 7.17, hits is array ``` "hits" : { "total" : { "value" : 10000, "relation"...
Here are some android build warnings: > Task :react-native-background-upload:compileDebugKotlin w: /Users/..../node_modules/react-native-background-upload/android/src/main/java/com/vydia/RNUploader/GlobalRequestObserverDelegate.kt: (30, 9): Condition 'exception != null' is always 'true' w: /Users/..../node_modules/react-native-background-upload/android/src/main/java/com/vydia/RNUploader/GlobalRequestObserverDelegate.kt: (58, 66): Parameter 'context' is never used w:...
When I call startUpload in IOS (RN 0.63.4) i get native exception: libc++abi.dylib: terminating with uncaught exception of type NSException *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'You...
Everytime the vue value changes to datetime string (api response loaded is loaded) the input is cleared. Current solution is converting the API value to Date object before assigning to...
**Describe the bug** Add table with TD column and Input::make() filter. Then filter that column with comma in value. HttpFilter method parseHttpValue would then split that query parameter into array...
Add second parameter (array with attributes) to view function and make them available in $column attribute. This way we dont need to have separate view for each case.