Loren ☺️

Results 280 comments of Loren ☺️

I think it makes sense to load bower css first. We use: http://docs.meteor.com/#/full/Plugin-registerSourceHandler I don't see anything in the docs about load order: https://github.com/meteor/meteor/wiki/CompileStep-API-for-Build-Plugin-Source-Handlers You could discuss in meteor-core the...

I see the problem, but sorry to say I don't know of a solution.

Can you post your whole `bower.json`? Thanks. On Sun, Oct 11, 2015 at 6:03 AM, Dennis Stolmeijer wrote: > > When im starting meteor im just getting this error. I...

Is the issue fixed by the new version `1.5.2_1`?

Looks like we have one here: https://github.com/temporalio/sdk-java/tree/master/temporal-remote-data-encoder

Would be helpful if it verified token against jwks url and had commented out code for checking the email address against an approved list

I guess JWKS and email is cloud-specific, so maybe two different examples of the HTTP server routes.

Hi! 1. Either work, the `bower install` just adds latest to your `bower.json` 2. AFAIK the npm package only adds packages to the server. If bower packages declare other packages...

I don't know about browserify, but I think those (devDependencies) are the dependencies for developing the module, not using it. On Saturday, April 4, 2015, tehfailsafe [email protected] wrote: > These...

I've only used the built versions of packages. If you needed to edit the pre-built source, I would manually run grunt once after, and then include the built file. On...