guess icon indicating copy to clipboard operation
guess copied to clipboard

🔮 Libraries & tools for enabling Machine Learning driven user-experiences on the web

Results 51 guess issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | kind-of | [`6.0.2` -> `6.0.3`](https://renovatebot.com/diffs/npm/kind-of/6.0.2/6.0.3) | ### GitHub Vulnerability Alerts #### [CVE-2019-20149](https://nvd.nist.gov/vuln/detail/CVE-2019-20149) Versions of `kind-of`...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | json-schema | [`0.2.3` -> `0.4.0`](https://renovatebot.com/diffs/npm/json-schema/0.2.3/0.4.0) | ### GitHub Vulnerability Alerts #### [CVE-2021-3918](https://nvd.nist.gov/vuln/detail/CVE-2021-3918) json-schema is vulnerable...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | ini | [`1.3.5` -> `1.3.6`](https://renovatebot.com/diffs/npm/ini/1.3.5/1.3.6) | | ini | [`1.3.4` -> `1.3.6`](https://renovatebot.com/diffs/npm/ini/1.3.4/1.3.6) | ### GitHub...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | glob-parent | [`3.1.0` -> `5.1.2`](https://renovatebot.com/diffs/npm/glob-parent/3.1.0/5.1.2) | ### GitHub Vulnerability Alerts #### [CVE-2020-28469](https://nvd.nist.gov/vuln/detail/CVE-2020-28469) This affects the...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | bson | [`1.1.1` -> `1.1.4`](https://renovatebot.com/diffs/npm/bson/1.1.1/1.1.4) | ### GitHub Vulnerability Alerts #### [CVE-2019-2391](https://nvd.nist.gov/vuln/detail/CVE-2019-2391) Incorrect parsing of...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | async | [`2.6.3` -> `2.6.4`](https://renovatebot.com/diffs/npm/async/2.6.3/2.6.4) | ### GitHub Vulnerability Alerts #### [CVE-2021-43138](https://nvd.nist.gov/vuln/detail/CVE-2021-43138) A vulnerability exists...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | ansi-regex | [`4.1.0` -> `4.1.1`](https://renovatebot.com/diffs/npm/ansi-regex/4.1.0/4.1.1) | | ansi-regex | [`3.0.0` -> `3.0.1`](https://renovatebot.com/diffs/npm/ansi-regex/3.0.0/3.0.1) | | ansi-regex...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | ajv | [`6.12.0` -> `6.12.3`](https://renovatebot.com/diffs/npm/ajv/6.12.0/6.12.3) | | ajv | [`4.11.8` -> `6.12.3`](https://renovatebot.com/diffs/npm/ajv/4.11.8/6.12.3) | ### GitHub...

Opening this issue to gauge the interest. Please vote with 👍 if you want to see webpack 5 support in Guess.js.

If my project looks like this: ``` - app.module.ts - routing |- app-routing.module.ts ``` And in the `app-routing` I have routes that are lazily loaded, when I do the traverseForRoutes...