Jacob Mischka

Results 105 comments of Jacob Mischka

Same here, though I'm using Project Fi with a ported Google Voice number. Though I'm pretty sure the backend behavior of Fi and regular GV are the exact same, just...

Oh ha I just realized this is already in the README, nice. I'm going to look into trying it myself, but I'm not particularly good at bash so we'll see...

* Right, no interaction required aside from setting it up. * I was thinking about adding a `git init`-like command, but not changing the others. * I quite like the...

Please provide a codesandbox link that demonstrates the behavior you're talking about, thanks!

Sorry, are you trying to manually destroy it, or is that `destroy()` call being made by this library?

Unless I'm misunderstanding I believe you're looking for the [`onValueUpdate` flatpickr event](https://flatpickr.js.org/events/#onvalueupdate).

`yarn.lock` is not respected for dependencies, only the current project. A `yarn upgrade` or `npm upgrade` in your own project should be enough to upgrade the transitive `flatpickr` dependency. Duplicate...

That's unfortunately a bug in yarn https://github.com/yarnpkg/yarn/issues/4986. The best solution I know about if you want to update it selectively is to delete the `flatpickr@^4.0.6, flatpickr@^4.6.2` entry from `yarn.lock` manually...

Do you have a repo or setup with jest I can look at? I use jest for unit tests but not often for component testing.