Landon Schropp

Results 54 issues of Landon Schropp

If I set my `password` field to `nil` on my schema, and the `current_password` field to the current password, I get this error: ``` ** (ArgumentError) argument error (argon2_elixir 2.4.0)...

I've found the `Factory` methods provided by Ex Machina to be very useful in development. Often, when I'm manually testing code in `IEx` it's handy to be able to quickly...

## 🚀 Feature Proposal Add documentation for `exitOnPageError` to the readme. ## Motivation Our application's API uses 400-level errors as normal indicators of application behavior. For example, if a user's...

documentation 📘

When I run `luarocks config --json`, I get this error: ``` Error: A JSON library is required for this command. Failed loading 'cjson', 'dkjson', and 'json'. Use 'luarocks search '...

I'm brand new to Lua and LuaRocks, so please bear with me and some newbie questions. My current frame of reference and expectations are based on other languages' package managers,...

Thanks for creating such an awesome utility! I'm already enjoying using it. 🙂 Here's what my menu looks like so far: One thing I would love to change is the...

**What?** I love the [splitjoin.vim](https://github.com/AndrewRadev/splitjoin.vim) plugin. It's been part of my daily workflow for years. However, there are times when it doesn't get things quite right, resulting in syntax errors....

help wanted
idea

I'm using ripgrep with far: ``` let g:far#source = "rgnvim" ``` Is there any way I can configure far.vim so that it would pass the `--hidden` flag into `rg` when...

Is there a standard format for adding examples to the documentation. Some of our commands can get a little complex, and it's nice to print examples that can be copied...

This might be a little out there, but I'm trying to build a component that behaves exactly like an autosizing textarea, but *is not* a ``. I need to create...