Ionuț Ciocîrlan

Results 53 comments of Ionuț Ciocîrlan

@fmerges I haven't tested this, bot looking at [the code](https://github.com/lektor/lektor/blob/caffd8a1259e8aa82635306c522cefd42dca857f/lektor/admin/static/js/userLabel.jsx#L20) ```js const iconData = label.match(/^\[\[\s*(.*?)\s*(;\s*(.*?))?\s*\]\]$/) ``` to be considered an icon that has to be enclosed in `[[ double square...

@goapeca but... but... that would make maintenance even messier. Besides, user docs are linked to features in the code, they're not much different from developer docs. One new feature should...

Indeed, the consensus was to port the docs, and whatever else makes sense, e.g. the installation script. There's also an issue tracking this over on the other side, https://github.com/lektor/lektor/issues/756. The...

Guys, please help with a checklist for getting things done? Please also commit to this branch liberally and help with related issues? First thing that comes to mind is https://github.com/lektor/lektor-website/issues/219.

Unfortunately I never thought about the original #PR / #issue references in the imported commits, which polluted lots of local issues with wrong references. See for example https://github.com/lektor/lektor/issues/304 (yey for...

> You could probably rework the script that imports the old repo to regex replace all #$bug_id references with absolute links to the original repo. @dwt this is already there,...

I propose that besides this flag, the "auto"-case heuristic should only consider a limited list of extensions to actually be files (e.g. `text/*` stuff and maybe some `application/*` mime-types known...

> 3- `Error: Command '[C:\\'', '-Im', 'ensurepip', '--upgrade', '--default-pip']'` returned non-zero exit status 106. @fenekku please do paste the `''`, edit any sensitive data if needed. How is your Python...

> My path to python.exe is `C:\\Users\\\\AppData\\Local\\lektor-cli\\lib\\Scripts\\python.exe` . @fenekku right, that's the path to the python inside the virtualenv. How about outside of it?