Artyom Mezin

Results 74 issues of Artyom Mezin

Hi! I use grav one day. I have installed your theme by `bin/gpm install medium` with demo data and it works fine, but when I change it to another (Antimatter,...

Hi! Very nice kit for quick building web-app. Thank you! :+1: Some changes that I want: 1. Enter button don't work in search field. Fix, please. 2. Can you use...

enhancement
help wanted

Okay, here we go again: https://github.com/automatthias/whatsapp-archive/issues/1 and https://github.com/automatthias/whatsapp-archive/issues/4 Tried to use the script and got an error: ``` C:\WA>python whatsapp_archive.py -i recall.txt -o output.html Traceback (most recent call last): File...

question

Эгея 2.5 вышла. Ждать ли обновлений или править все самостоятельно? =)

On any color scheme (I use One Light) some parts of my code selected with 3 mouse clicks (often randomly during work): ![image](https://user-images.githubusercontent.com/7556290/178795109-aec76309-df5f-491f-a43c-e8c7fc935f2a.png) In these parts, I can't properly see...

### Description I use free fontawesome icons in my project. My datetimepicker code: ```vue ``` In result I see prev and next but calendar icon isn't working: ![image](https://user-images.githubusercontent.com/7556290/83499690-6bf63980-a4c6-11ea-824a-edd4cb28e0bc.png) Console error:...

feature request
improvement

For example dump any var that doesn't exist on page: ```yaml {{ dump(something) }} ``` Log output: ![image](https://user-images.githubusercontent.com/7556290/181903267-ba072d50-72dd-4dc0-a35c-5420d2978aa3.png) Related issue: https://github.com/getgrav/grav/issues/3393 Also I can't use `clock` output func in twig...

I have group `RH1` with one user in it. I have this code for read closed page: ``` permissions: groups: RH1: read: false ``` But after login this user still...

enhancement

Hi! I found a problem. If I have `date: 09.02.2017` in blog post header and this code: ``` content: items: @self.children order: by: date dir: desc ``` than my sorting...

question

In the process of transferring the site from WordPress to Grav, I had to make redirects from the old URLs to the new ones (`site.yaml`configuration). I found that English URLs...