Mario Vernari

Results 4 issues of Mario Vernari

The DigestAuthenticator class in the HTTP project should implement IDisposable in order to dispose the NonceService (the inside Timer). As long the Timer is running a strong reference will keep...

I wish to add a page break in my document, and to achieve that I'm using the "InsertSectionPageBreak" method. That actually breaks the flow to the next page, but the...

Here is my proposal for adding the navigation feature. The `Chrono` component now exposes a new optional property `initialActiveTimelineItem`, which instructs the component which item should activate on load. That...

Just a suggestion, because I feel the "in" operator would be useful in several contexts. A possible syntax could be as follows: `locations[?state in ['WA', 'CA', 'NY']].name` However, the filter...