Marcono1234

Results 265 comments of Marcono1234

Thanks! I have already prepared a potential fix for this in #260.

Thanks a lot @aalmiray for merging the changes! Would it be possible to create a new ModiTect release with these changes in the next weeks? To be safe I have...

@maxcellent I think #27 is a different issue (which also happens to cause `/undefined` in the path). I was talking about [JDK-8215291](https://bugs.openjdk.org/browse/JDK-8215291). Examples for this are: - https://www.javadoc.io/doc/com.konghq/unirest-java/latest/index.html - https://javadoc.io/doc/com.google.guava/guava/30.0-jre/index.html...

The `user-content-` prefix is most likely used for security reasons; this is also done by multiple other sites. If I recall correctly I read in the past that this is...

Thanks, I have created an initial proof-of-concept in #963. Please let me know what you think.

> > Hey @mcimadamore please excuse my gap in understanding here, but won't this operation be possible in Java by doing: `Color.Red.ordinal() | Color.Blue.ordinal()`? > > As said in another...

@marek22k, do you mean your custom ProGuard config when you build your application? This probably depends on where you have stored the config file; for example if you put it...

Maybe it would also be good to apply this to https://github.com/bcgit/bc-csharp, but I am not familiar with C#. So if possible, could you do that please?

Thanks for merging @dghgit! Regarding https://github.com/bcgit/bc-csharp, could you please adjust the documentation there as well (I am not familiar enough with C#)? Or would you prefer if I created a...