Luca Salvarani

Results 18 issues of Luca Salvarani

It would be very useful to have an option called `timeout` (maybe by default set to `0` to allow retrocompatibility) that would cause the watcher to `throw` an Exception if...

It would be very useful to have an option to make the dialog **draggable** For example: ```javascript $.Zebra_Dialog("Test dialog", { title: "Test Title", custom_class: "test_draggable", draggable: true }); ``` ###...

enhancement

Similar to the `onClose` event it would be useful to have an `onOpen` event. It would be even better in my opinion if they were properties of the config object....

enhancement

It would be very useful to add the possibility to **change the default text** for the input element used to **search** when `searchable` is set to `true`. As of now...

## Description I like your project and i find it very useful, although a bit tedious to do all the preparations to make it work... So I have thought of...

## Proposal Add [`webdriver-manager`](https://pypi.org/project/webdriver-manager/) dependency to automate the process of retrieving the correct version of GeckoDriver (or ChromeDriver if needed) when user launches the script. ## Result If user installed...

This project could use **Github Pages** for the following benefits: - **cleaner user interface** (no file tree nor Github UI) and - **better readability** - **ease of use** I think...

## Problem I have a nested structure whose value i need to set to a specific string when empy string or `None` is provided. Take the following for example: ```python...

Docs

## Problem When `merge_enabled=True` on the `Dynaconf` object i would expect only the branches to be merged, not the leaves. ## Example ``` # -------------- config.toml -------------- [nested1.nested2] value =...

Not a Bug
Docs

The **`--profiler` option** now works on locales which had the decimal separator set as comma (`,`) and not period (`.`), such as **Italian, Spanish, French** and many others. See [my...