Ken Williams
Ken Williams
Nice project. If I understand correctly, frak will generate a regex that matches the exact set of strings it was fed, right? It would also be nice to add a...
The docs for `crontab` (https://man7.org/linux/man-pages/man5/crontab.5.html) say this: > Commands are executed by [cron(8)](https://man7.org/linux/man-pages/man8/cron.8.html) when the 'minute', 'hour', and 'month of the year' fields match the current time, _and_ at least...
I've been thinking it would be very cool to have a version of your app that just sits and watches a real git repo as you make commits, pulls, pushes,...
I'm looking at http://deps.cpantesters.org/?module=MongoDB , and although the package's META.{yml|json} list Moose as a prerequisite, the page doesn't list it. This makes the dependency tree look way smaller than it...
For many of the contacts I maintain, people share lots of data between them. For example, I and my spouse and our 3 kids share an address and a phone...
It's true that HTTP URLs contain `/scm/`, but that's for read-only access. If you're working with a repo that you can push to, it has an SSH URL that looks...
**Is your feature request related to a problem? Please describe.** I have timeseries data in dataframes that I want to pass between Python and R. A fellow StackOverflow user (https://stackoverflow.com/questions/73115921/rpy2-converting-dataframes-data-frames)...
**Describe the issue or bug** Neither a timezone-aware nor timezone-naive `datetime` object in Python can be converted successfully using the `ro.POSIXct()` function. **To Reproduce** ``` import datetime import pytz import...
#### Problem description I'm seeing a `ResourceWarning: unclosed file` warning when using context managers to open files/streams with `smart_open`. **Note**: if I don't run under `unittest`, or if I don't...
The [Related Packages](https://github.com/paws-r/paws/blob/main/README.md#related-packages) section of the README doesn't mention the AWS R packages I'm most familiar with, the `cloudyr` packages like [`aws.signature`](https://github.com/cloudyr/aws.signature) and [`aws.s3`](https://github.com/cloudyr/aws.s3) and [`aws.ec2`](https://github.com/cloudyr/aws.ec2). Do you have any...