François Daoust

Results 248 comments of François Daoust

Discussed today during Cogai CG call. Starting point would be to add a `@strength` and `@age` internal properties, where `@strength` is a number that e.g. starts at 1 and can...

It may also be useful to make the test suite less "hidden", and to run it automatically against `chunk.js` whenever an update is made to either the tests or the...

Can we restrict ourselves to mapping names to URIs for now? I mean, JSON-LD has thorough [serialization/deserialization algorithms](https://www.w3.org/TR/json-ld11-api/#rdf-serialization-deserialization-algorithms). How far do we want to go to describe similar mechanisms with...

I prepared a PR to describe the mapping. I defined `@prefix` as a property and not also as a chunk type as in [mapping with RDF](https://github.com/w3c/cogai/blob/master/chunks-and-rules.md#mapping-names-to-rdf) as I don't see...

I guess we can start with a restricted set of characters and open things up later on. FWIW, `\w` is equivalent to `[A-Za-z0-9_]` and thus already includes `\d` and `_`.

> By what mechanism is it possible to update a cue endTime in the middle of executing time marches on? Nothing ties the "time marches on" algorithm to the event...

Regarding conversion by the web app, a relatively easy and efficient way of converting to RGBA is through WebGPU (well, "relatively easy" provided you're familiar with a few WebGPU concepts,...

Note that this is now more than a hypothetical need: the Media WG publishes the [WebCodecs Codec Registry](https://www.w3.org/TR/webcodecs-codec-registry/) and uses automated publication to /TR... which currently fails because [Echidna rejects...

That worked! See https://www.w3.org/TR/2023/DRY-webcodecs-codec-registry-20230822/ Thanks! :)

I had mentioned "dependencies" more as a model of thinking in terms of versions than in terms of using a particular dependencies mechanism. That said, if the pinned version could...