Lukas Dürrenberger

Results 56 issues of Lukas Dürrenberger

I tried to install October CMS which [uses laravel-config-writer](https://github.com/octobercms/install/blob/master/install_files/php/InstallerRewrite.php). The installer asks for the password of the MySQL database and since my passwords are all randomly generated, they contain special...

The batch install script was a bit unstable for me and since I was executing it anyways in PowerShell, I quickly rewrote the script for the PowerShell and though, I'd...

**SFML Tasks** * [x] Fix conflict and rebase onto master * [x] Visual Studio builds play the audio at a slightly slower rate than the original * [ ] Conversion...

feature
m:sfml-audio

Managed once more to accidentially close a PR with re-base push... 🙄 This is a copy of #1545 --- ## Description I have been having issues build the android example...

feature
s:accepted
p:android
m:example

## Description In some cases /MD* flags aren't part of the CXX CMake flags and thus won't be replaced with /MT, for example when adding SFML as sub-directory to another...

bug
s:accepted
p:windows
m:config

## Steps to Reproduce - Create a new Console App project with .Net Framework 4.6.1 or newer (.Netstandard 2.0 compatible) - Install the SFML.Net NuGet package - Write some SFML...

Bug

When you don't set an allocation for the window the SpinButton doesn't expand/fill properly to its content. ![SpinButton](http://i.imgur.com/2HokFHD.png) **Example Code** ``` cpp m_spin_button = sfg::SpinButton::Create(1.f, 8.f, 1.f); m_spin_box = sfg::Box::Create(sfg::Box::Orientation::HORIZONTAL);...

bug

As we're not actually building any assemblies, but just package C libs, it would make sense to use `Microsoft.Build.NoTargets` as SDK target instead. See also: - https://github.com/microsoft/MSBuildSdks/tree/main/src/NoTargets - https://www.nuget.org/packages/Microsoft.Build.NoTargets/

Feature

The current NuGet packages don't support macOS. I've spent quite some time getting this working, but have been unsuccessful with the RPATH/in-package dependency resolving. This issue is a placeholder to...

Feature

My intuition said, that this may be possible, so I tried it out and it seems to have worked, but I think it would be better, if the guide actually...

type: content 📝