Giter VIP home page Giter VIP logo

crossplatformplaying's People

Contributors

giorgi-o avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crossplatformplaying's Issues

Any chance for Powercord (Replugged) support?

I tried using your plugin with bdCompat (compatibility layer for BetterDiscord plugins), but settings page is broken and it doesn't seem like the plugin is doing anything... (Edit: Plugin seems to load correctly, as it asks for the library and such, but after all those restarts, I don't see anything new in the rich presence of others ... although i couldn't get to settings tho so i don't know if there are some picked platforms)

So, any plans on porting the plugin to Powercord (currently Replugged)? Probably not...
But at least some form of support for the bdCompat would be great. This plugin seems really promising and super useful.

error when launching discord

hey, I'm getting an error everytime i launch discord :
"
Error happened!
Your CrossPlatformPlaying config JSON is invalid!
Try putting it into an online JSON formatter to look for any errors.
TypeError: Cannot read property 'hasShownChangelog' of undefined"

Do you need to check for contained tags in riot's chunked xmpp messages?

the following code:
// check for tag inside itself eg <a><a></a></a> // this happens when you send a message to someone int containedTags = 0; int nextTagIndex = data.IndexOf($"<{firstTagName}", 1); while (nextTagIndex != -1 && nextTagIndex < closingTagIndex) { containedTags++; nextTagIndex = data.IndexOf($"<{ firstTagName}", nextTagIndex + 1); }
at

// check for tag inside itself eg <a><a></a></a>

is for checking for a tag inside itself, but is it really necessary, right now it seems that riot encodes '<' '>' inside a message as '&let;' & so on, am I missing something?

Is this how it's supposed to work?

Hi,

I'm wondering whether this is how the plugin is supposed to display what I'm playing while I'm running Rocket League on Steam.

Screenshot 2022-09-10 004231

Because it's nothing like yours.
Screenshot 2022-09-10 004750

Why isn't a simple check for a matching number of opening and closing "<>" & tags enough to detect chunked messages sent by riot's xmpp server?

Why isn't a simple check for a matching number of opening and closing "<>" then checking if the tags "openning closing" match, enough to detect chunked messages sent by riot's xmpp server, am I missing something regarding xml or anything else, if it's because it would fail if someone sent a message containing those elements, they are encoded as "<" & so on?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.