Matthew Lieder

Results 25 issues of Matthew Lieder

**FTP OS:** Windows **FTP Server:** Azure **Computer OS:** Windows 10 **FluentFTP Version:** 39.0.1 **Framework:** .NET 6 Using AutoConnect to connect to Azure App Service FTP servers (*.ftp.p.azurewebsites.windows.net) has started failing...

bug
work in progress
azure-server
high-priority

Hello! A bit stumped. I'm using lithium\net\http\Request class and trying to build a request like such: `http://www.test.com/test.php?type=0` When I create the Request with a "query" array with a key of...

bug
net

Hello! I'm a bit confused about the difference between an event and a message. The documentation, such as this page, mostly use the term "event", but in the Portal and...

event-hubs/svc
Pri1

When a SOAP service returns no content but has a Content-Type set, WCF throws a NullReferenceException in HttpResponseMessageHelper. Leaving off Content-Type works fine. **Example HTTP response that reproduces the issue**...

Backlog
bug

Apologies if the solution is obvious, but is there any way to import Handlebars templates as strings and not functions? I'd like to skip the cost of evaluating the function...

### Describe the bug Hello! I have a pretty basic vite.config.ts. Main area of interest is this: ```js build: { rollupOptions: { input: { "my-app": resolve(__dirname, "index.html"), }, } }...

pending triage

Hello! First off, thanks a lot for this useful plugin :). Wanted to bring your attention to a behavior difference in your `useLoading` implementation vs. other plugins (such as vue-router's...

enhancement

**Describe the bug** If my test name contains parentheses, such as "myMethod() returns false", running the test works but debugging it fails. The reason for that is due to the...

bug

Would you be open to me submitting a PR to add support for smart motion events? My initial idea is that if a VideoMotion event came in with `"SmartMotionEnable" :...

enhancement
help wanted

See https://arethetypeswrong.github.io/?p=rollup-plugin-copy%403.5.0. Without this fix, ESM projects using Node16 moduleResolution get a "This expression is not callable" TS error when using this plugin. Also see https://github.com/eight04/rollup-plugin-external-globals/pull/36 for the same fix...