Dionyz Lazar

Results 8 issues of Dionyz Lazar

hey @cfcurtis, I know this issue is not really related to the goal of your project, but I desperately need help. I found your code online - specifically your [LayerFilter](https://github.com/cfcurtis/pdfstitcher/blob/main/pdfstitcher/layerfilter.py)....

I'd like an option that would allow you to add more shapes to an already transformed image. Is it feasible in your current implementation?

your setup.py file expects the readme file to be named README.MD here https://github.com/dionysio/homer/blob/master/setup.py#L17 so I renamed it.

When you encounter sites requiring basic http authentication during the import the whole process stops and waits. So maybe just skip these pages altogether. --- Want to back this issue?...

FEATURE REQUEST

I've imported about 20k urls, then it started crashing. First it was during the import, but now it crashes straight away after the extension starts/is reloaded. I've tried restarting the...

bug

I've added a new command line argument called `columns` which allows the user to retrieve more than just license information. An example call > deplic /home/user/myproject --format json --columns Name...

I have installed your plugin, enabled it in my serverless.yml. I have not used any custom configuration and this happens on deployment: ``` Serverless: SlsBrowserify::validate Serverless: SlsBrowserify::globalConfig Type Error ---------------------------------------------...

Hi, just tried running your tool, in my schema I have something like this: ``` "ChatCreate":{"properties":{"topic_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Topic Id"}},"type":"object" ``` your parser crashes because of the missing type under the "topic_id" schema:...