images
Here are 1,946 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
May 23, 2020 - JavaScript
-
Updated
Jun 7, 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
Jun 11, 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
Add a route to GET / on the API, that displays or links to the documentation of the API.
Over the weekend, I wrote a short twitter thread on how resampling methods can affect file size (at least for PNGs of user interfaces and similar stuff well-suited to lossless formats). I wonder if a short section on this would be welcome, @addyosmani? If so, let's prioritize it somewhere.
The func value set of type:fabric customFabricFrameSource does not recieve any parameters. For example, you cannot pass a text to https://github.com/mifi/editly/blob/master/examples/customFabric.js.
Following patch can fix it.
diff --git a/sources/fabricFrameSource.js b/sources/fabricFrameSource.js
index 74b8299..c88238c 100644
--- a/sources/fabricFrameSource.js
+++ b/sources/fab
The value of allowed undershoot in the resize mode ExactOrSmaller is currently a compile time constant. It would be great to make this configurable for the developer using the library:
-
Updated
Feb 28, 2020 - C++
Tried to get this running. Looks super nice and promising. A few things I noticed while setting it up.
-
I needed to set min sdk to 26 (Oreo) 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
Apr 3, 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