Ethan Waldo
Ethan Waldo
For some reason Chrome doesn't detect the codec despite definitely supporting AV1 decoding. Nothing telling show up in console, chrome://webrtc-internals/, or chrome://media-internals/. Testing via `docker-compose up`.
xinetd isn't running and as soon as you install it, it messes up systemd. The tested solution is to use systemd to run tftp instead.
The lack of typecasting on attributes is preventing the ability to override getters and setters for attributes when using typescript.
``` const bazScope = Baz.selectExtra(['baz_optional_field']); const returnScope = Foo.selectExtra(['foo_optional_field']).includes(['foo_sideload']). merge({bars: Bar.merge({ baz_sideload: bazScope }).includes(['bar_sideload']}); parent.save({ returnScope }); ``` This will call a PATCH URL like ```/parents?extra_fields[foos]=foo_optional_field&extra_fields[bazes]=baz_optional_field&include=foo_sideload``` As you can see...
When using an MCP tool directly as a component, rather than via an agent tool call, provided arguments arrive as strings rather than objects so the dynamically generated AnonModel pydantic...