John Mercier

Results 30 issues of John Mercier

The 4.2 spec shows "notUsed" as a valid event type for Tracking event. Is it possible to get this added to the xsd? ![image](https://github.com/InteractiveAdvertisingBureau/vast/assets/7831184/e19b491d-1766-4aea-a239-8f5a5f7613e3)

Events need to have the extension offset in order to write correctly. This is needed in order for the send event requests to function.

bug

The raw XErrror only contains a few codes to get the correct error message. ``` WindowError(sequenceNumber=36, badValue=0, minorOpcode=0, majorOpcode=1) ``` It is up to the client to use those codes...

Switch to java 11 and implement modularity 1. move protocol into its own subproject 2. move x11-client into a subproject 2. each plugin and set of protocol classes will need...

When a primatives field has an mask methods are added to mask the value with an enum parameter. The same should be done with an altmask. Add builder methods to...

1. emerge gradle 2. eselect gradle list to make sure it is selected 3. emerge Intellij 4. create gradle project with `gradle init` 5. attempt to import project in Intellij...

Using autoboxed java lists is inefficient for primitive lists. What is needed are immutable primitive lists. Switch the project to use eclipse collections for supporting primitive lists.

I am running into an issue where a LibraryModels is not detecting a null parameter in an overloaded method. I have created a complete example project for this issue [here](https://github.com/moaxcp/nullaway-example)....

documentation

Please add an xsd for vast-4.3. https://iabtechlab.com/vast_4-3/