Tony Narlock

Results 392 issues of Tony Narlock

https://github.com/collab-project/videojs-record/blob/a67670b2089a559c3cb6a906058ed1957b27f073/test/plugins/ts-ebml-plugin.spec.js#L35-L36 https://developer.mozilla.org/en-US/docs/Web/API/File A `Blob` wouldn't have a `.name` ```typescript interface File extends Blob { readonly lastModified: number; readonly name: string; } ``` https://github.com/microsoft/TypeScript/blob/16031bc429305e5daabf263f208678a6729a161e/lib/lib.webworker.d.ts#L1584-L1588

question

I'm using this on a local website at the moment (see screenshot) I removed 3 or 4 colors because they collided with reserved keywords in scss. Replaced colors with a...

Why a license different than clangs? Even the project your naming it after (clang) couldn't use the code. GPLv3 is incompatible with basically every other license. One of the major...

Fixes cases such as #42 #36 [`json.dumps()`](https://docs.python.org/3/library/json.html#json.dumps) accepts an optional `cls` of a [`jsonJSONEncoder`](https://docs.python.org/3/library/json.html#json.JSONEncoder) This matches the intention of the `json` library. This is great for cases where users use...

To aid, I would propose we add [logging](https://docs.python.org/3/library/logging.html) to the package 1. job name, args, kwargs + generating ID 2. checking for lock 3. creating lock 4. clearing lock By...

In re: #36 @steinitzu Are you open to accepting a PR [`json.JSONEncoder`](https://docs.python.org/3/library/json.html#json.JSONEncoder) in the settings? It can be passed to the [`json.dumps`](https://docs.python.org/3/library/json.html#json.dumps)'s `cls=` in [`celery_singleton.util::generate_lock()`](https://github.com/steinitzu/celery-singleton/blob/0.3.1/celery_singleton/util.py#L8-L9) This is a common practice...

Despite this being the premier JSON-LD library for python, the examples are sparse and leave a lot to the imagination. Or maybe it's just me. In frustration I ended up...

Thank you for the project! Is it possible to keep a changelog working backward and sync future releases it with git tags?