images
Here are 1,981 public repositories matching this topic...
Frequent bug: while sorting by y-coordinate, the vertices are sorted, but the data coming with the vertices is not.
Gouraud shading, forgot to sort intensities
In my case I was calculating a barycentric coordinate of one vertex and assigning it to a different vertex by mistake.
The artifacts looked exactly the same as you presented, if it is the same problem then the description could be
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Jul 1, 2020 - JavaScript
Hi,
I suppose this is a small bug as in InteractsWithMedia::class the function:
public function getFirstMedia(string $collectionName = 'default', array $filters = []): ?Media
{
$media = $this->getMedia($collectionName, $filters);
return $media->first();
}
enforce $filters type to array while InteractsWithMedia::getMedia() supports $filters as
-
Updated
Jul 7, 2020 - Kotlin
-
Updated
Mar 22, 2020 - C++
-
Updated
May 15, 2020 - Python
All plugins are currently documented well via the CLI help, maybe start by copying that output, later on refine the readme files
There's a problem with the formation of lines and paragraphs on this certain document.
It might be linked to the slanted nature of the text (slight rotation of the content on the input document).
Output:
 to compile. Not a problem, and easily fixable through error messages
-
Could it be that .defineZoomLevel replaced .defineDetail and .addDetailLevel? readme.md refers to defineDetail in the quick setup , and the wiki uses addDetailLevel. The demo code
-
Updated
Feb 20, 2019 - C++
-
Updated
Jun 20, 2020 - HTML
Thanks for your wonderful plugin!
Can you guys, add a padding parameter to PhotoViewGallery or some where else?
I need to add some padding between photos in gallery.
WebP preview bug?
The plugin works great except the display of webp files seems too small(see screenshot)
using 10.14.4
Expected behavior
using QlWebP.qlgenerator from https://github.com/Old-Geek/QlWebP

Actual behavior

Need Optional parameter for Keypoint class as we have one for BoundingBox
In case, we want to track the Keypoint transformations and pickout the labels which we want to use, It would be useful if we add label parameter.
As of now, we can do something like the below code in BB's :
`ia.BoundingBox(
x