Results 21 comments of derivator

@Skehmatics not yet. The issue might be something path-related, but I'm not sure. Wine 6.6 will register the dll if it's renamed from .dll.so to .dll, but that doesn't seem...

@franciscomachado @mrbumpy409 @falkTX I have found a workaround: `cp /usr/lib/wine/wineasio.dll.so ~/.wine/drive_c/windows/system/wineasio.dll` Can you confirm that this works for you?

A bug has been filed upstream: https://bugs.winehq.org/show_bug.cgi?id=51088

@falkTX Alexandre Julliard of Wine [writes](https://bugs.winehq.org/show_bug.cgi?id=51088#c1): `Yes, it is now required to have a fake dll, so that we can have a file in PE format to return to the...

@herbmillerjr I'm not sure, but I think Wine is supposed to automatically copy the fake dll into the wine prefix somewhere under `drive_c/windows/system32` or something like that. I got that...

Hey @moonshaadow, see [my previous comment](https://github.com/wineasio/wineasio/issues/24#issuecomment-830141832) for a workaround.

> Having lots of different CommentViews, which change forms depending on where they're selected from, would be a burden to maintain. I understand that, however "show me the comments for...

> How is this different from OAuth? #1368 Just to clarify a bit: ![image](https://github.com/LemmyNet/lemmy/assets/2171264/d7c6458b-ec2a-4d82-81c9-f481dff7eb20) OAuth allows a resource owner (a user) to grant an application (confusingly called client) access to...

> Could this also support a situation where an app could allow 'authentication via Lemmy' .. sort of like using Lemmy as an SSO provider? @csm10495 that is more along...

I don't really get why these fields are marked `#[serde(skip_serializing)]` instead of `#[serde(skip)]`. I guess it's because they're not optional on the server side, but I think that just doesn't...