Rohit Lodha

Results 36 comments of Rohit Lodha

JProxy implements interfaces but SecurityManager is a class. How to implement a class in JPype?

@Purvanshsingh Can you please signoff the commit? DCO check is failing due to that.

I think it is already supported. For instance, in examples/ `write_tv.py` , we are opening the file using codec module with utf-8 encoding. So even if we write `out.write(u'# Documenting...

@pombredanne My point was that codec module is taking care of unicode. Since in the `examples/write_tv.py` we are using "utf-8" encoding, so even if we input a Python3 byte(Python2 str)...

@pombredanne This issue can be closed now.

@kaiz123 Don't forget to the tag this issue in your PR. Easier to maintain open issues.

Looks a good idea to me. Keep the module library as little as possible. Do not include unnecessary python modules for creating documentation and snippets. Use the DRF built-in docs...

@Ugtan You can try using this one. Still I would prefer using the default one provided by DRF, since a new third party module will add new maintenance checks. Go...

@BassCoder2808 There has been some work done on this but wasn't merged. You can find the changes by @Ugtan on https://github.com/spdx/spdx-online-tools/pull/104 using `drf_yasg` but we faced some issues on hosting...

@BanulaKumarage @BassCoder2808 Ideally we only want to host `api` urls.py as that gives the user to interact with the application in a programmatical way. The application should ideally be updated...