ZeBen

Results 66 issues of ZeBen

Nuget: .net8 prerelease With this code: ```xaml ``` The Padding="0, 15" is ok for top right and left, but ignored for bottom. Whatever you set as bottom value, it is...

investigation 🤔

### Overview add a test for NeoFrame. Correctly ref maui nugets. remove obsolete 'AndExpand' everywhere. ### API Changes None ### Platforms Affected - All

### Description Related issue: https://github.com/dotnet/maui/issues/22127 Tried workaround: ``` Microsoft.Maui.Handlers.EditorHandler.Mapper.AppendToMapping("Smart", (h, v) => { h.PlatformView.SmartQuotesType = UIKit.UITextSmartQuotesType.No; h.PlatformView.SmartDashesType = UIKit.UITextSmartDashesType.No; h.PlatformView.SmartInsertDeleteType = UIKit.UITextSmartInsertDeleteType.No; }); ``` ### Steps to Reproduce In a...

t/bug
platform/iOS 🍎
area-controls-picker
migration-compatibility

from this repo https://github.com/vapolia/StrokedLabel

Question: is it possible to use login tokens that limit full access to a specific folder ? Usage scenario: - sync a specific folder on a server (secure, but has...

Hello, `--dry-run` is not supported because of CRDs.

documentation
enhancement
chart:signoz

``` std::exception. Code: 1001, type: std::__1::__fs::filesystem::filesystem_error, e.what() = filesystem error: in create_directories: Permission denied ["/var/lib/clickhouse/preprocessed_configs"], Stack trace (when copying this message, always include the lines below): 0. std::system_error::system_error(std::error_code, String const&)...

enhancement
good first issue
chart:clickhouse

### Is your feature request related to a problem? Please describe. On the stripe dashboard, a customer has an optional timezone property. If you change it and save, in the...

feature-request

**Description of the change** Adds the ability to override the `initContainers` property of the deployment. **Benefits** That enables usage of sidecars, like a tailscale sidecar, or any other sidecar as...