Julien Maulny

Results 32 issues of Julien Maulny

I get stuck with this error. Just needed to have a `` element (browsed the source code to debug it), so I add it in the install procedure.

I'm a noob in Blender, so I added the detailed steps I would have liked to have to install the Blender add-on, and how to start using it: - download...

``` Traceback (most recent call last): File "~/.config/blender/2.79/scripts/addons/coa_tools/operators/export_dragonbones.py", line 1174, in execute self.json_data["armature"][0]["skin"] = get_skin_data(self,self.sprites,self.armature,self.scale) File "~/.config/blender/2.79/scripts/addons/coa_tools/operators/export_dragonbones.py", line 422, in get_skin_data data2 = get_skin_slot(self,sprite,armature,scale) File "~/.config/blender/2.79/scripts/addons/coa_tools/operators/export_dragonbones.py", line 370, in get_skin_slot...

enhancement

Fix typo in error message while trying to merge a single sprite to slot

**Description** We can easily set http cache expiration headers on resources endpoints, but why not cache validation ? **Example** ``` diff #[ApiResource( itemOperations: [ 'get' => [ 'security_post_denormalize' => "is_granted('article.read',...

Actually, I have svg elements on which I can listen to the `onClick` event. But this event is no longer triggered once I wrap svg elements into `ReactSVGPanZoom`. To test...

question

As the ContextApi allows a phrase to post json data (relevent for APIs), the phrase is not in doc.

To follow https://github.com/stylus/stylus/issues/448 I have these files: **file-stylus.styl**: ``` styl .stylus-rule color blue ``` **file-css.css**: ``` css .css-rule { color: red; } ``` **main.styl**: ``` styl .prefix @import "file-stylus" @import...

t: Enhancement
good first issue
help wanted

See issue #131 It allows to use web profiler with Symfony 4. It introduce breaking changes while upgrading to sf4, so I couldn't keep retro-compatibility to SF < 4 for...

We can actually simulate moves, but when we go back on history and start to simulate moves from this old state, it brings us to the last state of the...

enhancement