8 Matching Annotations
- Jul 2024
-
www.imdb.com www.imdb.com
-
Remember, a writer writes, always.
—Larry, Throw Momma from the Train, 1987
-
- Aug 2022
-
eprint.iacr.org eprint.iacr.org1007.pdf1
-
Exception disorder
Solidity based. Irregularity in how exceptions are prioritized.
-
- Jun 2022
-
Local file Local file
-
Favorites or bookmarks saved from the web or social media
The majority of content one produces in social media is considered "throw away" material. One puts it in the stream of flotsam and jetsam and sets it free down the river never to be seen or used again. We treat too much of our material and knowledge this way.
-
- Jul 2021
-
stackoverflow.com stackoverflow.com
-
You can do this elegantly with throw/catch, like this:
-
In most languages, there is no clean equivalent for breaking out of a recursive algorithm that uses a recursive function. In Ruby, though, there is!
-
it's much faster—the stack frame does not have to be carried along the "thrown symbol", and no object is created. Lightweight nonlinear flow control.
-
Throw it's a more elegant way to use an exception-like system as a control flow.
-
- Feb 2021
-
github.com github.com
-
This is failing CI because CI is testing against Rails < 6. I think the appropriate next steps are: Open a separate PR to add Rails 6 to the CI matrix Update this PR to only run CSP-related test code for Rails >= 6.0.0 Can you help with either or both of those?
-