David

Results 3 comments of David

> Really looks like webpack issue. No context contains a variable called "p5". sound and sound.min equally affected. Currently solved by downgrading to 0.9, copying the sound.js into project folder,...

> Npm uninstall p5 Npm install P5 @0.9 Go into node_modules P5 folder Copy the P5 sound lib Paste it into my project files, I have a src/js folder for...

> Actually the command is defined in `byebug` gem: > > ```ruby > def print_backtrace > bt = prc('frame.line', (0...context.stack_size)) do |_, index| > Frame.new(context, index).to_hash > end > >...