senzacionale

Results 20 issues of senzacionale

We are using your Hangfire.Console with .net core and Docker and works without any problem. Only problem we have is that we are logging 30k of rows because job is...

Can you please make this method protected and virtual ``` javascript private void AssertAttribsQuantityAllowed(int count) { const int max = 27; if (count > max) throw new InvalidOperationException( $"No more...

question
optimization

I can not send any EOS out of my Fairy wallet. ![image](https://user-images.githubusercontent.com/6663030/107482321-d005ed00-6b7f-11eb-96d5-c27fa8b600fd.png) Why I can not send anything?

Very good library but I have one question. How to read "Cert" and "Primary Subject" from the table HTML code: ``` Cert AE07591 Item Mini-Helmet Primary Subject JOHNNY UNITAS Result...

Hello, Do you plan to make an upgrade to Duende.IdentityServer.* to version 6.1? ``` ```

enhancement

I can log in to admin locally but not on docker behind CloudFlare [2022-06-15T12:39:07.1355220+00:00][INFO][19][Microsoft.AspNetCore.Authorization.DefaultAuthorizationService] Authorization failed. "These requirements were not met:\nRolesAuthorizationRequirement:User.IsInRole must be true for one of the following roles:...

question

I am getting this error ``` 04/12/2019 12:51:13|Error|WebSocket.messagec|Newtonsoft.Json.JsonSerializationException: A member with the name 'e' already exists on 'BinanceExchange.API.Models.WebSocket.BinanceKlineData'. Use the JsonPropertyAttribute to specify another name. at Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(JsonProperty property) at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(Type...

If I am using getChartOptions after await chart is not initialiyed and not visible in UI ``` const stats = await this.candlesService.getCandlesForSince(3, stats2[0].ticker, 1440, lastYearEpoch, 2000); this.chartOptions = this.getChartOptions(); ```...

I have small problem. In UI I use your code for permissions and I always need to reload page to get correct permission. I set AclService.setAbilities(aclData); and in angularJS UI...

Hey, I really like your docker cluster redis project but I would like to know if is production reeady?