James Chang

Results 16 comments of James Chang

Also, this would resolve #110

> Hi. After a first look it seems you have just copied the exclude functions and properties. But this can't work. The first question is how should the include work....

I had the same issue when trying to set `this.$vuetify.theme.dark = true` on `mounted` or `created`, see here: https://github.com/nuxt-community/vuetify-module/issues/326 Not sure why this happens, could be due to some race...

@pamartn Not sure why that would be happening, I was able to set custom colors just fine in my application. Maybe try defining the dark theme colors as well? Also,...

@abrooks693 I was able to solve that, see here: #326

Do you have a list of colors that you think should be available? Looks like these were the colors on the current algdb.net. ![8-28-2020 7-54-44 AM](https://user-images.githubusercontent.com/8443042/91558150-c9522900-e903-11ea-81f1-cf5bfb6d6353.png)

Updated the schema here: 73c68b4 The colors are represented by a stringified array of color codes, so like `[1,2,3,4,5]`. Another approach is to make the colors its own table and...

Implemented a basic reddit-style up/down vote system for algs in 927203519230e2a771bc0d1f3883cf45b08a6588 Can this be closed?

Added the tags-related mutations/queries/types in 290dfc335ff60d8cad27c06ae26c26083cbfa814 Feel free to let me know if i missed anything. For sub-alg sets, should that be a required intermediary between AlgSet and Case? So...

Added the concept of user roles in 82f0540 ADMIN, MODERATOR, and NORMAL are the 3 roles so far Admin can update the roles of all users, so they must be...