Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

I think GitHub messed the formatting of your response... Can you open this thread directly on GitHub on the web and paste your message?

PDF 1.3 is almost 20 years old, what software are you using that does not support this version of PDF ? Is it common ? EDIT: Sorry, I did not...

Ok, I'm 2 years late, but here it is :) **https://pypi.org/project/pagelabels/#history**

Yes, it uses simulated annealing, so the longer it runs, the better the results. Finding the best solution whatever the input is np-hard

If you don't want to break compatibility, you will need to add a compiler to the dev dependencies and update the package.json to compile the code back to es5 before...

Hello, indeed, brute force is slower when the number of points is large. I would happily welcome a pull request that would add support for defining a starting and ending...

I would *still* happily welcome a pull request that would add support for defining a starting and ending point and custom distance functions 🙂

Hello ! A search engine is definitely possible ! You can then use the form component (https://sql.ophir.dev/documentation.sql?component=form#component) to display the search input field. Then, you should store your full-text documents...

Yes it is! You can use the form component for that too.

Hi ! Indeed, I agree we should have an `uploaded_file_name` function. It shouldn't be hard to add in [`functions.rs`](https://github.com/lovasoa/SQLpage/blob/main/src/webserver/database/sqlpage_functions/functions.rs). Do you want to have a stab at implementing it, and...