Joseph Silber

Results 4 issues of Joseph Silber

I think I may have found a bug in the naming of a particular daf in the daf yomi calculations. Current Result --- The following yields Tamid 34: ```js new...

- Larastan Version: 2.6.4 - `--level` used: 3 - Pull request with failing test: [this repository](https://github.com/JosephSilber/larastan-regression/blob/c755e37db3596f2884390c0fd408337f077a5d77/app/Http/Controllers/Controller.php#L14-L19) ### Description When using the `flatMap` method on a `LazyCollection`, it doesn't pick up...

bug

**[View fully rendered RFC](https://github.com/JosephSilber/rfcs/blob/prop-aliases/active-rfcs/0000-prop-aliases.md)** --- Allow aliasing props, to have different external and internal names (some languages call these "argument labels"): ```js props: { externalName: { as: 'internalName' } }...

core

I want to redirect my users to the Google Drive interface, to show the file in their viewer. To construct the URL, I need the file ID. Is that exposed...