Christoph Deil
Christoph Deil
Hi, yes, pixi currently lacks support for dev preview releases from PyPI, that's an open feature request to them to add this support. This request is independent though for you...
Wow, thanks. :-) I am interested in helping. But realistically unfortunately I will only manage to spend an hour rarely. So please don't count on it and decide just what...
@pushfoo and all - congratulations on the 3.0 release! 🚀 I'll close this old issue I had filed since as far as I know it's all good now, nothing left...
@josef-pkt - Let me know if you have any questions about how physicists / astronomers use Poisson statistics. As we've noticed before, there's at least a problem that we don't...
> My short term target are the one and two sample Poisson tests and confidence intervals. I'm not sure, but maybe this might be relevant / useful: - http://astropy.readthedocs.org/en/latest/api/astropy.stats.poisson_conf_interval.html -...
Any chance to get this merged please? I'm confused because I'm on main and it seems the API is available already, I can call this: ``` yolo.setThresholds(numItems: 100, confidence: 0.5,...
@asabri97 - Thanks! I'm completely new to iOS, so I don't fully understand and can't comment on the code. I see you edited the two functions in the SwiftUI and...
I see now, the issue is that `camera.position` is set to the viewport center: ``` >>> camera.position Vec2(x=400.0, y=300.0) ``` https://github.com/pythonarcade/arcade/blob/f4f4521d4cd263e0e5f82e791bc475044bb35c77/arcade/camera/camera_2d.py#L138-L139 I had expected that when I pass `projection` it's...
One more issue I ran into is that `arcade.draw_circle_filled` will only use four points now. Is this something that should be improved that to compute how many points to use...
I guess the problem is that I don't have a correct fly.toml configuring the services? https://fly.io/docs/reference/configuration/#the-services-sections Should I simply try the one from here? https://fly.io/blog/websockets-and-fly/ Or anyone has a working...