R. Miles McCain

Results 133 comments of R. Miles McCain

You can currently do this pretty easily! You just need to generate two different versions of your CSS (with different color configs) — one for light mode and one for...

Just wanted to thank you for putting in the work for this PR. I think that before we add an API we should stabilize what our method for handling new...

I propose we do this a bit differently: instead of having a complex API token setup, we simply add a "refreshable" API URL for every service (and in that URL...

I really want to keep Shynet small and focused, so maybe we just make it one refreshable API token per user instead? I really hesitate to introduce an additional model.

Great. Let’s create a new view for token management. We can also show the token on the service management page.

Alright, thanks again for making this PR. I just played around with it in my local environment, and I think we're nearly there! Still, there are a few more things...

In my local dev environment, I get the following error when I try to query the API for a particular service: ``` ERROR Internal Server Error: /api/dashboard/ Traceback (most recent...

@haaavk see https://github.com/haaavk/shynet/compare/api...milesmcc:shynet:api

Once that error is fixed, I think we're good to go.

Interesting—I could imagine this being a good way to interface with the API. That said, it probably is possible to include primary key integration with your SPA without this API....