Guilherme Pejon
Guilherme Pejon
I know it has been 2 years, but have you ever solved this @adreamer? Has anyone else solved this? I'm having the same issue using mp4parser 1.9.27. I cannot share...
Can you give us a hand @sannies?
Same for version 1.9.27. Did you solved this @OrangeDynamic?
In my case that command did not solved the error because I already had the files `app/assets/javascripts/active_admin.js` and `app/assets/stylesheets/active_admin.scss`. Anyone else having this problem? I'm thinking it has something to...
Ran into this problem today. Luckly I was able to fork the master branch and apply this patch to make axlsx work asynchronously with Sidekiq. EDIT: Unfortunately this didn't solved...
Wish I found this thread sooner. Same problema here with macbook pro 2015 big sur.
Any updates on this?
For anyone stumbling upon this PR in 2022, here's what I did to solve this problem within my app: ```ruby # lib/tasks/bundler.rake Rake::Task["bundler:install"].clear namespace :bundler do task install: :config do...
Same here using macOS Sonoma and Node 17.5. I installed `markdown-preview` using the lazyvim config in the README.
Just stumbled upon this problem. I'm going to try the copy and paste of partials and css workaround.