Conrad Irwin
Conrad Irwin
@sairam yeah, I reached out to them but they were unable to help me (maybe the person I was talking to didn't know about the community project thing). My plan...
Sadly it seems I lost the auction :(. Sorry about that. Conrad On Tue, Mar 17, 2020 at 10:59 PM, Sai Ram Kunala < [email protected] > wrote: > > >...
@samarism If what you are trying to do is end the current rails request, but not quit the process, then the hack I use is the `raise-up` command. This will...
It would be really nice to have some way of doing this — could we make `{# foo }` work?
I would add a special case for when the curly brace is at the end of the line. At the moment it's a syntax error, so it won't break anyone's...
I've sent a pull request that implements my suggestion above, would love to get some feedback :).
@chasedeanda you can now use {# comment }, which does the same thing :)
Thanks for these issues @PureKrome. It's probably not a high priority for us at the moment, but we'd love it if you wanted to contribute the log sinks (either as...
Thanks for taking the time to read through this! I don't think `returnFrom` would work with anonymous function literals. Two further tweaks to the language that could make this better...
> Do you anticipate that every function call would generate code to approximate the effect of calling recover() and returning early if it returns a runtime.EarlyReturn instance? Or do you...