luhuaei

Results 13 comments of luhuaei

Hi, I meet this problem too. Because the buffer size is too large, can use less buffer size to avoid this problem.

> A streaming response is just that, a stream of values. So, how do you expect to expose a stream of values without an Observable? Can use callback implements this....

try to add `grpcWebMixObservable` options default is true. It mean: - unary method use Promise response type. - client streaming or server streaming use Observable response type. - default parameters.txt...

> If you use `returnObservable options` all `service methods` will return `Observable` type. Without this parameter, it will default to `Promise` type. That is, if `returnObservable` is specified, there will...

@stephenh You can take a look, it's nice to merge into master. Thanks!!

> Hey @luhuaei I'll try to have a look at this soon. Big patch, lots to review Thanks! If you have any questions, feel free to ask.

I have the same issue. I doubt it is caused by CGO in goroutines memory isn't being freed.

`pdf-view` return (page-index, x, y) clicked page index, coordinates x and y are counted from the top left corner of the page. Then using `synctex edit` get position in `.tex`...

I can reproduce the problem, I use `pacman -S python-pymupdf` ``` >>> import fitz >>> fitz.version ('1.23.22', '1.23.10', '20240212000001') ``` https://github.com/pymupdf/PyMuPDF/issues/3177 https://github.com/pymupdf/PyMuPDF/issues/3182

Fixed in pymupdf 1.23.25