Bernhard Millauer

Results 36 issues of Bernhard Millauer

Hi, I'm trying to extend your chart by a line showing the visitors/converstions over time in order to have a better feeling for the shown values. The data is already...

Cassette has a AjaxMin dependency on version 4.84 or greater. ![image](https://f.cloud.github.com/assets/462013/1087179/8ae3d7f4-1610-11e3-80fc-c24d96c3df53.png) I was updating AjaxMin to the latest version (4.97.4951.28483) and get an assembly load error: ``` log System.Exception: Bundle...

Is there a way to get a dependency graph of css and js files? This would help to debug / understand / reorganize large porject's file dependencies. Thanks

VS2012 can create source maps via the [Web Essentials Extension](http://vswebessentials.com/) by Microsoft. ![image](https://f.cloud.github.com/assets/462013/1086849/73025e06-1608-11e3-8393-d71dbe71de61.png) My files look like that: `test.js`: ``` # test.js var x = 1; ``` ``` # test.min.js...

Hi, I'm a great Fan of Cassette and I like the easy way how to work with it. One thing bothers me since I started using it: there is no...

user: soundcloud.com/seriousm-1 GET: https://api.soundcloud.com/users/seriousm-1?client_id=e38841b15b2059a39f261df195dfb430 RESPONSE: ``` {"code":400,"message":"Invalid user id: 'seriousm-1'","link":"https://developers.soundcloud.com/docs/api/explorer/open-api","status":"400 - Bad Request","errors":[{"error_message":"Invalid user id: 'seriousm-1'"}],"error":null} ``` Regarding to the soundcloud swagger page https://developers.soundcloud.com/docs/api/explorer/open-api an `userId` (numeric) is required to...

Hi! This extension looks awesome and far more better than Resharpers File Structure window. But the support for cshtml / razor pages is missing. could you please enable them as...

enhancement

hi, is it possible to have an output of mongodb calls via mongoid / moped? i got the moped logs into the console via `Moped.logger.level = Logger::DEBUG` and they look...

enhancement

Hi! When running the download task with an MSDN Abo Subscription where we get 150 euro every month the task fails with the message `domain must be a non empty...

I'm trying to get the panel running with elastic, but I just started with grafana and have no idea what's wrong. I always get the error "this.datapoints is undefined". ```js...