Results 54 issues of Daniel Ecer

resolves #712

bug

The `--ignore-pipfile` flag reads: > Ignore Pipfile when installing, using the Pipfile.lock. That would suggest it always installs dependencies as per the `Pipfile.lock` file which doesn't exactly seem to be...

Type: Question :grey_question:
Type: Documentation :book:

Since the change to [add Apple Silicon specific dependencies](https://github.com/patlevin/tfjs-to-tf/commit/19596ed0ae5a1aeb3ebdbf3fb33cc84382ec584a), my GitHub Actions build on macos is failing (Python 3.7): > ERROR: Could not find a version that satisfies the requirement...

This isn't ready yet. I've re-implemented the Smith Waterman algorithm in a non-recursive way. It creates _SequenceAlignment_ only once but still supports multiple alignments. It would probably be good to...

Hi, Thank you for providing the module. I was wondering whether you could provide information on the algorithms used? e.g. Smith Watermann? (While your code is well structured I am...

enhancement

Say I have a local website on port `1234`, then calling httrack more or less like: ```bash httrack \ http://localhost:1234 \ '-*' \ '+*localhost:1234/*' \ --mirror \ --verbose \ ```...

The examples usually refer to http://darformat.org/DarArticle-0.1.0.dtd or other similar URLs. But `darformat.org` doesn't seem to resolve to any real domain. Are you planning to make it available under that domain?...

It would be good to be able to process PDFs without actually having to have a file on the disk. e.g. the following should work: ``` cat sample.pdf | pdftoxml...

**Describe the bug** When submitting a KNN search with a filter that refers to a non existing field, then I am getting a non-descriptive `failed to create query: Rewrite first`...

bug

When attempting to convert a non-existing document, e.g. running the following command: ```bash ./encoda convert this-file-does-not-exist.docx output.pdf # or: node dist/cli.js convert this-file-does-not-exist.docx output.pdf ``` It is showing: ``` ⚠...