Rick M

Results 91 issues of Rick M

I got the following error in the build transcript: ``` Showing All Messages Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "The given data was not valid YAML.", underlyingError: Optional(19:3: error: scanner: while scanning...

area/generator
kind/enhacement
size/S

It'd be cool if I could have a mapping line that sets the payee, but prompts for the account. That way, I can have a rule to match, say "/Amazon.*/,"...

I'm getting Dependabot alerts for the grunt version used by this template. Known security vulnerabilities detected Dependency grunt Version < 1.3.0 Upgrade to ~> 1.3.0 Defined in package.json Vulnerabilities CVE-2020-7729...

**Describe the issue** I was going through the README to get my two RPi cameras up and running. The Python examples work just fine (e.g. `python3 dual_camera.py` displays the output...

bug

I think it would be helpful to include, in this repo, digital images of several example frames of film. The Archive website has only a couple of frames. I'd like...

### Describe the issue MysqlNIO is missing MySQLData conformance for Data ### Vapor version 4.92.4 ### Operating system and version macOS 14.3.x ### Swift version 5.10 ### Steps to reproduce...

bug

The Redis retry configuration is potentially confusing, and downright problematic for Vapor. [`RedisConnectionPool.Configuration.init()`](https://github.com/swift-server/RediStack/blob/c8f217fb811bc0e9d01ca7423a39d817ba54fba0/Sources/RediStack/ConnectionPool/RedisConnectionPool%2BConfiguration.swift#L120) is implemented like this. Note that it specifies a default timeout in the signature of 60 seconds,...

Fix for #104. Makes the connection retry timeout consistent regardless of whether no value is specified, or `nil` is specified. Test failures seem to be due to the specific test...

Getting link errors when building on an M1 Mac under Ventura 13.3.1 `CMakeCache.txt` shows ``` //Path to a library. JPEG_LIBRARY_RELEASE:FILEPATH=/opt/homebrew/lib/libjpeg.dylib ``` And checking the exports using `nm -gU /opt/homebrew/lib/libjpeg.dylib |...