-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #7
Comments
Hi @rexagod can you reply here? Thanks! |
@jywarren
It can be thought of as an essential "toolkit" for the |
Is it a toolkit that consumers of
But why does it seem like you're loading a web page in your Jest tests? So will LDI use Thanks! |
Not necessarily. By the term "user" in my comment above I meant to refer to developers who need to run the algorithm under different configs and yank away any extra milliseconds it took, and visualise its behaivor just like I did. But again, the "end user", or anyone for that matter, does not need to include this library whatsoever in order to run The web page, this file to be exact, is a demo page I setup in core lib just to showcase how m-cli would "target" the core lib and perform operations on it (snapshots, info collection, etc.), just like I demonstrated in #5 a while back.
It can, and it is currently (in my fork's |
Hm, so if |
OK, so cool -- maybe in case there is any ambiguity, the docs for this lib should clearly say near the top of the README that |
Based on @jywarren's suggestion [here](#7 (comment))
We are actually doing that currently, in publiclab/Leaflet.DistortableImage#312
This lib can diagnose the matcher-core usage scenarios inside ldi and crosspost those stats back here, but as I said earlier, it can be enhanced to do many more headless LDI-specific tasks as well, eg., measure performance improvements by any PR down to milliseconds, merge only if performance is not downgraded (in some scenarios), realtime user simulated inputs, etc.
Done! |
Great, ok, awesome, thank you @rexagod!!!
…On Thu, Jul 11, 2019 at 6:40 PM Pranshu Srivastava ***@***.***> wrote:
perhaps it's best we just use matcher-core directly from LDI.
We are actually doing that currently, in
publiclab/Leaflet.DistortableImage#312
<publiclab/Leaflet.DistortableImage#312>
What would be any specific utility that /would/ be required from this lib?
This lib can diagnose the matcher-core usage scenarios inside ldi and
crosspost those stats back here, but as I said earlier, it can be enhanced
to do many more headless LDI-specific tasks as well, eg., measure
performance improvements by any PR down to milliseconds, merge only if
performance is not downgraded (in some scenarios), realtime user simulated
inputs, etc.
maybe in case there is any ambiguity, the docs for this lib should clearly
say near the top of the README that matcher-cli consists primarily of
utilities for developers, and not required for projects which are using
matcher-core directly.
Done!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=AAAF6J4JC46BYABN5OINDK3P66ZE5A5CNFSM4H27XG7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZYFVUI#issuecomment-510679761>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J4RAXDY72NWKTJVIFDP66ZE5ANCNFSM4H27XG7A>
.
|
Sure thing, Jeff! 👍 |
Hi @rexagod ! Docs look great. Just for context, you mention testing as a use case here. Is this library intended to be used in the browser, for example as part of LDI integration (https://github.com/publiclab/Leaflet.DistortableImage/)? Or is it kind of a branch off the main project? It's very cool!
The text was updated successfully, but these errors were encountered: