lasselindqvist

Results 101 comments of lasselindqvist

The reason is that adding releases to Github is manual work, and releasing to Maven Central automatic (one command line command), so making Github releases tends to be forgotten until...

As long as Proguard itself does not support such an option (https://www.guardsquare.com/manual/configuration/usage), the Maven plugin cannot tell it to use a constant timestamp Maybe there is another plugin that would...

Hi. Can you explain a bit more on what exactly do you want to do?

I have this as well and the usage is something like: ``` ${dl_promise} Promise To Wait For Download ${file} # Keyword that returns xpath ${address} Get download address Click ${address}...

Defining the downloadsPath variable made no difference for me with this, so currently I am not aware of any workaround for this.

18.2.0 seemed to have something related to this (https://github.com/MarketSquare/robotframework-browser/commit/3754c50876d477c37c9aca3b793f847bcbe31ffa) but when testing with it, still got _TypeError: Cannot read property 'downloadsPath' of undefined_

@maloewe-ona can you provide a pull request for updating that? If not, I will do it when I have time.

The right approach is probably as Maven core does it and read and write the changes the following way: Reader reader = ReaderFactory.newXmlReader( metadataFile ); MetadataXpp3Reader mappingReader = new MetadataXpp3Reader();...

Hi. Try to login to your mailbox using the imaplib directly and see what happens: https://docs.python.org/3/library/imaplib.html#imap4-example

> > > Is there any update since May 21? If you need this fix, you can try using https://github.com/lasselindqvist/robotframework-imaplibrary2 / https://pypi.org/project/robotframework-imaplibrary2/