Connor Edwards

Results 29 issues of Connor Edwards

I am using `mkfs.ext4` to create a filesystem image, kind of like this: ``` $ mkfs.ext4 filesystem.img 1048576 ``` This creates a file called `filesystem.img` that is `1048576` blocks in...

It can be difficult to read code which is wrapped. Perhaps the element could horizontally scroll instead? Maybe a configuration option could be added? Let me know what you think,...

Thanks for this great tool. I had a bit of trouble getting mods working earlier; some panels in the game were missing, preventing me from playing (but the game worked...

enhancement

Most domains currently in the repository were collected by hand from logs. I'd like to use OWASP's [Amass](https://github.com/OWASP/Amass) to search a list of root domains and collect a large list...

enhancement

There's a tonne of domains in the `blacklist` now which can't be proven to be related to Apple or iOS. It's difficult to tell which ones belong and which ones...

help wanted

Discord have not only moved the session tokens in LevelDB to `_https://discord.com\x00\x01tokens`, they are now apparently stored using Electron's `safeStorage` API which encrypts at rest. Not sure yet how to...

bug

Following on from [discussions](https://github.com/victornpb/deleteDiscordMessages/issues/193) in a related project, I am investigating how bans for self-botting could be mitigated. For now, I have implemented UA and super properties spoofing to make...

enhancement

I would like to be able to run some tests to ensure messages are being deleted properly in the partial deletion mode. I think ideally a mock backend would be...

enhancement
help wanted

I'm trying to run the tests for the `arithmetic` example (`env RUST_BACKTRACE=1 cargo test`), but am getting undefined behaviour. In most cases a double free is detected and the program...

Closes #402. Criticism is welcome, this is just some quick code I wrote recently and got permission from my employer to contribute.