Andrew Wheeler(Genusis)

Results 13 issues of Andrew Wheeler(Genusis)

So here is the issue, in the current Jinja i can use a card.html which include something like this ``` {% block card_title %}{% endblock card_title %} {% block card_badge...

Maybe Add to Module to have Object call overrides than will run a set function for checks and returns similar to **module.field_fn** but as **object_fn**. So maybe `module.object_fn(Type_Npc , "obj",...

Most likely setting it up so we can do the following for ```rust pub enum Kind { Npc, Player, } ``` to add it to rune like: ```rust let kind...

enhancement

**Description** when starting up software that uses wgpu we are getting a Stop reason: Exception 0xc0000005 encountered at address 0x7ffa5d357011: Access violation reading location 0xffffffffffffffff caused by ``` #[doc =...

So I am attempting to port some of my old python code that used Jinja2 and i noticed that I can not include something that extends something else. I don't...

OS: Windows 11 22000.556 VSCode version: v1.65.2 CodeLLDB version: < v1.7.0 Compiler: rustc 1.61.0-nightly Debuggee: executable with Tokio threading Arch info: x86_64-windows-msvc The problem occurs when debugging stuff that has...

platform:windows-msvc
area:Crash

So based on #69 I have updated this to use the latest version and have Temporarily fixed the Scissoring issue. The issue seems to be the Command buffer if using...

This Will currently update to the latest Iced master. Also since you are now keeping branches of published Versions we can now use the main repo for new changes and...

Replace all Range driven Vecs with a Btree using https://crates.io/crates/rangemap This should boost performance. I am currently Added the missing derives we need in a PR for rangemap. If they...

There are a few functions on windows for their IME to give you a UTF16 string and then you could use a small converter to output UTF8. Other libraries like...

enhancement