Martin Charles
Martin Charles
It seems that a word list of 500k elements takes around a second. This is really fast. This is still too slow to do on the main thread. Waiting for...
Upon further investigation, in the live version, things seem to work for the most part. The butterfly example is broken. Fixing it shouldn't be too hard.
I've thought of a good way to do this. Make the user input the number of rows and cols in the wordsearch. Ask them to click the four corners of...
newspaper idea.
Actually: > [hop is] A Dart framework for reusable tasks
I think something like `getLibraries` is too narrow. What if you wanted to analyze your tests? Maybe it could be a convenience function which wraps a robust `getFiles` function. I...
Maybe the `getDartFiles` could go into @kevmoo's `bot` or `bot_io` library. Since hop imports `bot` and `bot_io` maybe we can wrap the `getDartFiles`, to create the `getLibraries` helper.
The endpoint powering the https://buildkite.com/organizations/SLUB/jobs no longer works. This query times out. Removing agentQueryRules lets it complete but doesn't allow for filtering. ``` query JobsRefetchQuery { organization(slug: "coinbase") { ...Jobs_organization_2D55O6...
Nvm it sorta works if you use this url. https://buildkite.com/organizations/coinbase/jobs?q=queue=macos
Please make this library use Promises also. I'm also willing to help/review.