Jake Oeding

Results 10 comments of Jake Oeding

Can anyone provide some comments/feedback on this approach for #2707 ?

Hello - I'm interested in working on this. It looks like there is a similar issue (#2068) from 2019. The only difference is that one also mentions changing instances of...

Ok I've prepared a WIP showing what this could look like in #3636. I found this a little more challenging to get right than I originally anticipated. The tests I...

@kevinbarabash Do you have any feedback on the approach I've taken in #3636?

That particular RCE plugin requires a [Rich Content Service](https://github.com/instructure/canvas-rce-api) to work. If you're using docker, you can use [this override](https://github.com/instructure/canvas-lms/blob/master/docker-compose/rce-api.override.yml) instead of spinning up your own.

There's an account setting accessible at `/accounts/:id/settings#tab-settings` titled "Disable uploads to Canvas Media from the enhanced rich content editor". That would also need to be unchecked for media recording to...

Sorry.. It's been a while since I've worked in this domain. Yes, you'll need a service to process the uploads too. That's what the Kaltura settings check is looking for.

I am observing the same issue in `@sentry/esbuild-plugin` v3.2.2 Example output snippet: ``` error: API request failed Caused by: sentry reported an error: Invalid token (http status: 401) Add --log-level=[info|debug]...

That specific error was because I didn't correctly supply the `url` option, but that's besides the point. I just wanted to point out that issue reported above is not limited...

Similar to getsentry/sentry#75203. I'm happy to submit a PR with the updated schema. Let me know if there's anywhere else that might have the old schema and I'll update too.