me-kell

Results 40 comments of me-kell

Buildout in Windows comes with a `buildout.exe` file. This file is also referred in https://github.com/buildout/buildout/blob/297aaa0512fd056ebd2a31521e5200e9bed43b28/src/zc/buildout/buildout.py#L1038. I'd like to know: What is the origin of this file? Where is the source...

From [Setuptools documentation](https://setuptools.pypa.io/en/latest/setuptools.html#automatic-script-creation): Automatically generate wrapper scripts or Windows (console and GUI) .exe files for any number of “main” functions in your project. (Note: this is not a py2exe replacement;...

The problem seems to be in the inconsistent handling of `RichTextValue` in the serializer and deserializer. [`plone.app.textfield.value.RichTextValue`](https://github.com/plone/plone.app.textfield/blob/e3dcb6227cf9dd4afa00375b792975aad21f5bbf/plone/app/textfield/value.py#L40) has the following properties: - `raw` - `encoding` - `raw_encoded` - `mimeType` -...

This is for different reasons a bug. When we get a value via `RESTAPI` we would expect that nothing changes when we set the same value again. This is not...

> this is something that we never implemented in plone.restapi. @tisto I'm not sure I understand what you are referring to.

@tisto Are there any plans to fix this bug?

Sorry. But I would expect that such conceptional bug would have been rejected from the beginning. IMHO an API should pass the simplest test ("you get back exactly what you...

@stevepiercy Sorry. No offence or disrespect intended at all.

> The reason it does not get implemented to your specifications is because no one else has the need to fix it at this time. @stevepiercy No offence, but those...

@davisagli thank your for your proposal: adding a new key `raw` is surely a good first step. The RichTextFieldDeserializer should also not overwrite `raw` with `data` a it is the...