Skip to content
#

webpage

Here are 661 public repositories matching this topic...

stroebjo
stroebjo commented Mar 16, 2020

Maybe you can provide instructions on what is the preferred way to install urlwatch?

I installed with pip ($ python3 -m pip install urlwatch) which got the me v2.17 from April 2019 (and thus missing some features from the readme as well as full Python 3.8 compatibility).

In my case I uninstalled it with pip again ($ python3 -m pip uninstall urlwatch) and installed it directly from the

g105b
g105b commented Oct 30, 2019

There is inconsistent behaviour when working with boolean properties that map directly to an element's attribute. For example: $element->disabled = true should add the attribute disabled to the element, without a value. Subsequently, $element->disabled = false should remove the attribute. This is the same for selected, checked, etc.

  • Step 1: List out all the boolean properties from a
grasbergerm
grasbergerm commented Aug 1, 2019

Right now, the service level calls are using HttpURLConnection. HttpURLConnection provides a blank slate to make a request with few default values. Session values are not preserved by default, so this means manually setting an x-auth-token or JSESSIONID when authenticating and making a request to another endpoint behind authentication.
There are many libraries for Java that will preserve a sessio

Improve this page

Add a description, image, and links to the webpage topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webpage topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.