Evan Pratten

Results 17 issues of Evan Pratten

This PR makes no functional change, but replaces hard-coded strings with enums when specifying a data type to be read through the `memory.js` library. Example: `'pointer'` -> `DataType.POINTER` This both...

A display issue occurs when a Takahē instance is hosted behind a Cloudflare proxy **and** Cloudflare's [Email Address Obfuscation](https://developers.cloudflare.com/support/more-dashboard-apps/cloudflare-scrape-shield/what-is-email-address-obfuscation/) feature is enabled. Due to the format of handles, Cloudflare treats...

This just makes the link in the README point to the correct place

This PR adds a Dockerfile that builds and runs the proxy

When following the setup instrucitons, I get this error: ``` /home//development/flutter/.pub-cache/hosted/pub.dartlang.org/snapchat-0.0.2/android/src/main/java/net/ottomated/snapchat/FileProvider.java:3: error: package android.support.v4.content does not exist public class FileProvider extends android.support.v4.content.FileProvider { ^ 1 error FAILURE: Build failed with...

It would be nice to have support for [`rfc6052`](https://datatracker.ietf.org/doc/html/rfc6052) addresses, which follow a pretty weird format. Two commands (`rfc6052-pack` and `rfc6052-extract`) would be handy. Heres an at-a-glance view of how...

waiting-response

*This is still work in progress* This PR is both fully redesigning the client API, and adding support for https://github.com/pi-hole/FTL/pull/659