Andrew Wheeler(Genusis)

Results 95 comments of Andrew Wheeler(Genusis)

ok so here is a example but in python that is working using jinja i will link each file and what they are. so the base file used for each...

I think the major issue is you only allow parents to Extend so in askamas Case it would only allow means to include basecategory-card for this to work id need...

yeah inheritance would be nice. Currently when i try this it tells me extend only works for the parent. Though we could probably make it more apparent that it is...

Yes the error is error: extend blocks only allowed at the top level --> src\main.rs:141:10 | 141 | #[derive(Template, Deserialize, Serialize)]

Yeah so i was somewhat looking into this and it looks as if in order to properly do it back-end each include would need to be loaded as its own...

idk from looking at the code I'm still trying to fully understand how you currently do things but it seems for included stuff it doesn't load anything extend wise currently....

OK well we can leave this here as a placeholder. Though I was looking at @malyn block partials stuff which would work in a similar way.

This should also include limitations based on the System. You can get these lower and higher limitations from WGPU. You do not want to allow sizes that are below or...

the following code I ran using the TIFF6.pdf ```rust fn get_mut() -> Result { let mut doc = Document::load("assets/TIFF6.pdf")?; doc.save("assets/TIFF_saved.pdf")?; Ok(true) } ``` It loaded the document successfully and saved...

can you show me how your loading the file to run into this issue?