Aaron Cutright

Results 6 issues of Aaron Cutright

This used to be included in WinForms but was extracted to https://github.com/dotnet/winforms-datavisualization during the NET 5.0 transition. Currently, the only way to enable trimming with WinForms using chart controls is...

Application works perfectly with WinFormsComInterop `0.3.2`, using net6.0-windows as the target and the [HIC.System.Windows.Forms.DataVisualization](https://github.com/HicServices/winforms-datavisualization) package, which is a small fork from dotnet. These are from a debug build, no trimming...

Hard crashes that I can't reproduce reliably - all crashes happened in multi when it transitioned from in lobby -> playing - maybe only happened with maps that have storyboards...

Often times after picking or changing mods in lobbies and hitting accept, they aren't applied. eg: join a lobby, pick fl or ez, click close (not using hotkeys), but no...

From https://duckdb.org/docs/sql/data_types/typecasting#varchar > The [VARCHAR](https://duckdb.org/docs/sql/data_types/text.html) type acts as a univeral target: any arbitrary value of any arbitrary type can always be cast to the VARCHAR type. This type is also...

needs triage
needs reproducible example

### What happens? - try to import sqlite database into duckdb - have nullable column with bad values - use `TRY_CAST`, expecting it to insert as `null | bigint` -...