Mischa Brammer
Mischa Brammer
Add translation params to a directive. `Hello {{username}}!`
When I'm running uglifier, the code in the destination file is not arranged like in the source file. **Short Example** Source ``` function one() {} function two() {} function three()...
Hey Justin, I know this is a bit off topic from your project, but I was wondering if you know of any up-to-date TypeScript interfaces for the [Gitlab Webhooks](https://docs.gitlab.com/ee/user/project/integrations/webhooks.html)?
Hi, I have followed your README, but there seems to be something missing. ``` $ go version go version go1.19.2 darwin/amd64 $ go build github.com/adnanh/webhook no required module provides package...
I recently played a lot with 4 players on the large European map in OpenRA Combined Arms. As soon as we reached a big amount of units (guessing 400-600 in...
grunt-newer doesn't work with grunt-includes. Here is my grunt-includes config: ``` includes: { js: { options: { duplicates: false }, files: [{ cwd: '', src: 'watchdir/**/*.js', dest: '/.generated/', }], },...
In my config I'm checking the same folder and files for grunt-csscomb and grunt-compass. But if the newer task has checked the state for csscomb, it doesn't work for compass...
Hi, I tried the Compass sample Code of Extensions/example.php, but it is extreme slow, when you import the complete compass project. It takes about one minute just to render the...