mgood7123

Results 139 comments of mgood7123

it could be implemented as a binary tree

> (Solved on Gitter in the meantime.) > > I'll update the docs to show an example `target_link_libraries()` for this to avoid mistakes with linking just `Corrade`, all other libs...

> How to reproduce: > > Click the Start/Stop button many times. App crashes. > > The exception is thrown on AudioGenerator createPlayer(). > > The exception is about that:...

unfortunately not :( ``` Matthews-MacBook-Pro:example smallville7123$ cmake --build build [ 11%] Building CXX object CrossWindow/CMakeFiles/CrossWindow.dir/src/CrossWindow/Cocoa/CocoaEventQueue.mm.o [ 22%] Building CXX object CrossWindow/CMakeFiles/CrossWindow.dir/src/CrossWindow/Cocoa/CocoaWindow.mm.o /Users/smallville7123/git/CrossWindow/src/CrossWindow/Cocoa/CocoaWindow.mm:189:13: warning: 'CAOpenGLLayer' is deprecated: first deprecated in macOS...

im getting this as well ``` 04-30 21:06:55.550 9248 9277 E Parcel : Class not found when unmarshalling: alpine.term.TrackedActivity$$Parcelable 04-30 21:06:55.550 9248 9277 E Parcel : java.lang.ClassNotFoundException: alpine.term.TrackedActivity$$Parcelable 04-30 21:06:55.550...

Yes On Sun., 3 May 2020, 9:12 am John Ericksen, wrote: > Are you using proguard? > > — > You are receiving this because you commented. > Reply to...

`!!! WORKAROUND !!!` https://github.com/nullpo-head/wsl-distrod/issues/64 create a `/etc/wsl.conf` with the contents ``` [user] default=root ``` next edit `/etc/profile.d/distrod-user-wsl-envs.sh` to look like the following ```sh #!/bin/sh # Load additional WSL session environment...

> I found that enabling user-linger means that the user-session gets launched automatically when WSL boots: > > `sudo loginctl enable-linger user_name` That might break systemd, not sure