Dmitry Shemetov
Dmitry Shemetov
Hello there. Thank you for your work on this package! Do you have any suggestions for how to include tibble previews in error messages? Currently, our work around is something...
When using the explorer and visually scanning to look back at the history of what I wrote, I found myself consistently mistaking the outputs for the inputs. This is because...
- This one should pass level 17, but doesn't: `(λabcd.ad)pyyp`. - This one should pass level 18, but doesn't: `(λx.i)xλj.k`. FWIW, the inspector thinks they're both beta-irreducible, despite reducing them.
- [x] Add GitHub Workflow which adds as a functional test for this **Describe the bug** Darker github action ignores [`working-directory` setting](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrunworking-directory). **To Reproduce** Steps to reproduce the behavior: take...
Please see [this issue](https://github.com/cmu-delphi/epiprocess/issues/518) for a screenshot of the issue. Copying a comment over from that thread: >The color settings look the same to me... [epidatr](https://github.com/cmu-delphi/epidatr/blob/dev/_pkgdown.yml) and [epiprocess](https://github.com/cmu-delphi/epiprocess/blob/dev/_pkgdown.yml). Could be...
The workhorse [`_perform_request`](https://github.com/afeld/sodapy/blob/main/sodapy/socrata.py#L516-L557) eagerly parses request data either as JSON or as CSV. This is likely fine for most users, but for users who would rather not parse the data...
The `get_all` function paginates through the dataset by making multiple requests and iterates through the rows of the dataset. Looking at the source, it's unsurprising that the header is repeated...
After a month of tinkering with overly clever lazy evaluation approaches and get tangled in too many lifetimes, I arrived at an unoriginal "Rc all the things!" solution, but hey,...
Not a big deal, but the part in the docs that says that =~ is an alias for match confused me, since they actually swap arguments: `match pattern target` vs...