Robert Huitl

Results 50 comments of Robert Huitl

@anx-ckreuzberger count me in as interested ;-) Do you have a fork with that feature?

@rubenv do you think there would be more work to be done in order to merge a pull request with this diff? https://github.com/rubenv/angular-gettext/compare/master...anx-ckreuzberger:htmlparams2

A temporary workaround for me is to modify `plugin.js` to remove anything including and after a question mark: ```js this.controller.bundlesContent[webpackFileObj.name] = fs.readFileSync( filePath.replace(/\?.*/, ""), 'utf-8' ); ```

Hey @codymikol thanks for looking into this. I've switched my project from Karma over to Jest, so this issue is no longer relevant for me. Nonetheless, if you look at...

@valorkin I think you published 1.4.0, can you please clarify if the license has changed for 1.4.0 and if it was intentional that the sources are not on this Github...

See also #1145, it looks like Valor made this project internal-only. There is a version 1.4.0 on NPM, but the code for it is not in this Github repository and...

Thanks @xtreme-shane-lattanzio, you could indeed help me a bit by explaining how this works for NPM! Because I know it works, but I can't see any code that would do...

Can somebody please confirm that it is expected that for Maven most fields are not extracted. E.g. ```json { "name": "HikariCP", "description": "", "homepage": "", "licenses": ["Apache 2.0"], "texts": "",...

I'm currently working on implementing request cancellation in an application that renders tiled raster maps, and I found it convenient to be able to cancel individual load() requests, instead of...