Francisco Puga

Results 8 issues of Francisco Puga

I want to use two toolbars controls in my app. This PR proposes a way to achieve that. The code can be improved, and tests are [failing in this line](https://github.com/Leaflet/Leaflet.toolbar/commit/bf63d753cdbf12da080c7cc2bfb92c7a044e1abe#diff-23c80030224b0593b21f91ac5c7a44a4R26)....

I have a legacy PostgreSQL now in version 9.6 (PostGIS 2.5). This database have been upgraded from previous versions and the old tables where created using `AddGeometryColumn`, so a `\d`looks...

bug

### What's wrong I have a Django app and in `settings.py` I configure logging like this: ```python LOGGING = { // some settings "formatters": { "app": { "format": ( "%(asctime)s...

bug

In languages like Spanish question marks and other like exclamation marks have an open and close symbol ``` Who is? ¿Quien es? ``` spellright incorrectly marks words with open question...

Probably related to #347 or #330. Close this one if you think it's duplicated. Set the tooltip to follow the keyboard is very distractive to me. In many cases, you...

In this image ![image](https://github.com/CodelyTV/vscode-theme/assets/932124/7a18de29-ab93-4ead-8fd8-3544d23ed0d5) the `Serializer` suffix of the word `DepartamentSerializer` has been selected by the cursor but it is exactly equal than the whole word. I think the selection...

When using `filterdir` or `glob` with a webdav filesystem errors are raised. ``` # works as expected with open_fs("~/Escritorio") as f: print(list(f.filterdir("/", files=["*.pdf"]))) url = "webdavs://[email protected]:443/remote.php/webdav/foo/bar" # "TypeError: expected string...

I'm testing this extension as it can be really helpful to review privileges. When using the diffs function i'm using it like this: ```sql SELECT * from public.permission_diffs() WHERE role_name...

enhancement
good first issue