Nathan Long

Results 33 issues of Nathan Long

I'd like to propose a change to `DataMapper::NestedAttributes::Resource#update_or_mark_as_destroyable`. That method ends by saving the association object. I think that's incorrect and the line should be deleted. Here's why. If I...

I'm getting the following exception when trying to assign nested attributes for a new parent record: `undefined method '[]' for nil:NilClass` This doesn't happen when updating an existing parent record...

Great library, thanks! 👍 😄 Would you consider a PR to accept the cloud name as a parameter to `Cloudex.Url.for/2`, leaving the configured value as the default? I'm currently working...

I'm working on a site that uses this plugin (v0.1.19). To improve site security, I'm adding a [Content Security Policy](https://content-security-policy.com/) which, among other things, does not allow inline styles. The...

We have had chroxy running continuously on a machine for a long time - weeks or months. We noticed that the machine was getting low on memory. Running `ps -o...

help wanted

### Environment * Elixir & Erlang/OTP versions (elixir --version): Elixir 1.13.4 (compiled with Erlang/OTP 25) More specifically, `asdf` versions `elixir 1.13.4-otp-25` and `erlang 25.0.1` * Which version of Dialyxir are...

The Elixir syntax checker executes any program it checks. For example: ``` elixir # sleeper.exs sleeper = fn -> :timer.sleep(4_000) end sleeper.() ``` It takes 4 seconds to save this...

security

If a job mutates its arguments, `Resque::Failure.create` hands along the mutated arguments for retrying rather than the arguments as serialized from Redis. This results in extra jobs being created. See...

In my work recently on some appointment scheduling code, I've recently written several functions that work with `%Timex.Interval{}` structs to decide when someone is available for scheduling. I wondered if...

feature/enhancement

It might be helpful to link to further reading, such as: - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy - https://w3c.github.io/webappsec-csp/