Tom Wardrop
Tom Wardrop
### Infos: * Used Zammad version: 5.2.x * Installation method (source, package, ..): Source * Operating system: OpenSUSE 15.3 * Database + version: 10.5.15-MariaDB * Elasticsearch version: 7.17.5 * Browser...
Microsoft SQL has the concept of output parameters for stored procedures. It's one of four methods for returning data from a stored procedures (http://msdn.microsoft.com/en-us/library/aa174792%28v=sql.80%29.aspx). TinyTds currently has no native support...
As a suggestion, I often have the requirement to setup the adapter client for every request. For example, with the httpclient adapter I often need to do the following: ```...
Rack Next is going to rely heavily on parsers. A decision needs to be made on what parsing library to use. Performance is most critical, but I'm willing to prioritise...
Rack Next is a rather inconvenient project name. I also don't think Rack 2.0 is appropriate as this project, other than being inspired by Rack, has no connection to it....
My intention is to make it easy to define routes in one controller, which refer to methods (actions) in another controller. This may involve considerable refactoring. For the sake of...
**Describe the bug** When using `cloudflared access login ` to authenticate on a client, after successfully opening up a browser window for authentication (if token isn't already cached), it returns...
Could you include in the README how to use this independently of rails?
I ran into an issue today where a filename with the structure "xxxx [xxxx.pdf" failed to upload using Set-SFTPItem with the error: `The specified wildcard character pattern is not valid:...