A S Gowri Sankar
A S Gowri Sankar
can you post a sample XML and Java testcase to reproduce the issue mentioned above?
@swaldman any chance you could take a look, please?
Per this page on [Matching SM architectures (CUDA arch and CUDA gencode) for various NVIDIA cards](http://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/), the arch is compute_30. Might want to change it and retry
I'm facing this, too. I'm trying to compile ccminer and I get this for lot of object files, not just ccminer-cryptonight. I did add `-fPIC` to the flags and I...
@swaldman thank you for your response It has been some time now. So, I don't remember what exactly we did to circumvent this issue but I guess we disabled lazy...
I wouldn't necessarily agree with making stricter because that's how JShell (Java9+) works too. Of course, your point that beginners will construe this behavior as if Java does Dynamic typing...
@615Manu @AshutoshSharma10 For spring boot apps to show Hystrix metrics, the spring starter `spring-boot-starter-actuator` should be added to your dependency. This will *apparently* enable the metrics filter. Also, make sure...
were those requests [preflighted](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#Preflighted_requests)? Some servers don't respond with the CORS headers unless they think it's required to.
you should post the complete XHR dump to see what's going on.
well, you got it all figured out. The ways the XHRs are constructed look right. So it's a setting that any fronting webserver exposes, that need to be set. By...