Trey Hayden

Results 10 issues of Trey Hayden

With the `kafka-console-consumer`, there's a `--from-beginning` option for getting all messages across a topic's partitions. I've tried setting the `startingOffset`: ``` const consumer = new kafka.GroupConsumer({ connectionString: KAFKA_URLS, startingOffset: kafka.EARLIEST_OFFSET...

In response to https://github.com/adlnet/ADL_LRS/issues/476. Added installation instructions for getting the server running on windows. Can only test on my windows 8.1 machine, any other machines will be appreciated.

Added an argument to specify a version of the xAPI spec. This (hopefully) removes the hard-coded 1.0.3 string dependence and was implemented to let LRS Frontend site users test the...

Updating with the slightly modified Python-3 version of John's original xAPI 2.0 changes.

Morning team, Would it be worthwhile to add a built version of the production web page to the repo? I watched Shelly's webinar yesterday on DATASIM and was surprised to...

Afternoon gang! It's been raised a few times in other areas, so I wanted to just poll the peanut gallery on it here. As it stands, the only thing preventing...

As requested by @rchadwic and @milt: This is a small change that will make it possible for an LRS to receive a conformance certificate for both the 1.0.3 spec and...

As we work through adding the 2.0 branch for this test suite in alignment with https://opensource.ieee.org/xapi/xapi-base-standard-documentation, I'll try to keep this issue updated with known issues / gap in the...

From https://github.com/cassproject/CASS/issues/226 The goal of this change is to allow server admins to prevent public creation of competencies, frameworks, etc. by requiring that those requests be associated with a logged-in...

enhancement

Morning team, adding a small update to provide the configured public admin keys to the ping API, so that the editor can behave properly when this is configured. This is...