Michael Duane Mooring
Michael Duane Mooring
Just an idea. How we do it at Bevry: https://github.com/bevry/docpad/blob/master/HISTORY.md Best, Mike
How might one connect to gitter's irc server? I'm having trouble doing so. See: - https://irc.gitter.im/ Thanks, Mike
https://snapsvg.slack.com/shared_invite/MTM2NTE4MTk3MDYwLTE0ODYwODgzNzUtYjQ0YmM1N2U0Mg
A proposal for a `gh re -N` command that takes the current directory and commits that (and it's contents), without creating a new folder. Story: I was working on a...
There is much confusion from this and open issues still. See: - https://github.com/swagger-api/swagger-play/issues/67#issuecomment-294835498 - https://github.com/swagger-api/swagger-play/issues/95 _ _ _ The second bullet is still confusing: > * swagger-play2 1.5.1 supports play...
**Which game or application is your request about?** Immersed VR - https://immersed.com/ **Is your request related to a problem? Please describe.** Does Immersed VR work with Revive? **Describe the solution...
@sonnyt congrats on going open-source. Just wanted to voice adding 💖 GitHub Sponsors and Discussions! Thanks for the great extension! 🙇🏻♂️
I've been reading through the source trying to figure it out. Got stuck on the `stripe::CheckoutSessionItem::id`: ``` rust let checkout_sesh = stripe::CheckoutSession { success_url: format!("{:?}/success.html?session_id={{CHECKOUT_SESSION_ID}}", domain), cancel_url: format!("{:?}/canceled.html", domain), payment_method_types:...
Hi @Wyyerd, have you guys considered GitHub's Sponsor and Discussion features? It's nice to give back to projects you're using commercially via sponsorships and I find that issues are usually...
Howdy, I've been trying to do a type check in my data before it runs through a chainy.each() but the way it is now it keeps thinking the data in...