Results 39 issues of Hecatron

As requested I've resubmitted this pull request the original being https://github.com/Requarks/wiki/pull/2070 This should allow for breakpointing / debugging of the client side code within vscode.

Hi, I just wanted to ask is it safe to call the functions within `__main__.py` directly to run mkdocs from some other python code? Recently I've been using a script...

Enhancement
Needs design decision

One of the new features with yarn is the use of pnp mode. This is where the packages when they're added / installed end up downloaded and stored as zips...

Hi, I'm noticing some temp files being left over when running copier Typically under windows under the `C:\Users\username\AppData\Local\Temp` directory such as `copier.vcs.clone.sxn86nzf` I'm running copier using a template that's located...

bug

Hi, I've recently setup a python project, for the docs I'm using python code -> Doxygen -> (filtered via doxypypy) -> Breathe -> Sphinx Docs This all seems to work...

Hi, This might be related to https://github.com/Feneric/doxypypy/pull/42 but do we know if there's a way to handle attributes with multiple lines? such as the below ```python class TestClass(object): """Test Class....

This is probably something to be looked at later on for the back burner once we have more of the basic Qt Widgets tested out, but I figured I'd write...

Hi, I've recently added in some changes These are mostly cosmetic, and based around personal preference so I'll understand if they don't make it in Let me know what you...

From what I understand CppSharp currently has problems with support for template functions in order to get a list of all child QWidgets within a QWidget you need to use...

Hi, I was just wondering, is it possible to render Razor Components (which are normally used with Blazor) within a cshtml file? There is a component Tag helper which you...

General Enhancement