Bobby Richter

Results 13 issues of Bobby Richter

Using the editor in the fourth example on the test maps page (http://www.syntensity.com/static/night12/) produces some serious visual glitches on OSX firefox nightly. The glitches aren't present in the third example,...

In the particular set of apps I'm looking at, I often get an error like this when I run `frida-trace -j` with some wildcards: ``` {'type': 'error', 'description': 'Error: no...

Particle system framework should be as such: - particleSystems have several base types - creating a particleSystem will create corresponding particleEmitters - emitters will create particles in accordance with their...

If you try to convert a base64 string that contains non-unicode characters, this script fails silently: https://github.com/akalongman/sublimetext-stringutilities/blob/c7cccf26d9e48bda86849e13f7dafbe6d6698c5f/stringutilities.py#L233

1. Moved common SSL event functions to common_ssl_cert.py 2. Change sfp_crt and sfp_sslcert accordingly. 3. Allowed sfp_company to grab the O= portion of cert subject as full name (not limited...

I am trying to source company names from various places, and I thought one good source would be SSL cert data. However, it looks like only some of the names...

For testing and extension, we should implement a JS object that acts the same as a native Gamepad object you can grab from gamepad dom events.

I would love the ability to drop a library into a webpage and dynamically create a gamepad. The webpage could decide what qualities it wants to share as a gamepad,...

Given that definitions for devices are a JSON blob, they can be delivered through various means, like XHR. It would be great to remove them from the main file so...

I know we talked about implementing some abstraction over the input names, so that users can attach events to things like "jump" which is tied to every button or something....