Nate Lampton

Results 508 comments of Nate Lampton

I'm sorry @LiquidCGS, my PR caused a regression. Looking at the compiling log closely, I get a warning caused by trying to pass too large a value (500) into a...

In my own use, the `LSM6DSL` driver works perfectly with a `LSM6DS3TR-C`. I know you'd think that it would work with the `LSM6DS3` driver since it has a more similar...

I'm changing this to a question until we have some way of reproducing it. Step 1 of "upgrade from Drupal 7 with file entity" could be a pretty big hurdle,...

I don't think there is further work to be done here. Upgrading to the latest version of Backdrop will solve the URL length issue. For the curly brackets issue, encode...

Merged into 1.x and 1.29.x. Thank you @avpaderno, @argiepiano, and @bugfolder!

@avpaderno Could you evaluate using `- None -` (with a capital "N")? Doing a search on our codebase, we have 64 instances of `- None -` but no `- none...

Perfect, thank you! I merged https://github.com/backdrop/backdrop/pull/4813 into 1.x and 1.29.x. I removed the "needs -translation update" tag because we already have `t('- None -')` all over core, so the new...

> ...just singular instead of plural for consistency. So tag[] = ... and maintainer[] = ... We do already have `dependencies[] =` however. Regarding maintainers, would we want to use...

> Writing module .info files (Drupal 7.x) that breaks down supported properties and states which are required and which are optional but good practice. There is a section on .info...

Today we were talking about other ways of identifying Recipe modules on BackdropCMS.org. The [Recipes module](https://github.com/backdrop-contrib/recipes/) currently assumes projects have a "package" key of "Recipes" in the .info file, but...