Arkshine
Arkshine
It would be a good opportunity to slightly increase some max values. Proposed limits are based on http://code.google.com/p/sing-engine/. Relevant limits and value would be : - MAX_MODELS 1024 (default: 512)...
This fixes a known exploit around localized string and var arg, like `#Spec_Help_Text`, `+forward` or `%s` , which can cause bugs with multiple occurrences, at worst crashing a client. While...
Before we go wild on plugins, we should discuss what changes/new features/new plugins would be welcomed for each plugin. It will be easier to manage people's ideas and we will...
Hi, I'm playing with [Slim PHP micro-framework](http://www.slimframework.com/) and using an existing [skeleton](https://github.com/slimphp/Slim-Skeleton) with the following structures: ``` project -- public -- src -- templates -- tests -- vendor ``` `public/index.php`...
Meta: https://meta.discourse.org/t/encoding-conversion-error-from-ascii-8bit-to-utf-8-in-logs/308603/2 Crawler requests for non-UTF-8 user agents that contain invalid bytes generate an exception at two places. See [`get_data()`](https://github.com/discourse/discourse/blob/main/lib/middleware/request_tracker.rb#L158-L193) function: * On `encode("utf-8")` that results either in the following...
Small feature but still one of the most wanted functionality people would like to see : having the possibility to change render properties of the view model, through a new...
Meta: https://meta.discourse.org/t/svg-animates-arent-rendered-properly/366679/3 This PR whitelists the [`symbol`](https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/symbol) SVG element, allowing uploaded images that use those elements to be animated properly.