Skip to content
#

tracking

Here are 1,383 public repositories matching this topic...

jofpin
jofpin commented Jan 22, 2020

It has been a pleasure for me to contribute to all of you 2 versions of this tool.

I've been working on other open source projects that I'm about to release for you, so I haven't finished trape version 3.0.

But, I invite you and the entire community that has used this project, to collaborate with some lines of code, implementing your own ideas and improving trape, turning it into a project o

xxAna
xxAna commented Apr 10, 2020

Thank you for your sharing. And I wonder if there is the search region update strategy in this project. I try to change the instance size and output size to enlarge the search, while it seems that the result will become even worser. It seems that a large search region imply the target becoming smaller? What is the corret implement of the strategy? Please correct me if I am wrong.Waiting for your r

jeremylynch
jeremylynch commented Jul 13, 2014

I have found that @activity.trackable does not work when there is a default_scope which excludes the tracked object. I found a working monkey patch (see below), though is there a more appropriate solution? Would it be possible to override this default_scope when it's present?

PublicActivity::Activity.class_eval do
  def trackable
    trackable_type.constantize.unscoped.find trackabl
bapfnet
bapfnet commented Oct 19, 2019

I don't want to generally enable the tracker but need activate it by middleware or command.

The "use_middleware" seems not to be implemented.

How to start it?
use Tracker;
Tracker::currentSession();

Doesn't work!!

It only works with 'enabled' => true, in the config for each request.

privacybadger
tjhietala
tjhietala commented Apr 20, 2020

Privacy Badger has still a project on Transifex, even though it's not mentioned anymore in the translation guide. So I wonder if it's going away at some point?

If there is still interest in providing an environment similar to Transifex, I would recommend Weblate, which has the following advantages:

  • It's free and open source, can be self-hosted.
  • It's easier to use

Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).

  • Updated May 13, 2020
  • JavaScript
tizmagik
tizmagik commented Aug 19, 2019

I've been meaning to provide this as importable within react-tracking via something like: import track, { mockTrackEvent, TrackingPropType } from 'react-tracking/mock'; but haven't had a chance yet. PRs welcome! 😁

/* __mocks__/react-tracking.js */

const PropTypes = require('prop-types');

const mockTrackEvent = jest.fn();

module.exports.TrackingPropType = PropTypes.shape();
victorhooi
victorhooi commented Oct 28, 2017

The README mentions the following:

Also edit /etc/network/interfaces and remove the wpa-conf line for wlan1.

However, on a default Raspbian Lite install (September 2017), my /etc/network/interfaces contains:

# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man d

Improve this page

Add a description, image, and links to the tracking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tracking topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.