Jessie A. Young

Results 17 comments of Jessie A. Young

I just experienced the same issue in a private repository. I think this message is inaccurate and left a comment on where it was added here: https://github.com/sindresorhus/np/pull/595/files#r637090752

Also, fwiw, my new file was published when after this message showed up and I proceeded anyway.

I think this is the issue I am dealing with in https://github.com/presidentbeef/brakeman/issues/516#issuecomment-49242643 (do not want to raise for `raw`)

Has anyone in this thread tried Rails' `sanitize` helper? From what I am reading, looks like this might be a way around using `.html_safel` or `raw` for user input while...

I usually see people create a place for flash messages in Rails view layouts, as @derekprior mentioned. Looks like we are setting the flash message in the sign in form...

Thank you for reporting this! I was experiencing the same error and was able to fix using the changes linked here by @keiranking https://github.com/keiranking/dotfiles/commit/662c6bc909a221f053e24ae787010456022c4bd6

hi Bob! thanks for reporting this. The book is more of a guide than a tutorial, so not every step of setting up the app is included. That being said,...

Thank you very much! I will look into it soon and let you know how it goes! :rainbow:

I ran into this issue as well. Opened a PR that returns a specific response when etags passed in get a cache hit: https://github.com/arsduo/koala/pull/453 Also working on a PR that...

This is great! I was just about to add the same @petergoldstein @realdoug - what do you think about merging this?