Sam Murray

Results 61 comments of Sam Murray

This at least shows you the contents of the carousel again @iam4x : ``` ul[rn-carousel] { height: 1000px; min-height: 100%; } ``` My workaround is setting the height with javascript...

I used an angular watch on the height of the elements directly inside the carousel where the watch callback function sets the height of the carousel. I don't like it,...

@indeedbadundertaleplayer Consider looking at the open issues before creating a new one. This is likely the same issue these guys have (that has a workaround in comments): https://github.com/samsface/godot-discord-game-sdk/issues/14 https://github.com/samsface/godot-discord-game-sdk/issues/10

MacOS isn't supported as the readme states: https://github.com/samsface/godot-discord-game-sdk/blame/master/addons/discord_game_sdk/readme.md#L3 I don't own a Mac so it's not something I can fix. Happy if someone can open a PR to make this...

Yeah there's no Mac support because discord didn't sign their dylib so modern MacOS refueses to load it. I think there needs to be a safe way to use this...

@YakisikliBaran @Busomud I believe the latest Discord SDK changed the names of some stuff from the time I created the plugin. Try rename `libdiscord_game_sdk.dll` -> `discord_game_sdk.dll`

@JL37 Can you find any hook or functionality in the official SDK documentation that could resolve your issue? If yes, I can add it to the project's backlog. If no,...

Dang, I think all we can do then is poll the DiscordCore.create call :(