Wong Yong Jie
Wong Yong Jie
I think it might be worth mentioning, we first found this issue in Formik 2.1.4, but upgraded to 2.2.9 to see if it still persists. But interestingly, using version 2.2.6...
Workaround if there is a `typeRoots` specified - create a typings folder for `builder.io__widgets`, then add this as `index.d.ts`: ```ts declare module '@builder.io/widgets/dist/lib/components/Tabs.config' { export * from '@builder.io/widgets/dist/types/components/Tabs.config'; } declare...
According to my tests, it seems that the Intercom script is not even loaded from the CDN. Will continue to investigate. (Correction: It is, but the ping endpoint isn't being...
Seems to be ok for me. Does the issue still happen for you? The Intercom ping endpoint always returns `Access-Control-Allow-Origin: *`, so there's no reason why it would be broken.
That's interesting - Secure mode is actually supported, you just have to send the user_hash as part of the user options. ``` $intercom.boot({ 'user_hash': ... ... // Rest of user...
@JustinBeckwith I'm guessing that would be related to this issue? #806 If splitting the module up to individual packages is going to be a massive undertaking, I think it would...
As it turns out, no :X I'll try to add them in when I have time. Of course, you're welcome to contribute as well.
Might be the case, since I haven't updated the project in a while (_sigh_, thesis paper). Thanks!
In case you are still interested - I have fixed the uv_queue_work calls to work with the latest Node.js version (v0.10.26).
Hey there, Unfortunately, I think `libsane` is not supported on Windows :disappointed: Windows uses WIA to access scanners, and this library doesn't support that at the moment. I tested it...