Roman Eisner

Results 4 issues of Roman Eisner

Hi there, I see a parsing issue with landscape PDFS. For example, [This one](https://pub-edmonton.escribemeetings.com/filestream.ashx?DocumentId=24237). When I run ``` parser.from_file("https://pub-edmonton.escribemeetings.com/filestream.ashx?DocumentId=24237")['content'] ``` I get a bunch of short words that look like:...

When I install `wordcloud2` using CRAN I get version 0.2.1: ``` > install.packages("wordcloud2") > library(wordcloud2) > sessionInfo() ... other attached packages: [1] wordcloud2_0.2.1 ``` However, when I try to install...

Hi there, In the example below, when you click on a datatable row, a sweetalert opens. When you close this window, the screen moves down to the table. Is this...

Hi there, I've got a web app that also functions as an API for a mobile app. Devise is used for the user login, and devise_token_auth for the mobile app...