Alex Mohr

Results 4 issues of Alex Mohr

Closes #24 Adds support for initializing the extension on a `Blueprint`. Work in progress, wanted to get your input on a few things.

I am trying to install the package from source with an editable install so I can test my changes in #25. The install fails with a `ModuleNotFoundError` for `flask`. I...

Same as #23 the use-case is incremental adoption. I have a large existing monolithic flask application, and would like to slowly introduce svelte via `flask-inertia`. The problem is `flask-inertia` completely...

enhancement

I want to wrap `svelte-select` in a custom component `MySelect`, where the value is just value, not the list of full selected objects. It should be a full 2-way binding,...