-
maybe it would look nice, idk about the speed and also it'll be a pain cause there are over 100 of them
mind, we don't need all of them for sure (namely I don't care about the halflings and probabl…
-
//ive done npm install tracking ,then
import tracking, { ObjectTracker } from 'tracking';
constructor(){
this.trackFace();
};
trackFace(){
var tracker = new tracking.ObjectTracker('face');
…
-
It seems like the gfx backend incorrectly calculates the area's y coordinate.
For example
Canvas in the middle:
![default](https://user-images.githubusercontent.com/13032641/39199366-fa76efe4-47f…
-
On the website, SVG can be rendered normally,
![image](https://github.com/orzih/mkdocs-with-pdf/assets/78209557/ee739298-3350-4917-9448-f93dba069079)
but in pdf, css rendering loses.
![image](http…
-
Logfile:
```
Test suite sdl-space: RUNNING...
pollEvent
Case Allocated GCs
pollEvent 1 1,512 0
pollEvent 10 1,512 0
pollEvent 100 1,512 …
-
Instead of **bool**, maybe you should return **int**, the number of pages used.
If zero, then it didn't successfully pack.
I presume something like this:
return all_packed ? ctx.page +1 : 0;
In my…
-
### Steps to reproduce the bug
Download songs to offline playlist, close the app, reopen the app, offline playlist is enpty.
### Expected behavior
All songs will be deleted from offline playlist
#…
-
#### Here's what I did :innocent:
This came in through support (see Desk 1016).
"To retrieve results according to my expectations, I'd need to specify layer "venue" for all search requests and aut…
-
Hi, I was able to run the code of alignment and training successfully on Mac Os.
The only issue regarding the training code (in my case at least) was in the **MapShape** function in **utils_train.cp…
-
```
require.config({
packages: [
{
name: 'zrender',
location: 'zrender-3.1.3/src',
main: 'zrender'
}
]
…