Stanimir
Stanimir
after install with `npm install --save-dev @babel/plugin-transform-shorthand-properties` next error: `error: node_modules/react-native-gesture-handler/src/handlers/gestures/pinchGesture.ts: /Users/sytolk/IdeaProjects/MyTemplateApp/MyTemplateApp/node_modules/react-native-gesture-handler/src/handlers/gestures/pinchGesture.ts: Cannot find module '@babel/plugin-transform-arrow-functions'` if I downgrade `"react-native-gesture-handler": "2.1.0",` the same error appears but from the storybook: `error:...
Hi @makingglitches Thumbnails are generated per page no matter how many files are in folder. Starting from v4 of TagSpaces, a web service is running locally as a separate process....
You can try to click on Location Icon: 
```js const boxTarget = { drop(props, monitor) { return props.onDrop(props, monitor); } }; const TargetMoveFileBox = (props: Props) => { const { classes, canDrop, isOver, connectDropTarget, children } = props;...
Thanks for merging this PR but swagger.py don't have swagger integration yet - this swagger.json file needs to be generated from Rest service Endpoint for example: http://localhost:8080/api/v1/swagger.json In case Endpoint...
Hi, I have rewrite the function using Buffer like @MahdadGhasemian In Windows it fail here `slice.charCodeAt(i);` with error: `Uncaught TypeError: slice.charCodeAt is not a function at b64toBlob (misc.js:210:1)` This error...
Can't repeat this issue on Android with v5.0.3. @aisbergde are you sure that your tagspaces version is 5.0.3? 
insertAndFetch is still missing in generated DAOs.. its have lazy programmers here :)
Do you mean that the method name insertAndFetch is not clear for the user that will internally translate to insertInto(...).values(...).returning(...) and set generated key to fetched object using JDBC's getGeneratedKeys()...
It will be good if insertAndFetch() will be replaced with observer insert().generatedKey().fetch() but in DAOs.. If 1 throw some kind of exeption its have 0 :)