Tim Morgan
Tim Morgan
Actually I think when calling a function via Fiddle, the Ruby process' stack is utilized (could be wrong of course). So I think we would just set it up when...
That's a good point! I've been wanting to do that for awhile. Just needed our own Fiddle library, which I made recently. š
If I am not mistaken, armhf is 32-bit. That seems to jive with the error message about casting a (32-bit) pointer to a 64-bit integer. I haven't put any thought...
Let's keep this open. Someday we can work on it... š
I started a branch called [asan](https://github.com/seven1m/natalie/tree/asan), but there are screen-fulls of errors when running the test suite. Some of them are no doubt false-positives, due to our stack manipulation in...
We're getting the following error when Fibers are in use, due to the stack switching: ``` ==639366==WARNING: ASan is ignoring requested __asan_handle_no_return: stack type: default top: 0x7ffd57cd4000; bottom 0x7ffb271fb000; size:...
`method_missing` was implemented in d2a45f275b9948826787b69a1b2d98b812bdae0b :tada: We still need `respond_to_missing?` though...
No, church staff generally know. And if they're not sure, then they can ask the family.
OK, I'll compromise and say that can be configurable. 1. Add a setting in section "Features" called "Allow people to request to join a different family" with 3 possible values:...
@AndyGauge hold up on this... I'm thinking this might change significantly given I'd like to do away with Family records altogether. (I'm hoping to implement Households)