Paul Everitt

Results 81 comments of Paul Everitt

Again, thanks a ton @antocuni for giving this conversation your time. I know you have `/me looks up` 191 other things that need attention. ## The `` approach _How does...

1. `data-pyscript-*` on wrong element. Yep. It will still configure correctly. 😀 2. `Consumers`. I mean someone that edits your example, not someone that just executes it. Sorry, I wasn't...

(Apologies, at of all things an Angular conference.) 1. I like both inline and external. First gets priority. Add support for merging "at some point." Complain loudly. 2. We are...

I do think the last point from @fpliger really needs to get set. I confess, I worry strongly about it. I view PyScript as having a VERY clear mission: bringing...

Back to @antocuni plugin proposal. FWIW, I've been gradually [writing a book](https://antidote-book.readthedocs.io/en/latest/introduction.html) on an interesting DI/plugin library called [Antidote](https://antidote.readthedocs.io/en/stable/) It can scratch some of the traitlet itches @fpliger has. I'd...

Last point..I agree plugins could be headless e.g. no UI. For those that are though, I'd love it if `` could be the first class way to consume packaged "widgets"....

Are there aspects that are out-of-scope for this?

In the PyScript Collective app, I have a little console script that automates the downloading. I only mention it because, in the future, the pyscript cli might spawn such a...

This is an opportunity: `But even if the user had to enumerate all the files in a given package` `__all__` is a way to publicly exports symbols from a package....

@JeffersGlass The pithy answer: Python and `inspect`. But you're right, if it was TS, you'd like back up at the `from foo import bar` lines. Tricky, but likely not impossible.