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

If I [add `matcher` to routes](https://github.com/SachinShekhar/angular-ssr-prerendering-bug/commit/408718c53279cfbc23b8f08a4ddbcb63960b5a03#diff-a33ab3ec16826bcb604fc915003ed860), parseAngularRoutes fails to extract even static routes (I don't expect it to work with matcher, but at least it should work with static routes)....

bug

![2020-08-28](https://user-images.githubusercontent.com/6649533/91549760-0db1e900-e945-11ea-8e90-e0aafb0d475b.png) ```js extend(config, ctx) { if (ctx.isDev) { config.devtool = ctx.isClient ? 'source-map' : 'inline-source-map' } if (ctx.isClient) { let guessOptions = {} var GA = '--masked--view--id--' if (GA) guessOptions.GA...

GuessJS currently does not work with Firebase Analytics. When I run 'ng build --prod' I get the following message **'UnhandledPromiseRejectionWarning: Error: user does not have sufficient permissions for this profile'**....

I'm trying to create a plugin for Gridsome (based on the Nuxt demos), and it works perfectly in development mode. However, when I try to build a project I get...

bug

1) I created a project in google console. 2) I created a private key with no restrictions 3) I opened a google analytics account 4) I added analytics.js and used...

When I try to build the simple angular app with guess js. It's giving me the error. My "extend.webpack.config.js" is like below: ``` const { GuessPlugin } = require('guess-webpack'); const...

There's a lot of place for improvement of the documentation. - [ ] Update the Angular guide to use `ngx-build-plus` - [ ] Improve the API documentation explaining the configuration...

help wanted
good first issue

The `GuessPlugin` should cache the access token so it doesn't ask the user for authorization on each run.

enhancement
help wanted