Michael Cole

Results 43 comments of Michael Cole

Hey, this is old, but the way is to make your own Icon Font. See the "noun project" for details.

Hey, that issue was from 2012 and says it was fixed. I'm having similar trouble. Do you think it still applies?

@bertho-zero Sounds good to me :-) I noticed the communication was inconsistent with the example. I'm guessing this is proxied to express's use. http://expressjs.com/en/4x/api.html#app.use We could copy that description or...

Ugh, I'm on my first day of Kustomize and foiled by this fundamental challenge. I have different domains for each environment. This seems like a basic use case. Options: 1)...

Hey, what do you think about https://github.com/forbesmyester/SyncIt?

https://github.com/yubozhao/meteor-link-accounts/blob/5ece9b9051929e1dc43befa1c406e1201843d154/link_accounts_server.js#L56

That feature has been implemented, so this issue could be closed. https://github.com/mongo-express/mongo-express/blob/bb7e8489d1a1ee9bd1a62eadb342b437427e6eea/config.default.js I got replicasets to work fine. Make sure your connection string works in the mongo client before connecting...

Hi, I need this for my users. I can't implement this at the application layer because I want the keys to be encrypted as well. NOT implementing this is worse...

I used this code to solve the packaging issue by bundling everything through async imports. It's been a couple years, any more thoughts on this? I was surprised node workers...