-
This macro does not look to be used anywhere: https://github.com/apostrophecms/apostrophe/blob/master/lib/modules/apostrophe-schemas/views/macros.html#L215-L218
```
{%- macro areaBody(field) -%}
…
-
Hello,
Is there a specific reason why `free(cgiContentType)` is called for a statically allocated variable?
```
char cgiContentTypeData[1024];
char *cgiContentType = cgiContentTypeData;
```
…
-
## The problem to solve
Is your feature request related to a problem you are experiencing that is *not* a bug? Please describe.
> Need a loader so we know that we need to wait instead of clickin…
-
just a small minute spelling error but hitting close to my viking home :) There is a d missing in the word Yggdrasill - and technically should be with two l's
-
The problem is caused by this line of code: https://github.com/apostrophecms/apostrophe-workflow/blob/master/lib/modules/apostrophe-workflow-pages/index.js#L306
In production environment with Nginx…
-
In my system, I print console warnings with before/after text whenever HTML gets sanitized, which makes it easier to see when there's something I need to add to the whitelist. It'd be much better if …
-
Htmlparser2 repository appears to be languishing and parsing errors that affect sanitize-html aren't likely to be fixed anytime soon. Several other issues on the htmlparser2 page were marked as close…
-
PLEASE NOTE: make sure the bug exists in the latest patch level of the project. For instance, if you are running a 2.x version of Apostrophe, you should use the latest in that major version to confirm…
-
In latest versions of the library you added the `.includes` function in several parts of the code. And since this experimental feature is not supported by IE11, it breaks the app there. Then, if I try…
-
## To Reproduce
Step by step instructions to reproduce the behavior:
> 1. Use MongoDB version 4.4.0
> 2. Try to view a list of pieces in the admin menu
> 3. See Error
```bash
MongoError: P…