Colin
Colin
ENV: jruby 1.7.6 (1.9.3p392) 2013-10-22 6004147 on Java HotSpot(TM) Client VM 1.7.0_25-b17 [Windows 7-x86] nokogiri (1.6.0 java) Reproduced by: ``` ruby require 'nokogiri' # Create an xml document dummy_xml =...
### Feature Proposal Configuration option to set default mime-type ```js // webpack.dev.js module.exports = { devServer: { devMiddleWare: { // provide default when mime-type evals to false. mimeTypeDefault: 'text/html' }...
Using authlib 1.0.0rc1 and running the demo code. I am running into an the issue where the id_token is in the response, but is not being parsed. I suspect this...
## Bug report (Please follow this template replacing the text between parentheses with the requested information) ### Expected behavior and actual behavior Expect nextflow workflow to error and halt. Actual...
Avoid having consumers need to know or declare internal structure of project. E.g. a project that is using this library could then get the library using FetchContent_Declare ```cmake FetchContent_Declare( csv...
The parser_mapping of the characterization modules and the properties of the characterization schemas should be exercised in the specs against the FITS output fixtures. 1. The properties exist on the...
For the default processors: image, audio, video, document Pass the name of the directive responsible for the derivative (e.g. thumbnail) as the original_name on the derivative file that gets emitted...
Resolution to issue when trying to run active_fedora on jruby. Originally reported in https://github.com/jruby/jruby/issues/2519. @kares explained that TypeError thrown is a result of the transplantable method paradigm being a ruby...