Sander Rijken
Sander Rijken
Regarding #2, what should happen when you already have a search in progress? The other thing is, setting the filter when clicking on the tag is one thing, but you...
We should also implement this (for browsers that support it, which is just chrome at the moment): https://wicg.github.io/BackgroundSync/spec/
Maybe this is why we need the `process.exit()` in the node tests? If work is done on this issue, we should also check if we can do without the `process.exit()`...
What's the plan to do this? I think it's not just a matter of changing the default value to SHA256, because that would be a major breaking change. Question is,...
@Korporal What's the reason for this? We used netstandard 2.0 wherever possible to maximize compatiblity. I can see a need to add a net6.0 build for the AspNetCore library, but...
@Korporal Looking into this again. I think we more or less have to go to .NET6 (and maybe .NET8 later on), because we cannot upgrade some packages. that are now...
@jeroenhabets what's your take on this?
@Korporal This is in the works, see the net6 branch.
@jeroenhabets As you mentioned you're doing a .net6 to 8 migration, are you also interested in the net6 build that no longer needs Newtonsoft?
@ZachMoreno the question is how to accomplish animations without neon-animation because neon-animation is now deprecated. #226 is about loading the web animations polyfill. I was able to get neon-anitmation to...