Sean Linsley
                                            Sean Linsley
                                        
                                    Don't know if it's the same issue, but 1.3.2 doesn't seem to post to our Slack room, while 1.3.1 does.
Is there anything I can do to help?
Well the best (but more complex) solution would be to redirect the old URL to the new URL, just like Github itself does.
I'm currently trying to transpile a project that includes [xxHash](https://github.com/Cyan4973/xxHash) and am running into the same error using the latest version of c2rust (39be293c50235b169a76e38203865c4e60378235). ```bash git clone https://github.com/Cyan4973/xxHash cd xxHash...
I see #229 is also related to xxHash. I'm running c2rust on macOS from inside an Ubuntu VM. I'm able to transpile lz4 without `-fno-blocks`, so some versions of xxHash...
Here's an example that generates a presigned post with rust-s3, using credentials from the official crate: ```rs use aws_config::default_provider::credentials::DefaultCredentialsChain; use aws_credential_types::provider::ProvideCredentials; use aws_sdk_s3::config::SharedCredentialsProvider; use rust_s3::post_policy::{PostPolicyField as Field, PostPolicyValue as Value,...
BTW @dgynn unless GitHub has changed how it works, issue creators can't re-open issues that a contributor has closed.
`include_gon init: true` works, but doesn't record any variables that have been set. It appears that this is a bug in the request_store gem: https://github.com/steveklabnik/request_store/pull/52
I just merged this branch on my company's fork, because we needed #47: https://github.com/modernmsg/roadie-rails/commit/69b62dd09fb1d730734d1f14ce2986510645bf2e @afeld if you're still interested in this PR, would you mind rebasing it?
Note that even with this PR, we had to use a literal `` to get Roadie to include styles from our Resque server, like suggested here: https://github.com/Mange/roadie-rails/issues/42#issuecomment-100991441