]>
git.njae.me.uk Git - advent-of-code-24-elixir.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Rem0ld [Fri, 1 Dec 2023 20:13:35 +0000 (21:13 +0100)]
add missing dep to dl input (#15)
Steven Riehl [Thu, 1 Dec 2022 17:52:21 +0000 (10:52 -0700)]
Add user-agent for automated input requests (#13)
* Add user-agent for automated input requests
* Update lib/advent_of_code/input.ex
Co-authored-by: Mitchell Hanberg <mitch@mitchellhanberg.com>
Fangyi Zhou [Thu, 1 Dec 2022 16:31:51 +0000 (16:31 +0000)]
Fix instructions for creating a config file for secrets (#12)
Steven Riehl [Wed, 30 Nov 2022 18:11:31 +0000 (11:11 -0700)]
Update Elixir to latest and clean up warnings (#10)
Cody Bender [Mon, 29 Nov 2021 19:46:59 +0000 (12:46 -0700)]
docs: update comment in config.exs (#7)
Mitchell Hanberg [Mon, 22 Nov 2021 15:03:39 +0000 (10:03 -0500)]
Delete FUNDING.yml
Steven Riehl [Mon, 14 Dec 2020 03:01:11 +0000 (20:01 -0700)]
Update the Readme's section on secrets.exs (#6)
Added the `use Mix.Config` so everything loads correctly.
Chan Kwan Yin [Thu, 10 Dec 2020 07:43:10 +0000 (15:43 +0800)]
Fixed wrong argument order for AdventOfCode.Input.get!() (#4)
Mitchell Hanberg [Mon, 7 Dec 2020 02:43:25 +0000 (21:43 -0500)]
Update README.md
Daniel Flanagan [Fri, 4 Dec 2020 01:03:37 +0000 (19:03 -0600)]
Add input helper (#3)
Co-authored-by: Mitchell Hanberg <mitch@mitchellhanberg.com>
Erik Guzman [Thu, 3 Dec 2020 21:29:44 +0000 (13:29 -0800)]
Add configuration so you can develop in a VSCode dev container or Github Codespaces (#2)
* Create Dockerfile
* Create devcontainer.json
* Remove extension since elixir 1.7 isnt supported
* Remove port forwarding, not needed for this container
* remove accidental lock file commit
* Remove workspaceFolder config
* Update README.md
* Update README.md
* Set it so Elixir version use be default is latest
Mitchell Hanberg [Sun, 17 May 2020 00:24:12 +0000 (20:24 -0400)]
Add sponsor button
Mitchell Hanberg [Fri, 29 Nov 2019 04:28:36 +0000 (23:28 -0500)]
Remove reference to year
The year is not necessary.
Mitchell Hanberg [Fri, 29 Nov 2019 00:19:06 +0000 (19:19 -0500)]
Add benchmarking
Mitchell Hanberg [Tue, 29 Oct 2019 13:42:39 +0000 (09:42 -0400)]
Update for 2019
Mitchell Hanberg [Thu, 29 Nov 2018 00:46:15 +0000 (19:46 -0500)]
Initial Commit