Mark Roszko

Results 20 issues of Mark Roszko

`IFileDialog::AddPlace` exists in IFileDialog and allows you to add folders to the Navigation pane on the left hand side of the file dialogs for users to quickly jump to. Very...

feature
backport-3.2

I have tables where the primary key is a big integer but it is not auto incrementing. The generated laravel migrations used bigIncrements instead of bigInteger.

https://github.com/gohugoio/hugo/pull/7281 Merged in support for global asciidoctor configuration. Upon the next hugo release we should remove the stray attributes scattered in the source, namely the :icon: ones.

enhancement

This is a linker bug introduced in 3.2.0, wxSimplebook was derived from `wxNavigationEnabled` instead of `wxBookCtrlBase`. But per the comment above it >// NB: This class doesn't use DLL export...

wxVariant declares a few methods to pass a `long` however this means that linux/macos are getting 64-bit support and Windows is getting only 32-bit support. The declaration should be `long...

repro needed

**Describe the bug** We use wxSocketServer\wxSocketClient in KiCad for some IPC. And I have `sentry` enabled and collecting crash dumps. I now have crashes from 6 users over a few...

MSW

This is a new GTK specific function added in wx 3.2.1 that results in build errors on Windows due to it's inclusion in the interface header but not windows itself.

@nickoe It might be a good idea we change the file associations a little. Right now it works like this: .css registry entry -> links to kicad.css registry entry kicad.css...

1. On uninstall, user should/could be asked if they want to delete their %APPDATA%/KiCad folder (Settings). 2. On install of newer version, it could/should ask if the user wants to...

Completely overlooked the separate en.json for the javascript in the last PR(https://github.com/mastodon/mastodon/pull/24667) I did

rebase needed :construction: