justmara

Results 9 issues of justmara

Since MVC/WebAPI 5.2 there is an option to add single global route attribute to controller so all the actions in it will match: ``` [RoutePrefix("files"), Route("{container}/{id}")] public class FilesController :...

**Describe the bug** When (using AdoJobStore) Quartz runs recovery procedure it scans for missed triggers and re-creates'em with `recovery_` prefix. But (sometimes) these triggers does not have the JobData of...

### Describe the feature These serializers ([protobuf-net](https://github.com/protobuf-net/protobuf-net), [messagepack-csharp](https://github.com/neuecc/MessagePack-CSharp)) are fast binary ones, already stated as industry standards (like, protobuf is used in gRPC) and they require a bit special handling:...

enhancement
help wanted

Orleans 2.3 introduces some [breaking change](https://github.com/dotnet/orleans/commit/0d577240e5e356fa0adfc9f4630d0171fb3fb5b3#diff-ecabed29b1183effd5efa6c5c675db29) in `SiloPersistentStreamConfigurator` (in this [PR](https://github.com/dotnet/orleans/pull/5261)) so older versions of this provider began throwing errors on start: ``` System.MissingMethodException: Method not found: 'Void Orleans.Streams.SiloPersistentStreamConfigurator..ctor(System.String, Orleans.Hosting.ISiloHostBuilder,...

Вот [тут](https://github.com/TinkoffCreditSystems/tinkoff-asdk-android/blob/master/core/src/main/java/ru/tinkoff/acquiring/sdk/Money.java#L43) для отрезания дробной части копеек происходит округление по RoundingMode.HALF_EVEN, т.е. фактически возможно списание суммы, бОльшей, чем передано в api в качестве стоимости заказа.

This PR adds overnight SMB restriction mode (inspired by Eating Now @dicko72). - You set up the time interval for 'Night mode' to be active - Set the BG offset...

There is a concept of 'normalTarget' widely used in AAPS: for high/low temptargets (target value is compared with normalTarget); dynISF uses normalTarget as a base to scale up/down ISF with...

**Describe the bug** When I add OpenTracing support like this: ``` services.AddQuartzOpenTracing(options => { options.IncludeExceptionDetails = false; options.OperationNameResolver = context => $"job: {context.JobDetail.Key.Group}"; }); ``` service begins writing warning message...