me-kell

Results 20 issues of me-kell

### Vagrant version Vagrant 2.2.19 ### Host operating system - Windows 10 ### Guest operating system any ### Vagrantfile any ### Actual behavior The contents of the `.vagrant\machines\default\virtualbox` are deleted...

Where does `buildout.exe` come from? What is the origin of this file? Where is the source code? How it is compiled?

Consider adding some styles to the `plone.api` documentation. https://docs.plone.org/develop/plone.api/docs/api/portal.html https://docs.plone.org/develop/plone.api/docs/api/content.html https://docs.plone.org/develop/plone.api/docs/api/user.html https://docs.plone.org/develop/plone.api/docs/api/group.html https://docs.plone.org/develop/plone.api/docs/api/env.html https://docs.plone.org/develop/plone.api/docs/api/exc.html The `plone.api` is scarcerly styled and is difficult to read. Specially for visually impaired developers. The...

99 tag: Plone 5.x

The following comment regarding the scope of an `ARG` instruction in a `Dockerfile`: https://github.com/pandoc/dockerfiles/blob/61b1fbf7355923f817b447301543d40316eea9c2/ubuntu/Dockerfile#L6-L8 Can be explained/answered with this part of the documentation in [Dockerfile reference - Scope](https://docs.docker.com/reference/dockerfile/#scope): > An...

AFAICS the pandoc images (pandoc/latex etc.) have not git installed. On the other side I see in the alpine/Dokerfile that git is added with apk: https://github.com/pandoc/dockerfiles/blob/61b1fbf7355923f817b447301543d40316eea9c2/alpine/Dockerfile#L7-L21 Do I miss some...

The REST API returns the HTML-Version of richttext fields even if the `content-type` is set to `text/x-web-markdown`. I'd expect the stored markdown version (`value.raw`) to be returned. We send: ```json...

01 type: bug
04 type: enhancement
21 status: confirmed

The RESTAPI, when called on a backend with a ++api++ (like for instance in `https://6.demo.plone.org/++api++/`) returns a wrong `@id` (i.e. without the `++api++` path). Is this the intended behaviour? **To...

01 type: bug

RESTAPI `@controlpanel/language` doesn't call `plone.app.multilingual.browser.setup.SetupMultilingualSite.setupSite` when updating data. When available languages are changed via RESTAPI the language folders remain unchanged. Old folders are not removed. No new folders created. According...

In [transcriber.py#L102](https://github.com/alphacep/vosk-api/blob/6f7fe0e417848f4a9c65cb6d5130d0d98fed4538/python/vosk/transcriber/transcriber.py#L102) in the section where `output_type == "json"` the local variable `monologue` is referenced before assignment (see code and traceback below): ```python elif self.args.output_type == "json": monologues = {"schemaVersion":"2.0",...

Currently the transcriber processes the whole input file. From the beginning to the end. It would be very useful to be able to pass a start time offset and/or a...