Benjamin Goering
Benjamin Goering
Eventually it is probably ideal for developer trust and adoption to adopt a Linux-like "never break userspace" policy, and to never make backward-incompatible changes like this. What is in the...
On pros cons (from https://github.com/solid/solid/issues/253#issuecomment-475723216) So let's just be honest about what are the pros/cons. From #145 the OP starts with > 1. No one really wants globbing. People want...
I will also throw in a related idea. Ignoring the specifics of solid, what I want from my own personal cloud is to be able to try out apps that...
2 cents: When building systems in the past, I generally have found clearer behavior and less security oopsies from the principle that resource servers / APIs (like solid-server) should only...
> a) performance (our Authorization check includes a network request, although I guess we could cache that) Yes, it's standard to cache that if you actually need to speed up...
In case others find this, I implemented that last hacky strategy and it seems to work. Here it is as a kubernetes deployment. ``` apiVersion: apps/v1 kind: Deployment metadata: name:...
A related nice-to-have would be able to override the apiBaseUrl at runtime without having to rebuild the jar or container. There is an apiBaseUrl config parameter in the java jars...
@holachuy > As far as the host, a runtime config could be nice, however, please note the host will be used to generate redirect urls for the oauth handshake and...
@holachuy Similarly, in search of a path forward for a more flexible solution for the client-side apiBaseUrl that is currently [set to to 'https://localhost:3000'](https://github.com/google/data-transfer-project/blob/d7e132ab5525a581b5a667c6bd136bcf507c7c91/client-rest/src/environments/environment.ts#L8) and only overridable via a fileReplacement...
> What do you think? @jimmarino tbh I am not very experienced with Angular or best practices, so I'd defer to someone with more experience there. Since you're asking, it...