Michael Schilling

Results 12 comments of Michael Schilling

Did you really type ` pip install camelot-py[cv]` or `pip install camelot` only the first ist right!

Your filepath must have multiple backslashes in read_pdf() Example: `tables = camelot.read_pdf('C:\\Users\\Peter\\test.pdf')` Not: `tables = camelot.read_pdf(C:\Users\Peter\test.pdf')`

@edevil try it without true I will open an issue on that, because I stumpled on the same issue.

Is it possible that verbose are the culprit see #159

I found the reason: "Make sure that an initial value is assigned to all state properties before calling makeAutoObservable(), otherwise the property will not be observable. This is a MobX...

I think a hyphen will be good! Another idea to distinguish custom elements: Is it possible to declare custom elements in config? Like Vue ist does: https://vuejs.org/v2/api/#ignoredElements ``` Vue.config.ignoredElements =...

Hey @josefaidt , thanks for coming up here! Unfortunately currently I'm not able to migrate to v2, cause we are using the same dynamodb-tables with java and there we use...

Hey @josefaidt, sorry that I have to address you again. But is there a good way to combine both, upgrade to v2 and use optimistic locking on the same data...

Hey @josefaidt, no worries ;-) Nope, until now I did not try it again. As described here: https://docs.amplify.aws/cli/migration/transformer-migration/ @versioned is deprecated and no longer supported. I unterstand, that AppSync’s built-in...

Hey @josefaidt, do you have any suggestion, how I can use the new transformer and also optimistic locking per attribute in my java backend? THX!