Lucas

Results 8 comments of Lucas

Currently event chains don't work in `on_load` since `on_load` events are handled in [HydrateMiddleware](https://github.com/pynecone-io/pynecone/blob/387bacff734078267183e72d05496fc3b271efc8/pynecone/middleware/hydrate_middleware.py). A different method for handling `on_load` events has been proposed to handle chaining, but is not...

The bug has been fixed since 0.1.18. If you clone the repo and then pip install it, it should work

@picklelo any ideas on where to get started on this?

Sorry for the late reply on this⁠—currently finishing up my diss. I think some magic should be added in the API. It took me quite a bit of searching through...

I'm getting a similar error as well when running a ThorLabs camera on Windows 10 with NiceLib 0.6 and Instrumental 0.5. I've included the relevant header files [uc480.zip](https://github.com/mabuchilab/Instrumental/files/2764144/uc480.zip) along with...

I'm using ```cffi``` 1.11.5 and ```pycparser``` 2.19 currently.

I got another error with the new NiceLib version. However, downgrading to ```pycparser``` 2.18 ending up working for me as well.

Currently, the curve fit function includes control code which is not JIT compatible. This was a design choice to maintain all of the same functionality from SciPy's curve_fit function In...