ChernyshevDS

Results 18 comments of ChernyshevDS

Well, looking at source code of `CountOf` method there's a line: ``` private long CountOf(Type theType) { var entityLabels = new HashSet(); var expressType = Model.Metadata.ExpressType(theType); // // when searching...

Thanks for the reply! > I think you say that the issue is gone in some place but resurfaces in the init of XbimEdge? Yes. I've added `GC::KeepAlive` at the...

> Would you mind preparing a PR for this? Sure, I can try. Which branch should I target for? `development` branch is... in development state.

May be related to https://github.com/xBimTeam/XbimGeometry/issues/447

@grokys Hello. I'm struggling with the same task as you trying to implement actions handling according to the spec, and I think the spec has a bigger flaw, that confused...

Found another inconsistency in spec: [`dispatch actions for a string`](https://www.w3.org/TR/webdriver2/#dfn-dispatch-the-events-for-a-typeable-string) appends `shift key down` actions for [`shifted characters`](https://www.w3.org/TR/webdriver2/#dfn-shifted-character) thus adding cancelling `shift key up` to `input cancel list`, although in...

> i.e. it will fail for pointer actions? That part confuses me too. Why this specific handling for pointer actions? Just a guess from my side (not really good when...

@andyward Thanks for the reply. I didn't know that Xplorer has this feature, that's cool. I finally managed to extract the problematic element, and I'd say that was not as...

I'd like to share some of my findings, may be they will help. I tried to find out why `XbimWire::NormalDir` throws an exception. The method accepts the wire and iterates...