Martin Othamar

Results 140 comments of Martin Othamar

Hey, I wondered about this myself, so a while back I created another mediator pattern implementation based on source generation myself: https://github.com/martinothamar/Mediator There are some differences in API from MediatR...

Forgot to answer this :) Reason I prefer imports relative to root is it makes refactoring easier if files are moved around. > * `@import '/wwwroot/variables.scss';` - checks from root...

TIL, did not know that existed :smile: I wanted to test that out now but I'm not sure if it's possible to create that project type for me since I'm...

Started using a Redis storage provider in an internal project now, it's up to date with 2.0.0-beta3, I'd be happy to update this repo to beta3 or rc-1 in a...

I'm having at it now, will submit pr later. I'll do 2.0.0-beta3 first (need it at work), then rc1. I see the dev branch is pretty old, merge the 2.0.0...

Yeah I have a possible solution working, will submit a PR when we get 2.0.0-beta3 in

I have a Lua-script for conditional write based on ETag, I can submit it later and we can all have a look.

The .csproj files are updated to the new format in the `dev` branch btw. We could branch the old stuff in master into a `1.5.x` or `legacy`-branch and keep master...

Updated the README. I'm working on a couple of larger issues that I wan't to include in 3.0, but there is no deadline or set date since I work on...

Not currently no, but I really want that too. Might add it to the next major release