Dylan Staley

Results 61 comments of Dylan Staley

Forgive my ignorance as I'm a newbie to the Kobo community, but is there not a way to determine if a given epub is already a kepub outside of the...

It looks like the environment variable `ChromeWebDriver` points to the folder where the webdriver is installed. So determining the version would include executing the `chromedriver` contained within the folder and...

Just wanted to drop a note that this also affects workspaces with npm v7 when intern is installed at the root level. Unfortunately npm does not currently have an option...

So I just came across [this comment](https://www.reactiflux.com/transcripts/microsoft-react-native-windows-team) from a member of the React Native for Windows team. > Community modules will likely want to be in C++ so that you...

> Should a developer be confident in lack of comment signaling "Your changes do not have a substantial impact!" One possible tweak would be to use the threshold to calculate...

Personally I'd just consider anything below the threshold as unchanged, and thus put it in the unchanged table.

@developit I'm willing to jump in and take a stab at implementing this! Before I do though, I'd love to add tests for the `diffTable` function at a minimum to...

> Thanks for bringing up this discussion. I will merge Pull Requests that improve the Jest Preset or sensible changes to Jest. Awesome! 😍 (Speaking of, I did open [this](https://github.com/facebook/react-native/pull/30488)...

@asklar Could you point to which file is implementing a native UI component? I searched for `ViewManagerPropertyType`, but didn't find anything in the playground that used that API. I'm essentially...

So I actually think the [CircleViewManager](https://github.com/microsoft/react-native-windows/blob/509b9e5a57f6d032f2422ead1e09207f10855cbd/packages/microsoft-reactnative-sampleapps/windows/SampleLibraryCPP/CircleViewManagerCPP.cpp) is more along the lines of what I think a good sample would accomplish. It looks to be managing children, which is what something...