nikkwong

Results 15 comments of nikkwong

Getting this to work made me want to instantly give up on this lib. Total waste of time and very frustrating, especially with `-webkit-app-region` being ignored with `setIgnoreMouseEvents`... what a...

There's a suttle bug with ```express-session``` that can bite you, [link](https://stackoverflow.com/questions/36249119/passport-deserializeuser-method-never-called/47569734#47569734) but ```cookie-session``` is basically a drop in replacement that has worked perfectly for me.

What's the best workaround to achieve this since it doesn't currently exist? I have a wiki that I'm editing with a friend and we would like to be able to...

Is there a workaround for this? It's quite necessary to my workflow and I haven't found a way to do this easily. Thanks.

@jbreneman could you quickly show us how you got this working even without SSR in your app? I would like to get it on the client side but I'm also...

Nevermind. It seemed that the error `TypeError: Cannot read property 'h' of undefined` will be thrown if a `value` is not passed to the color picker. Debugged this for a...

This is a blocker for my project as chrome converts colors to values like rgb(0 113 128 / 27%) which stylus doesn't compile into the respective hex value. Is there...

This is desperately desperately needed. I have a standard application where there are two types of users `students` and `teachers`. Right now, because of file based routing; I have to...

This is necessary for cases like the mongo`{ query: {$eq: []}}`