Steven Tang

Results 21 comments of Steven Tang

Yes, it is currently a JSON file in plaintext. If a PIN is required, then I guess that has to be implemented as a part of the app itself?

Thanks for the quick response. Currently, with the following example: ``` // GetStringByInt example // @Summary Add a new pet to the store // @Router /users/me [get] // @Router /users/1...

@ubogdan Many thanks for looking into my use case in detail. Unfortunately, I wrote that example as a minimal way to explain this issue, but it didn't communicate across the...

Normally, I do tend to switch off telemetry if given the option. I think [the comments on this reddit post](https://www.reddit.com/r/devops/comments/l2r18a/user_telemetry_on_oss_project_pro_or_cons/) summarises well the concerns behind telemetry and adding telemetry, if...

Some ideas: - Have telemetry functions implemented in a separate file, to make it easy to audit - Invite discussion via PR upon implementation - Perhaps versioning of telemetry (as...

> Good thoughts, thank you! > > > [...] perhaps some site showing collected data [...] > > Should users be able to view only collected data of their own...

![Screenshot_2021-08-30_13-39-33](https://user-images.githubusercontent.com/5828744/131281881-d438e01c-ecbd-4e9f-8a74-1a9e4912f250.png) I think you're right. It doesn't seem to be adjustable.

`npm run build` && `npm run electron`.

It's possible to use service containers when it comes to spawning dbs. https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers There wouldn't be any teardown required if test data is imported/populated on each execution.

@quaintdev This looks like the `Dockerfile.build` in the root of the repository. Perhaps try `docker build -f docker/Dockerfile .` instead, per the instructions at https://github.com/mattermost/focalboard/tree/main/docker.