Dragas

Results 20 comments of Dragas

While this is very late, but relevant, you can "require" non-modular jars by their jar name. That is considered as "depending on a module with automatic name" ![image](https://user-images.githubusercontent.com/6078508/82405232-c4532300-9a52-11ea-8a56-951ce5a4ef29.png)

Same issue can be reproduced by moving fixture action to the test out of beforeEach block.

I'm afraid I can't upgrade cypress in our current project, but i'll try reproducing in the newer versions. On Mon, Nov 28, 2022, 17:05 Ben M ***@***.***> wrote: > Hi...

Workaround for this would be to not include an explicit dependency on wiremock, and run it as standalone instead, but that means rewriting all the tests in declarative json configuration

Seems to be an issue when running an `mxnet/python:1.4.0_cpu_py3` docker image.

Or you know, instead of writing +1 just click that "Subscribe" button.

see https://github.com/mclxly/laravel5-cheatsheet

You can still save the page. ![a](http://i.imgur.com/TRLwnPL.png)

Yeah, I think it would be best to match the structure thats provided by xsd, because it specifies sequences which expects explicit element order. On Fri, May 10, 2024, 14:40...

I agree with diablo in this case. You built an xml-like format. Might as well lean into xml infrastructure instead of building your own extension, parser, and reinventing every vulnerability...