Coder Social home page Coder Social logo

remedy's Introduction

Hello there πŸ‘‹

Basic info πŸ“

Name: Naozumi
Job: Student
Location: HK
Hobby: Coding, explore fun projects.



snake gif

Social links 🀝

Discord Homepage

Operating systems πŸ’»

MacOS Windows Android iOS

Softwares πŸ› 

Rider Visual Studio Code Brave Visual Studio

Skills πŸš€

CSharp DotNet Node.js

Top Langs

Top Langs

Highlighted projects 🌟

Bert-VITS2-Cantonese-Yue DFRContentHost

Naozumi's github activity graph

remedy's People

Contributors

chinhongtan avatar naozumi520 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

remedy's Issues

Remedy is nonfunctional.

Remedy loves spamming microphone access prompts and stays on a black creen upon startup
this is happening with latest version remedy pro
i'm running macOS Sonoma 14.3.1 on my MacBook Pro (14", M1P, 2021)

QR Code login doesn't do anything

Hello,

I'm scanning the QR Code from my iPhone, Discord (iOS) says "You're in!/You're now logged in on desktop" but QR Code stays on screen on macOS.

Is there any logs somewhere I can send you?

`Show Speaking Users Only` option not working

When I check the Show Speaking Users Only it is not working.

According to : [https://www.reddit.com/r/Twitch/comments/qzr65z/discord_streamkit_only_speakers_toggle_not_working/](Discord Streamkit (Only Speakers toggle not working))

I've been having the same problem and I just found the solution, it's so dumb. Apparently parts of the code are now case sensitive.
Find the part of your browser source link that says "limit_speaking=true" and change it to say "limit_speaking=True".
Fixed it for me.

I have tried in OBS and it also work when I set to True instead of true.

I am now trying to get your code on my computer to see if I can do something.

I also think that all other value that are true instead of True are also buggy.

Arm64

When I downloaded the arm64 one I get this message.

Screenshot 2022-12-28 at 9 06 48 AM

I need help with how to use it

I am having problems using it. I have installed it correctly and I can open it and start to costumize the overlays but I can't seem to get any further than that.

I am not very technical but I would love for this to work so I think I might need som help.

When I am done customizing and click ctrl ^ enter nothing happens, I am using the newest Standard Version

Skärmavbild 2023-03-25 kl  20 52 39

This is as far as I manage to go

Remedy Pro arm64 "is damaged" according to macOS

Tried both the 1.1.4 and 1.1.5 dmg downloads. Dragged the app to the Applications folder shortcut. Launched the app. Got an alert that the app "is damaged", will attach a screenshot.

macOS Monterey
12.5.1 (21G83)
MacBook Pro (16-inch, 2021)
Apple M1 Pro

Screen Shot 2022-10-05 at 13 06 06

2.0 roadmap

  • Replace login method with web login
  • Add chat overlay shortcut similar to windows'
  • Change the app arch to universal, as some Apple Silicon Macs have issues installing remedy.
  • Disable overflow
  • Update to the latest electron? (New overlay method available since Electron v21)
  • Fix ARM64 #12
  • Fix QR Code login doesn't do anything #14

Can't Login

Everytime I try to login on Remedy, the app will constantly ask to access my microphone and I can't type into the login boxes before the window shows up again
SCR-20231009-soh

[Bug] Overlay position resets after disconnecting from call

Hey there,

In Remedy Pro 1.1.4 (on MacOS 12.5.1) whenever I unpin the overlay and move it to a new position it gets reset after disconnecting from the call and joining into a new one.

Steps to reproduce:

  • Open Remedy Pro
  • Join into a Channel on Discord
  • Click 'Unpin overlay' in the taskbar menu
  • Move the overlay to a new position
  • Click 'Pin overlay' in the taskbar menu
  • Disconnect from discord channel
  • Reconnect to discord channel
  • Position is reset now

Thanks in advance

TODO

  • Change the app arch to universal, as some Apple Silicon Macs have issues installing remedy.
  • Disable overflow
  • Update to the latest electron? (New overlay method available since Electron v21)
  • Fix ARM64
  • Fix QR Code login doesn't do anything

[Feature] Login with QR

it's easier to use QR code to login (instead of using Token) and my library supports it πŸŽ‰

Document: Here

const client = new Discord.Client();

client.on('ready', () => {
	console.log(`Logged in as ${client.user.tag}!`);
});

/**
 * @type {Discord.DiscordAuthWebsocket}
 * @see {@link https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/DiscordAuthWebsocket}
 */
const RemoteAuth = client.QRLogin();

RemoteAuth.on('ready', (url) => {
	console.log(`Expire: `, RemoteAuth.missQR.toLocaleString());
	// function that generates a QR code image
	const image = genQRCode(url);
	// render image
})
	.on('success', (user, token) => {
		console.log(`${user.tag} `);
	});

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.