Pirate Praveen Arimbrathodiyil

Results 114 comments of Pirate Praveen Arimbrathodiyil

@reid can you update it to use @babel/plugin-transform-strict-mode? @zertosh it did not work when trying update yarn from babel 6 to babel 7?

@lijunle looks like this plugin don't work well with @babel/plugin-transform-modules-umd (or even rollup with babel plugin for that matter) umd module throws "Uncaught ReferenceError: module is not defined" in browser...

Also consider updating http_parser.rb to 0.6.0

A crude method is like this, let me try to make it more generic. ``` --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -80,7 +80,7 @@ @source = nil @patch_path = nil @path...

This change makes all tests except one to pass ``` --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -80,7 +80,7 @@ @source = nil @patch_path = nil @path = nil - @assets_path =...

Actually this patch also failed the same way in autopkgtest (the earlier test run was during build). For now I have disabled autopkgtest, but it'd be nice to be able...

duplicate of #26 , still it would be nice if it was fixed in crack itself ``` +--- a/test/json_test.rb ++++ b/test/json_test.rb +@@ -1,6 +1,10 @@ + # coding: utf-8 +...

ci failure is due to increased file size of umd bundle

For ruby, there is gem2deb similar to npm2deb and dh-make-ruby similar to your idea as commands. I think we can create dh-make-nodejs command which can be run inside a directory....