alphanull
alphanull
Similar to #56, but I do NOT use ES6 `export` in my .vue File. It looks like this (actually this is the "official" Hello World component): {{ greeting }} World!...
Hello, I have the following problem with bumpup: - I need to up a build number with each build (no matter what else increases!), but unfortunately this seems not to...
**What do you want to do with Hls.js?** Hello, we are using hls.js for quite some time for our live streaming. Now, there are some new requirements that mean that...
Right now, when my build fails the bundle analyzer runs nonetheless, spitting out hundreds of lines like "Error parsing bundle asset ..." It would be much nicer if I could...
I am finally looking to migrate from 0.x to a current version of globalize and I admit I have a very hard time doing that. I apologize if I ask...
Hi there, first of all: impressive work! And I am really curious to run your demo. Unfortunately I cannot compile the code, as I am getting this error when issuing...
Setup is the same as with issue #39, but this time with V2.1.5: ``` $video = new PHPVideoToolkit\Video($tmpName); $output_format = new PHPVideoToolkit\VideoFormat_Mp4(); $video->save($name.".mp4", $output_format); ``` So, is this a bug...
Hi, have this mod up and running and it works great! But one issue remains: if I understand correctly, this mod also should respect cache control set via .htaccess. So...
Title says it all. No idea why this is the case. Autocompletion just stopped working, i.e. typing `/**` and hitting TAB or RETURN afterwards simply does nothing anymore.
In my workflow, I strip certain code using this plugin and then compile the result with closure compiler. So now, it seems that the stripped code is replaced with "0;"...