Lance Carlson
Lance Carlson
I'm expanding on the reporting section of the HelpScout API and have been making commits to my local repo. Mind taking a look at the last two commits on my...
I noticed that fugit supports second based crons (ie "*/15 * * * * *"). I noticed that this will only run once a minute still. Were there any plans...
It would be nice if there was a method like import_to_sql or something that would return the SQL string and not run the command against the database. I'm not sure...
Will there be any support for looking up other logins saved for a domain? I have a lot of domains where more than one user is saved and picking the...
I couldn't figure out why it bundler was complaining about this gem using rails 5.2.3. Perhaps it just me? ``` Bundler could not find compatible versions for gem "activesupport": In...
I have a column of dates that don't get parsed correctly because they're in formula form and they're all =A#+30 (the pound sign is just a number). This should add...
Can you put up a browser compatibility chart ?
If this variable isn't set, it should raise an exception when trying to load your app. Also, maybe this config would be a better candidate for getting set in an...
The ability to list the receivers you added, redact and update them are all missing features. Was there a reason these were excluded? If not, I can submit a PR...
Will diesel support #[diesel(embed)] on AsChangeset structs? Would be nice for reuse between Insertable and "update-able" structs.