Daniel Weaver

Results 51 comments of Daniel Weaver

@Tofandel ah ok. I didn't realize DSN was order sensitive. I will look into how difficult/complicated it is to keep the order. Was trying to keep the code as simple...

@Tofandel Good news! I figured out a way to keep the order, have dot notation, not break any existing tests/code, and along the way found/fixed a bug where the key...

> array_fill_keys(array_keys) + array_replace would have killed the memory for a large array by keeping 3 copies of the array in memory at the same time, it goes from a...

Also apologies for all the commits (if you get notifications for them), not familiar with the Laravel formatting styles.

@taylorotwell Almost all the other Arr helper methods support dot notation so it is very confusing when Arr::only does not support it. This request is more about being consistent in...

@sdll @rdgfuentes It appears my fix is interfering with tests 498-502... This is due to my original statement: "This sort of breaks the one tap move drawing functionality," however, this...

@rdgfuentes @sdll @kjkurtz @kkaefer I added a condition to my event pass through change and all the tests should pass now. Let me know if there is anything else I...

@asheemmamoowala Sorry to bring you into this, but is there any way we can get this merged into the next version? This issue has been resolved for almost a year.

> Hi team @asheemmamoowala @rreusser @karimnaaji @arindam1993, checking in if is there a reason this PR has not been merged? Is there something preventing this change, or a different approach...

> Hi Is there a solution to this? I am still getting this error and it's a blocker for the project I'm working on. If you want the solution asap...