Serhii Slepokurov
Serhii Slepokurov
Swipe months on mobile ignore maximum date maximumDate={addMonths(new Date(), 2)} And you able swipe forward after that date
Anyway how can be emulate debounce in execution with distibuted consumenrs? Or easyway introduce someway to have messageId like in service but which can guarantie all events sent to hangfire...
**Is your feature request related to a problem? Please describe.** In .net core I am able do next ``` [HttpGet("thread/{threadId}")] public Task GetThreadMessages([FromQuery] ThreadMessagesRequest model) {... } public class ThreadMessagesRequest...
**Actual Behaviour** It doesn't substitute now datetime **Expected Behaviour** Should substitute now datetime **Steps to reproduce it** {{formatDate "" "YYYY"}} {{formatDate "now" "YYYY"}}
My problem as I get mimetype from email and sometimes it's broken. If empty i use detection from filename otherwise if it's not empty I want to validate it
Add support for check if mime type is valid bool IsValidMimeType(string mimeType)
Few day ago it stops works properly because all post request which use fill query from object became broken. It's cased because you set override Api Version Property as private...
Move Job from RequestTelemetry to DependencyTelemetry Add Bypass Activity id, RootId to chain operations in AI
I think it make sense to move from Request telemetry to Dependency Telemetry .StartOperation because with request telemetry it affect requests metrics Also it doesn't have parent id
Issue I have integration tests with separare database instances for write, read in docker so they up one by one Issue is when It switch between database and reset database...