moon6969

Results 14 issues of moon6969

I'm using winpdb-reborn v1.5.0 on Python 2.7. The debugger itself seems to work, but the Namespace frame stays stubornly empty. I found this related (and very old) issue on [original...

The example code in https://github.com/MelbourneDeveloper/Device.Net#example-code has a leading zero added to the buffer... ``` //Create the request buffer var buffer = new byte[65]; buffer[0] = 0x00; buffer[1] = 0x3f; buffer[2]...

When stepping in debugger, variable scopes (Parameter, Local, etc.) do not automatically expand - even if they were previously expanded... ![LuaScope1](https://user-images.githubusercontent.com/30491315/83181203-71e1c880-a11c-11ea-8e9f-2b4e9bd5618b.png) "Local" starts closed... ![LuaScope2](https://user-images.githubusercontent.com/30491315/83181246-83c36b80-a11c-11ea-978d-16f431981467.png) So I open "Local" and...

[kerAliasesNotSupported](https://github.com/Exiv2/exiv2/blob/38dc741f2d807d0f93d9fdfcd3602f9dc623a1ff/src/error.cpp#L144) N_("Aliases are not supported. Please send this XMP packet to ahuggel@... `%1', `%2', `%3'") }, Is Andreas still interested in these!? I wonder if it should instead refer users...

refactoring

When setting an invalid Xmp key name with a unicode character like this... `xmpData["Xmp.xmp.Rating↕"] = 69;` No exception is thrown at the above line, but the subsequent `image->writeMetadata();` is giving...

refactoring

I propose readMetadata (or alternative) should: - Continue on error: return as much valid data as possible - return list of warnings: have a better framework for reporting warnings than...

refactoring

I couldn't figure out why ß wasn't being removed until I poked through the source. Might be nice to give a Decompose example in the README.md.

**Description** WrapLayout is not updating correctly when source collection is changed. Consider an ItemsRepeater bound to a changing source collection "CurrentNode.Things". With `` the ItemsRepeater displays the correct items from...

bug
help-wanted

https://github.com/ItsBranK/ReVorb/blob/1935811a4c42caba59e2b91b3eaafdf174b19338/revorb.vcxproj#L105 https://github.com/ItsBranK/ReVorb/blob/1935811a4c42caba59e2b91b3eaafdf174b19338/revorb.vcxproj#L112 It worked for me to change it to: ` $(SolutionDir)libvorbis;$(SolutionDir)libogg;%(AdditionalLibraryDirectories)` and `$(SolutionDir)libvorbis;$(SolutionDir)libogg`

When adding a new Avalonia Window or UserControl in a subfolder, the new item does not include the subfolder in the namespace. EG: for /Views/UserControl1.axaml.cs : ``` using Avalonia; using...

bug-in-dependency