Anatol Zakrividoroga

Results 27 issues of Anatol Zakrividoroga

https://github.com/lingster/drf-api-tracking/issues/8 Added request city and country logging using Django's wrapper for the python pacakge `geoip2` ![image](https://user-images.githubusercontent.com/53095479/100145003-f5942c00-2e97-11eb-97cd-0a7bfaa4bddf.png)

I get this error whenever I ran any command with Django like `runserver` ``` File "/mnt/c/Users/anato/desktop/playground/django_gallery/env/lib/python3.8/site-packages/content_gallery/utils.py", line 8, in from django.core import urlresolvers ImportError: cannot import name 'urlresolvers' from 'django.core'...

## Fixed border radius of selected day in calendar of default theme ### before (you might need to zoom in to see the dark corners) https://ui.shadcn.com/docs/components/calendar ![image](https://github.com/shadcn-ui/ui/assets/53095479/dfc00f2e-37f8-401d-834f-d5d5c067c9d8) ### after ![image](https://github.com/shadcn-ui/ui/assets/53095479/8157d26c-138f-47ac-a1c0-3c4995379312)...

When editing a Model object, the rich text editor appears on desktop but not on mobile. Here is a screenshot: ![image](https://user-images.githubusercontent.com/53095479/89712782-ccf52e80-d99b-11ea-8cae-e38ee8d89951.png) I checked the console and I noticed this error:...

closes https://github.com/melt-ui/melt-ui/issues/1150 Previously we added the `closeOnOutsideClick` store to the dependencies of the effect of every builder that was interested in the outside-click behavior. This breaks as soon as we...

cleaned up the popper action and removed some unnecessary code.

We should wait till https://github.com/melt-ui/melt-ui/pull/1080 is merged before this PR. After https://github.com/melt-ui/melt-ui/pull/1080, we will correctly handle sibling portals and now the default should be to mount each floating element to...

When opening context menu, and opening a submenu, when pressing escape, the whole menu closes as expected. However, when reopening the context menu, and hovering over the submenu trigger, the...

### Describe the bug When mounting the tags input component inside any floating element that listens to outside interactions, and then clicking outside a tag that's being edited, closes the...

bug

closes https://github.com/melt-ui/melt-ui/issues/1062 When using native html elements with ids and clicking on multiple anchor tags with a hash in the current page, when clicking the back and forward navigation buttons...