John Britton
John Britton
As a follow on to #400, we should DRY up the `scripts` folder so that `script/setup` correctly configures a development environment on Ubuntu/Debian Linux and `script/cibuild` relies on that same...
We assign coupons in memory: https://github.com/raise-dev/hacktoberfest/blob/b6e5099f0e1486e81612d2c2e29ef334c27f6e7c/app/services/coupon_service.rb#L8-L14 And rely on Rails optimistic locking to ensure that the same coupon is not assigned to multiple users. There were a few cases where...
During the sign up flow, a `User` is created in the new state and promoted to set their email and accept terms. The email is chosen from the list of...
When releasing a new version, ensure that the correct version info is set and displayed via Finder's "Get Info" feature. Related: https://github.com/johndbritton/teleport/issues/83 > Thanks @johndbritton. Confirming autobuild 1.3.4-pre is notarised...
# Feature request # A detailed description of the proposed feature When sharing a computer, enable do not disturb mode. # The motivation for the feature I use two computers...
# Feature request # A detailed description of the proposed feature Automate the project `Version` and `Build` numbers in Xcode so they don't need to be managed manually. This info...
# Feature request # A detailed description of the proposed feature It would be helpful if the Teleport could keep my machines awake. When my server connects to a client...
# Feature request # Prerelease updates channel As a user of Teleport, I should be able to tick a box to opt-in to prerelease versions of the application. # The...
## Describe the feature I would like the ability to set an alias to bounce emails back to the sender as undeliverable while also still delivering the message according to...
It looks like this is hard coded to run `update_vehicle_status` every two minutes via `init.py`. Is it possible to expose a way to trigger a vehicle status update manually? I'm...