LordJZ

Results 6 issues of LordJZ

After doing a series of settings backups and then restores News+ goes into permanent fullscreen mode, hiding the status bar. On article view it also hides the top bar. Reproduced...

**Describe the bug** When relaying an image or a file from Telegram to MS Teams, matterbridge errors out with the following error: `SendMessage failed: 400 Bad Request: {"error":{"code":"BadRequest","message":"Missing body content",...

bug
cantfix
msteams

Consider this test: ``` C# [TestFixture] public class T { [TestCase(new double[] { 1, 2, 3 })] [TestCase(new double[] { 3, 2, 1 })] public void M(double[] values) { }...

is:bug
pri:low

Hi, I'm experiencing weird breakpoint behavior. First issue: Breakpoints set before starting debugging are not usually taken into account. This happens because DebuggedProcess.SetBreakpoint is called before Modules are loaded (i.e....

The piece of code in question: ```C# public string To(string relativePath) { return _context.Options.PrefixPath + ( #if FEATURE_OWIN _owinContext?.Request.PathBase.Value ?? #endif _context.Request.PathBase + relativePath ); } ``` With FEATURE_OWIN this...

The addon Sidebery provides similar functionality like this addon, but does show bookmark icons. It does so by doing manual favicon management: https://github.com/mbnuqw/sidebery/search?q=favicon Is there a chance a similar workaround...