Leon Miller-Out
Leon Miller-Out
This is kind of an absurd request, since you've already built a Sublime Text plugin for formatting CFML, but I was wondering if there are any plans to make this...
### Feature Description I want to try working on the TypeORM code, but I can't run SQL Server on my ARM-based machine (even in Docker). Azure SQL Edge is a...
In this case, 50 instead of 50.5. Apparently the ANSI standard for SQL is silent on this issue, so either behavior should be considered acceptable. ### Description of change Modify...
When typing a period in a cfscript comment (single- or multi-line) an autocomplete box pops up:  This doesn't happen in a CFML comment....
Support for jQuery 1.4+ is not good. Per smparkes: 1.4 relies a lot more on event bubbling and that code in env.js (at least the Ruby fork) is not good....
Ruby and bundler are important dependencies. The current version of bundler can be ascertained from the end of `Gemfile.lock`. We can find the current Ruby version either in `Gemfile`, in...
Ben, I think I've got this to a satisfactory place. This version supports the most recent REE and the current version of Passenger. I just tested it on fresh Lucid...
Thanks for the great software! For some reason, the processes don't always get signaled to exit when I press Ctrl-C. When things work correctly, the output looks like this: ```...
This should help devs who added the gem to a Rails app after initially generating the app. Background is at https://github.com/rails/jsbundling-rails/issues/208
I'm using Kamal to deploy a Rails app with a postgres database and I'm trying to set up a staging environment on the same server as production. My web containers...