Olivier D'Ancona

Results 28 comments of Olivier D'Ancona

this is an implementation of selection sort by reference in c++: void selectionSort(vector &v) { if (!v.empty()) { size_t indexMin; for (size_t i = 0; i < v.size() - 1;...

Hello, is ng2-pdf-viewer treeshakable already? Or will it be for the next update?

Indeed, but I'm not sure how to proceed. I just forked the repo, updated to 14 and opened a PR because I saw your was failing. What should I've done?

Should we merge this pull request and open a new one for the ssr problem?

Hello everyone, Do we really need ng2-pdf-viewer to be rendered by the server? Maybe there are workarounds with hybrid rendering? If someone have a solution, I'm all ears Maybe it...

It's not working for my part. I still get another errors. For instance, I get: ``` const userAgent = navigator.userAgent || ""; ^ ReferenceError: navigator is not defined ```

> > It's not working for my part. I still get another errors. For instance, I get: > > ``` > > const userAgent = navigator.userAgent || ""; > >...

Did you find any workaround ?

Hey hello, I love this app ! I think the main force of this repo is the scrapper. However, the ui lack few features to be widely adopted like: -...

Was able to reproduce. **Commands** ```bash conda create --name py312 python=3.12 pip install cmake pip install onnx ``` **Traceback** ``` Traceback (most recent call last): File "C:\Users\bob.morane\AppData\Local\anaconda3\envs\py312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in...