Logan

Results 5 comments of Logan

@ta264 did you try to have your component also inherit from `pn.reactive.Reactive`? That worked for me as a temporary fix — you’ll still get errors, but everything works fine as...

@ta264 Sorry, I don't have any other workarounds. Could you post the errors you're getting with and without inheriting from `pn.reactive.Reactive` plus some of your code if possible? It might...

Sorry, not familiar with that pattern, so I'd have to say no.

@ije Sorry for the ping, just wanting to follow up on this. Is there a possibility of getting the pre-built cjs-module-lexer into the official container? Otherwise, could you let me...

I'm starting to think that this is just an issue with my understanding of async Python, or the interaction of Panel with async Python. In the example reference_app application, the...