Edward Wilson
Edward Wilson
@rasmus I do not have permissions to create new repos in EventFlow, if you want to create the repos I can move the code, or add the permissions for me...
Consideration about build and deployment to nuget.org will need to be looked at too with these splits
Yes it would be good to have a standard build, I am curious though why there is a need for a cake build. Can a simple MSBuild combined with the...
@CESARDELATORRE Thanks for picking that up, over looked when duplicating the sql example. I've fixed the file naming and also set the project target to the lowest supported netstandard
What is happening with this? I have this issue too other dependencies want typescript 4 but this package is blocking us now
When paired with the package.json pointing to `src/index.ts` we can use `import {} from '@namespace/package-a '`. If however we want to achieve the following, we need to have a path...
Looks great! Nice work as always ☺️
I have a similar requirement. In my mono repo, I have an app in which I need to have multiple long-running processors started at the beginning. The order doesn’t really...
You can pass it within your config; for example ``` javascript .pipe(compass({ css: './app/styles/', image: './app/images', sass: './app/styles' })) ```
This is still an issue - any update on a fix?