Michael Wheeler

Results 30 comments of Michael Wheeler

Glad to hear that this library is helpful @yunusdemir! Yes, I'm familiar with the postMessage spec, although I haven't implemented it in any tools I work on. I'll admit that...

It seems like CHIPS support from Safari is largely hung up on issues around cookie size. Support for the `partitioned` attribute doesn't appear to have made it into Python 3.13...

Looks like [support for the `partitioned` attribute](https://docs.python.org/3.14/library/http.cookies.html#morsel-objects) will be available in Python 3.14. Not a full solution for embedded workflows, but another piece of the puzzle at least.

Heard yesterday that Atomic Jolt is having success [using Storage Access API](https://github.com/atomicjolt/atomic-libs/blob/main/packages/lti-client/src/html/launch_new_window.ts) to enable access to cookies in a third-party context. There are some hoops to jump through, but it...

[Safari will support CHIPS](https://webkit.org/blog/16574/webkit-features-in-safari-18-4/#:~:text=CHIPS) in v18.4 🐿

See also #83 and #70.

Not sure where all of the possible values are documented.

Here is a [list of all supported Canvas placements](https://canvas.instructure.com/doc/api/file.placements_overview.html).

Apparently [LTI Dynamic Registration support is in active development for Canvas](https://youtu.be/BKqB1RvzGIM?t=1655), so it probable makes sense to prioritize #3 and then reevaluate whether this still adds any value for Canvas...

Another [article about using trusted publishing with GitHub](https://dev.to/ldrscke/trusted-publishing-it-has-never-been-easier-to-publish-your-python-packages-3dfn).