Dan Palmer

Results 50 issues of Dan Palmer

A pattern that we use in code on my team, and that I find very useful, is to "tag" TODOs/FIXMEs/etc with a topic. In particular this can be useful during...

enhancement

The developer console indicates that applications can specify multiple redirect URLs, which could be particularly useful for developing on `localhost` and running in production on a public domain. I have...

I have deployed an OAuth application that uses `https://auth.monzo.com/`, but I forgot to add the production redirect URL. This means that login does not work. When I click the "Submit"...

While submitting an issue here I noticed that GitHub is highlighting the contributing guidelines, but that these are for Slate (which looks like the project used to build the docs)....

Hey, just noticed that the pre-compiled version is incompatible with the latest official firmware. Would be great to get another release if you have time!

Hi team, I'm trying to use JXKit in a project and running into issues because I have a limited understanding of how everything work together in the library. I see...

We're trying to upload ~2.5k small files, and currently this takes around 8 minutes, even though we're on a gigabit connection (and GCS being quite fast). It would be great...

enhancement

This PR introduces visualisation of state machines and labels locations in them. Note: this has been handy for debugging configs but low priority and will likely not be finished and...

For Review
Enhancement

Currently we run 2 threads: API and cron. We are only reporting metrics to Prometheus from the API thread. https://github.com/prometheus/client_python#multiprocess-mode-gunicorn This documentation describes how to set up multiprocess support in...

Bug