RedX2501

Results 21 issues of RedX2501

I am testing out my .vimrc with neovim. First i transferred it to the new XDG_CONFIG_HOME location and renamed it. Now when i tried to start neovim-qt it would just...

waiting

I'm trying to understand how i should write examples in comments. https://github.com/jessevdk/cldoc/blob/master/cldoc/comment.py#L154 it seems that the splitting is done. But after trying various formats i could not figure out how...

I'm on windows 10 and have a 38gn950-b. I installed HID, qt5 and the GUI opens fine. I run it via powershell as admin with `python gui.py` Python version 3.9.2...

### System Details - posh-git version/path: 1.0.0 beta4 ~\Documents\WindowsPowerShell\Modules\posh-git\1.0.0 - PowerShell version: 5.1.17763.1490 - git version 2.28.0.windows.1 - OS: Microsoft Windows NT 10.0.17763.0 ### Issue Description I have posh-git to...

Looking up a lot of documentation it seems that much of the new workflow in razor with .Net Core and Blazor has the temlates being pre-compiled. My use-case is a...

**Describe the bug** When you have non-visible elements the Highlight border is misaligned. **To Reproduce** Steps to reproduce the behavior: Open project, drag element onto target element. [DragDropBugReport.zip](https://github.com/punker76/gong-wpf-dragdrop/files/9072969/DragDropBugReport.zip) This project...

Bug

I'm trying to use `pre3` and it seems that I cannot pass a simple function any more as the the second parameter for the AsyncCommand as you have suggested here:...

To have the same tools and for easier archiving of the tools we deliver the current necessary tools via git. To avoid having to set the environment variable GRAPHVIZ_DOT i...

I have tried by changing your provided XSLT to version 3.0: and changing what is written in ``. Nothing happens in the output pane. Not even after clicking `Transform`.

Normally this works: var mapp = new MemoryAppender(); BasicConfigurator.Configure(mapp); ILog logger = LogManager.GetLogger("moduleX"); using (log4net.LogicalThreadContext.Stacks["TestStack"].Push("context")) { logger.Warn("Something happened!"); mapp.GetEvents().Where(x => (string)x.Properties["TestStack"] == "context").ToList().Count.ShouldBe(1); } But as soon as I introduce...