Paulo Aboim Pinto
Paulo Aboim Pinto
> It's not possible to "extend" client area to decorations with X11 since decorations are drawn by the window manager. > > At some point we'll implement client decorations though....
I will be working on this issue
Found this threads in StackOverlow * https://stackoverflow.com/questions/3899940/is-there-a-threadsafe-observable-collection-in-net-4 * https://stackoverflow.com/questions/23108045/how-to-make-observablecollection-thread-safe where someone said that implement a version of the Observable Collection using ReaderWriteLockSlim https://pastebin.com/hKQi6EHD this is an example from the Microsoft...
Yes still working on this ... every time that I see access to block header, I change to use block In the app we should use only Block and internally...
I would like to discuss the rule SA 1309: FieldNamesMustNotBeginWithUnderscore Or we use the underscore to prefix the private fields or we use the prefix "this" StyleCop disallows the use...
Another question is regarding the usage of #Region The StyleCop indicate that using #region could hide code and because of that this rules suggest to remove it. Personally I like...
https://github.com/CityOfZion/neo-sharp/pull/265/commits/a7086ecb9913c02bd69fc02a26829b55701288a3
I think this could be a good idea ...
no, it's not done ... Everyone that came across this issues can make the necessary refactor too.
it's just a feature for the light node that I describe on #340