I hereby claim:
- I am marceldegraaf on github.
- I am marceldegraaf (https://keybase.io/marceldegraaf) on keybase.
- I have a public key ASCeat4f1NH0BL70IEAunSmSxb-JsRp-KQlE-QzzhI8XgAo
To claim this, I am signing this object:
| defmodule YourAPp.Gotenberg.Api do | |
| alias YourApp.Gotenberg.Options | |
| require Logger | |
| @timeout 30_000 | |
| @doc """ | |
| Converts given URL to a PDF binary | |
| """ | |
| @spec html_to_pdf(binary, Options.t()) :: {:ok, binary} | {:error, any} |
| version: "3" | |
| services: | |
| home-assistant: | |
| container_name: home-assistant | |
| image: ghcr.io/home-assistant/home-assistant:stable | |
| volumes: | |
| - '/home/homeassistant/config:/config' | |
| - '/etc/localtime:/etc/localtime:ro' | |
| environment: | |
| - TZ=Europe/Amsterdam |
| FUNCTION CALLS % TIME [uS / CALLS] | |
| -------- ----- ------- ---- [----------] | |
| otp_internal:obsolete/3 2 0.00 0 [ 0.00] | |
| erl_internal:new_type_test/2 1 0.00 0 [ 0.00] | |
| lists:duplicate/3 2 0.00 0 [ 0.00] | |
| lists:merge/1 1 0.00 0 [ 0.00] | |
| lists:rmergel/2 1 0.00 0 [ 0.00] | |
| lists:merge2_1/4 1 0.00 0 [ 0.00] | |
| erl_bits:apply_defaults/5 5 0.00 0 [ 0.00] | |
| erl_lint:pattern_map/5 1 0.00 0 [ 0.00] |
I hereby claim:
To claim this, I am signing this object:
| ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAxv/dE1AR8qiFciEc2lEKwYvTNbASElepSoRslxfLaq7eeQL5V3/hY+2XzG5RAQqgqKYQJIEpGHHoKT6wQtagAcGTKtij7HMslIeFMhtWc3TJIi7LkLxZQ/KIq8ONDtb+wKA1mJiE/hCX7Fgm6LiHn3FKfoVf4bnEBmKz76O6wCZNexjHxFU7F2Vh/KzhHYvYpPN/l7lSwywp4j1/V1i01OhgTKvDrJ94jmjZGQaOsQ06v4d0zsqidIWot/fzdIypKsaiP7TyVcDcqAZjdK7HVNOa1bmGzwE5Hasnm/veLT/Fl8/2Ds9eeBKkEqDFNg9V1JjwQNbeDgp70dVDxLpZmw== [email protected] |
| defmodule YourApp.Service do | |
| use YourApp.Web, :model | |
| @primary_key {:id, :binary_id, autogenerate: true} | |
| schema "services" do | |
| field :name, :string | |
| field :description, :string | |
| timestamps |
I hereby claim:
To claim this, I am signing this object:
| App.Namespace.BarController = Ember.Controller.extend | |
| needs: [ 'foo' ] # <= this raises a "missing dependencies" exception |
| hr | |
| form | |
| p | |
| label Name | |
| Ember.TextField valueBinding=name | |
| p | |
| label Email | |
| Ember.TextField valueBinding=email |
| default[:newrelic][:apt_repo_key] = '548C16BF' | |
| default[:newrelic][:license] = 'your-key' | |
| default[:newrelic][:log_level] = 'info' | |
| default[:newrelic][:log_file] = '/var/log/newrelic/nrsysmond.log' | |
| default[:newrelic][:proxy] = nil | |
| default[:newrelic][:ssl] = nil | |
| default[:newrelic][:ssl_ca_bundle] = nil | |
| default[:newrelic][:ssl_ca_path] = nil | |
| default[:newrelic][:pidfile] = "/var/run/nrsysmond.pid" | |
| default[:newrelic][:collector_host] = nil |