bcmyguest

Results 11 comments of bcmyguest

> Using a reference table (e.g user_sessions), but I am not sure if this could really work. I would have to try it. This solution appears to work fine @demjanich

Just came here to note that there is also a problem with the documentation, alongside the weird error message that has nothing to do with the actual problem. The `DefaultAttributeConverterProvider.builder()`...

That script is the only script that's needed. The memory for the data in results never gets de-allocated, the script showing the print results doesn't prove much because it's possible...

Yes, you're right I am clobbering the cursor - however removing that does not fix the memory problem. Look at memory usage once the cursor is closed, you will see...

Pardon me for not mentioning it. Yes the cursor clears the results but the impact here can indeed be seen outside-in. I noticed when GC collecting that there were other...

Hi! This issue has been open for a while, and I can second that it's likely mostly for private repositories. md5 support was added [here](https://github.com/astral-sh/uv/issues/1547). It seems we might need...

Not sure if this is intended behaviour or not, but it looks like you'd just need an `atomWithStorage` on the `productionConsumptionAtom` and `spatialAggregateAtom`? I'd be happy to take a look

Obviously something wonky going on with the coverage but as a POC I think this works (tests run, and they run much faster). I think we would need to use...

@DWesl it actually seemed to be working alright - `xdist` uses subprocesses instead of threads :) As long as you don't pollute the test namespace with tests that use the...