Albert Marashi

Results 225 comments of Albert Marashi

A few issues with my package still remain, but it’s border-line production-ready: - **No Precompilation,** so the first-load of each page takes about 4-5 seconds. However, after the initial load,...

@thisislawatts @danielcherubini an update on the package: - [x] **Precompilation** - [x] **Documentation** - [x] **Errors** - [x] **Tests** - [x] **Better Head Management** - Super simple and easy to...

@danielcherubini Have you discussed this with your team? It would be great if my package could get some users & contributors

@dseeker, have a look at https://futureaus.github.io/servue/ it may suit your needs better It has a different head management system that exists within the `` and allows child views to pass...

You'd have to create a forked version of vue-pronto and modify the code. There's no way of doing this currently.

It's been a while and no search API.. Is this gonna be added?

Search workaround if anyone needs it ```rs #[derive(Serialize, Default, Debug)] pub(crate) struct SearchParams { pub query: String, #[serde(skip_serializing_if = "Option::is_none")] pub limit: Option, #[serde(skip_serializing_if = "Option::is_none")] pub page: Option, }...

Would be nice to have this. I presume there is a workaround by using the svelte hooks

Directives are quite important, especially for building stuff relating to authorisation, scopes & permissions. How can we do this?