Osherz5

Results 11 comments of Osherz5

> Hello, > > I am still facing this issue, do we know any workaround or when will the bugfix be released? > > Thank you! It's a problem in...

> Running into the same issue in a spark environment with umap-learn = 0.5.1 and pynndescent = 0.5.2. > @koustavmukherjee Did you find any solution? Also having this problem with...

I'm having a similar issue on Windows, trying to display an image linked in the following way: `[[C:/project/counts.png]]` Instead, the rendered URL in the org-roam-ui sidebar's preview includes my org-roam-directory...

I opened the following PR which changes the filter according to the said exclusions (both for network & socket) https://github.com/mitmproxy/mitmproxy_rs/pull/146 Let me know what you think :)

I noticed the filter doesn't work with "!(...)" type of exclusions for some reason, I used the following equivalent instead: `!loopback && (remoteAddr < 224.0.0.0 && remoteAddr < ff00::) &&...

Hey thanks for looking into it! I updated the filter with the ipv6 multicast exclusion, and also reverted the change on the socket operation filters back to "tpc || udp"...

Hey, I thought it would be caught in the tests but just realized the syntax should be 'ipv6 && ...' and not 'ip6 && ...' , should I open a...

Here it is, sorry for the mess https://github.com/mitmproxy/mitmproxy_rs/pull/193

I ran into a similar problem and my workaround was editing the WinDivert filter (on mitmproxy_rs) to exclude tcp port 445

I have noticed the same thing, it really looks like the vector db search will always return count_over_max_vector_score=0 rendering it ineffective