Lionel Barret

Results 6 issues of Lionel Barret

When building a gradient from a color to black, the gradient go through many other hues, instead of going simply darker. It looks quite unnatural. Wouldn't it be possible to...

I am writing a wrapper to cork in c# and I got into problems with some operations. It seems the library is quite strict with what is acceptable data. Users...

The tab is visible only on localhost. (i.e if seen locally) If redmine is accessed remotely, it is invisible. The calendar is public. Any idea ?

according to this [discussion](https://opensource.stackexchange.com/questions/1720/what-can-i-assume-if-a-publicly-published-project-has-no-license) : If there’s no license, you have been granted no rights, including the right to run. The GitHub terms of service allow you to view the...

When I sent this big numpy array to the vbo, the memory goes up a gig. The shape of the array is (120000, 1), each vertex is x,y,z,r,g,b. I added...

**Your Godot version:** 4.3 **Issue description:** The doc provides the following example : ``` var tween = get_tree().create_tween() tween.tween_property($Sprite, "modulate", Color.RED, 1) tween.tween_property($Sprite, "scale", Vector2(), 1) tween.tween_callback($Sprite.queue_free) ``` But the...

enhancement
area:class reference