python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Rails 7 - autoloading fails for Rails engine RSpec tests with gem
I maintain https://rubygems.org/gems/scimitar. Yesterday, we wanted to upgrade our primary application to Rails 7. This required a corresponding upgrade of Scimitar.
Tests I think are quite straightfo...
Andrew Hodgkinson
Votes: 0
Answers: 1
Composer autoload classmap with key value for class name with non-matching filename
Due to legacy I have a CMS with its own autoloader. Compsoser joined the party to manage some dependencies to ease payment integrations. However, I found the two autoloaders are conflicting with each ...

Ben Fransen
Votes: 0
Answers: 1
Databricks Autoloader is getting stuck and does not pass to the next batch
I have a simple job scheduled every 5 min. Basically it listens to cloudfiles on storage account and writes them into delta table, extremely simple. The code is something like this:
df = (spark
.rea...
Maksym
Votes: 0
Answers: 1
Phpunit: Class "PHPUnit\TextUI\Command" not found
I'm using phpunit for test.
I've put the autoload, psr-4 in cofiguration.json
{
"require-dev": {
"phpunit/phpunit": "^7.5"
},
"autoload": {
...

NobodyKnowsAboutMe
Votes: 0
Answers: 1