Mahesh Hegde

Results 11 comments of Mahesh Hegde

It should be possible to make it a package and be installable using dpkg. A minimal version of dpkg can be provided w/ busybox. (Debian has such a busybox variant).

> Download rootfs I think UserLAnd does it, although for a different purpose (of running them in fake root)...

Can you post the steps you bootstrapped? i.e the flags you passed to debootstrap script?

If I am not wrong, the most practical way to do this is analysis of network packets right? Apart from plaintext DNS, what about DNS over HTTPS? From top of...

With ~20 - 30 source JARs sometimes, I am just looking for an elegant way. But yes, I can just unpack source JARs, if this feature isn't generally useful for...

I thought something like We can create an abstract `SourceParsingTypeSolver`, of Which `JavaParserTypeSolver` and `JavaParserSourceJarTypeSolver` are subclasses of. This abstracts everything except the file loading logic into the parent class....

Suggestion taken. I will try when I get time.

Not obvious how to do this. Probably `rrip` should keep a json of all links it has previously visited, by post ID. Then it will be useful to filter out...

For me the result depends only on which SDK `dart` command is from. ``` mahesh:~/Code/jnigen/jnigen/example/pdfbox_plugin/dart_example [jni_refactor=] $ export PATH=$HOME/.local/dart-sdk/bin:$PATH mahesh:~/Code/jnigen/jnigen/example/pdfbox_plugin/dart_example [jni_refactor=] $ dart pub get Resolving dependencies... Because pdf_info depends...