David Hait
David Hait
Criterion won't build on MacOS 12.2. I am getting the following error: ../src/core/theories.c:27:10: fatal error: 'ffi.h' file not found #include I've traced this to this line in build when I...
This is different from pubsub #295 because it is specific to message handling from AWS SQS, not a generic pubsub solution. I am envisioning something modeled very similarly to the...
CrushFTP and some other servers, in response to a FEAT command, prefix each feature with a " ". This is giving "short response" warnings. Example (CrushFTP): ``` 211-Extensions supported: AUTH...
A few users (e.g. #206 and #128 ) have asked for a feature and/or guidance on how to create a connection pool for FTP access, which is a critical use...
Added feature proposed in https://github.com/jlaffaye/ftp/issues/284
Feature request: Save the "Welcome" (220) message at connection time, and add a method on ServerConn that will return it as a string.
I would like to have the page number as well as the offset returned in the response. Currently I can either choose Page or LimitOffsetPage but not both.
### Environment - Operating System: `Darwin` - Node Version: `v18.16.0` - Nuxt Version: `3.5.2` - Nitro Version: `2.4.1` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-` -...
### Description The Overture app won't start on MacOS 12 ### Steps to Reproduce 1. Download the mac zip file 2. Unzip and move to Applications folder 3. Click app...
The documentation and/or test case coverage for this package is woefully lacking. For example: I just took several hours of debugging, including stepping into this package code, to discover the...