Evan Carroll
Evan Carroll
I'm getting > [error:PerlCritic] [Subroutines::ProhibitNestedSubs] MyApp/DNS.pm: Nested named subroutine at line 259, column 5 But I don't feel like `ProhibitNestedSubs` should exclude `my sub` which are explicitly supposed to be...
I'm not interested in maintaining this, but certainly others are. You've got open commits and branches that are years ahead in development. Merge them or reference them as being newer...
I think a popular FAQ question would be the most-right rsync settings for s3fs-c. Some people say to use --inplace, others say not to.
Not sure if you want to provide data-import scripts, but this one will work for PostgreSQL for those that want to use the database.
Active or dead? This is a great idea. Any progress on this? Going to move it out of Alpha?
I intend to look into getting this done. Just an open issue for another method of safe execution of arbitrary code without the use of another machine. https://github.com/EvanCarroll/container-perl
### Description This is very annoying for me.  This is caused by placing sidewalks, or drive through under roofs or carports.  What you have to do currently is...
Add read-only One Way field with Change Direction button to presets that have an implicit direction
### URL _No response_ ### How to reproduce the issue? streams and drains have a direction. we currently can not reverse the direction of them. ### Screenshot(s) or anything else?...
### Description Currently OSM supports [Cultural Centers](https://en.wikipedia.org/wiki/Cultural_center) with ``` amentiy=community_centre community_centre=cultural_centre ``` You can see [tag:community_center](https://wiki.openstreetmap.org/wiki/Key:community_centre) in the wiki. With the further optional qualification ``` community_center:for=* ``` I think it...
`function wrapError` is stripping [ampersand-sync's err.msg](https://github.com/AmpersandJS/ampersand-sync/blob/xhr2-and-node/core.js#L114). This is unfortunate as accessing it is often necessary. What about a patch to add the original contents of the err.message as `options['ampersand-sync-error']` (setting...