Eric Dattore

Results 17 comments of Eric Dattore

Hey there, I get the same issue on save. I went ahead and disabled all community packages like you said in your above comment, @jazzpi, but even after doing that,...

@lloeki Not at the moment. I'm not sure what causes it, but I blew away my `.atom` folder awhile back and reinstalling fixed the issue. I'm not sure what causes...

I'll go ahead and take this one on if no one else is 🙂

@SergioBenitez This should be ready for another pass. I updated the style to better match Rocket's. I think it's mostly there, but there might be some minor style issues remaining....

To add to this, I created a rough sketch of a diagram (that may not quite be correct) about how long the transaction will need to live for in order...

@jebrosen That's a good point. Depending on the abstraction we use to represent a "transaction," the implementation is going to differ. In the case of using true database transactions, we...

@ducharmemp Sorry for taking so long to get back to you. I drew on the way Rails does transactional tests/migrations for how to go about it with Rocket. The issue...

@hugebubu I like this idea and would definitely be open to accepting a PR that accomplishes this. Happy to mentor/advise/assist in any way desired, as well :)

Unfortunately, I don't believe that is possible. Based on the contents of [this readme](https://github.com/codecov/example-rust/blob/master/README.md), it appears that the rustdoc example are created in a temporary directory that's disposed of when...

@SergioBenitez I was working on getting the CI piece done. I got it running on macOS CI, but not Windows or Linux (these are being particularly tricky). It's also difficult...