Daniel Jacobs

Results 69 comments of Daniel Jacobs

https://github.com/ruffle-rs/ruffle-rs.github.io/blob/master/src/app/avm2/page.tsx is what allows https://ruffle.rs/avm2.html to redirect, but according to https://nextjs.org/docs/app/api-reference/next-config-js/trailingSlash, "When used with [output: "export"](https://nextjs.org/docs/app/building-your-application/deploying/static-exports) configuration, the /about page will output /about/index.html (instead of the default /about.html)."

Though that page also says "By default Next.js will redirect urls with trailing slashes to their counterpart without a trailing slash." Not sure why that is not happening.

We might be able to accomplish this with middleware: https://nextjs.org/docs/app/building-your-application/routing/middleware#advanced-middleware-flags

> Will partially replace #12539 (first only on desktop, in the future, using WebCodecs, entirely). The [VideoDecoder](https://developer.mozilla.org/en-US/docs/Web/API/VideoDecoder) part of WebCodecs (and many other APIs) are only available in secure contexts,...

At least for me on Fedora, this seems to have added a dependency, as I had to do this. If there's an equivalent dependency added to Ubuntu it should probably...

Ah, I may have just not build the Desktop package from source since that PR was merged, my mistake.

There's also [printAsBitmap](https://open-flash.github.io/mirrors/as2-language-reference/global_functions.html#printAsBitmap()), [printAsBitmapNum](https://open-flash.github.io/mirrors/as2-language-reference/global_functions.html#printAsBitmapNum()), and [printNum](https://open-flash.github.io/mirrors/as2-language-reference/global_functions.html#printNum()).

Seeing as my PRs are getting no attention, I guess this isn't being maintained. In which case, hopefully most users of this action can just update to using this: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-output-parameter

Seeing as my PRs are getting no attention, I guess this isn't being maintained. In which case, hopefully most users of this action can just update to using this: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-output-parameter

test.swf is named Test.swf Edit: I see this was mentioned in Discord too.