rht

Results 789 comments of rht

The wall/maze use case makes sense. But there would still be warning messages. Either these are suppressed with filter warning, or there is a flag parameter in the `Grid` initialization....

We need to optimize the API for convenience of the most common use cases. In most cases, having an agent to be in 2 places is problematic. As a user,...

I ended up using https://github.com/Gnimuc/LBFGSB.jl/issues/11, because I wanted the result to be identical to SciPy's L-BFGSB.

I solved the problem for my use case by using `widgets.Play`, and thus simplifying the looping, threading, and observe situation. The flickering and out-of sync of the display is still...

Thank you for the pointer to Solara! It's great that it is built on top if ipywidgets, and the demo looks slick.

Context for this issue: https://github.com/projectmesa/mesa/discussions/1622.

Tested on ipykernel==6.29.0 and mesa==2.1.5: the flickering is still there, except that it happens much less often, in about every ~15 s or 30 s or so. Whereas on ipykernel==6.26.0...

The integration test should be easier, because it's basically just running a Solara app and ensures that it doesn't error out. @ankitk50 this should be a low-hanging fruit.

@asdf8dfafjk do you want to try by adding https://github.com/jaraco/irc/blob/4c15d340105644c127b4a849774e232070a5bfcd/irc/client.py#LL760C1-L762C35 to https://github.com/jaraco/irc/blob/4c15d340105644c127b4a849774e232070a5bfcd/irc/client_aio.py#L257 ?

> Is the new output compatible with serialization produced with builtin json? Based on the list of the features and drawbacks in https://github.com/ijl/orjson#orjson, it is stricter than the stdlib `json`,...