Stef Heyenrath

Results 713 comments of Stef Heyenrath

In case anyone is still looking for a solution, I created a new project to implement an FTP trigger. See https://github.com/StefH/WebJobs.Extensions.Ftp which supports: - Ftp Trigger on a new FtpFile,...

@lloydwatkin This solved my problem. Thanks. See : https://travis-ci.org/StefH/PrimeNG-DataTable-Extensions

@GPRogers & @dotcom9 What is the solution for **NUnit**?

Hello @jen20, I'm not sure if you still have an issue with using constants, but I've created a project and NuGet which defines some constants. More details can be found...

@Vimary94 Actually when I read the error message correctly, in case of an empty file, I should just provide `null` (or not set the `Source` on the `BlobArgs`. I fixed...

The reason is that it just _feels_ better to use the asserts. And more functionality is provided out of the box by assert. Maybe a new function name could be...

If anyone is interested in testing a trimmed down version from this tool (only support for GitHub git-repositories), take a look at: https://github.com/StefH/GitHubReleaseNotes Please create an issue if you experience...

I use the Octokit.GitHubClient (which uses the free / throtled api from GitHub) to connect to repo. I never tested on private repo's because I dont have. Can you please...

@david-bugeja Can you please test version here ? https://github.com/StefH/GitHubReleaseNotes/releases/tag/1.0.4.0-preview

Above error is solved. Now I get a new one: > The "Fody.WeavingTask" task was not given a value for the required parameter "IntermediateDir". Upgrading Fody to `Fody.1.29.4` solved this....