sabiland

Results 53 comments of sabiland

I have fixed this with .layoutIfNeeded.

I have temporarily fixe this with adding this function to ColorSlider and calling it after device rotate. ``` public func forceRepositionPreviewView() { let sliderProgress = gradientView.calculateSliderProgress(for: internalColor) centerPreview(at: CGPoint(x: sliderProgress...

I have zero problems with Hangfire for 5 years now. We use MS SQL for storage on latest NetCore (DotNet6) WebApp running on 4 servers. I have cca 60.000 Hangfire...

I get this warning but it seems there are no issues with my app(s).

Refactor code to `StoreKit 2` with this GIT library: [Mercato](https://github.com/tikhop/Mercato) I do not have any problems with `Mercato`.

I fixed this like this (is there other way?): ``` private var lastColorPickerColor = UIColor.clear @objc func colorPickerTouchUpInside(_ sender: Any?) { if fullColorBrightness.currentColor.isEqual(lastColorPickerColor) { return } lastColorPickerColor = fullColorBrightness.currentColor }...

We have deployed latest `Elastic.Apm.AspNetFullFramework`. It seems everything works ok now. But, I have noticed that maybe not all events (XML Posts to WebService) are captured by APM for analytics?...

> Because today, it's `System.Text.Json`, but what will it be tomorrow? But Newtonsoft is a live project, I think it will be going on for a long time still.

I've tried to migrate my project from `Newtonsoft` to `System.Text.json`. I quickly abandoned that mission ;).