Zac Lovoy
Zac Lovoy
Could we mark tokens then to know if they had been generated with or without a password and then only let the /api endpoint's more sensitive operations work if the...
I'm also seeing a similar issue on cli tool version `2.5.2`: ``` 08:42:52 + sentry-cli --version 08:42:52 sentry-cli 2.5.2 [Pipeline] sh 08:42:53 + sentry-cli releases --org our-org --project our-project files...
> The problem here is that we have some limits on how many files we can query for. This is happening only if the number of release files is over...
I gotta +1 this as well. I had a FANTASTIC time using this library over the last week on a project (super easy to use and super easy to tell...
@sgiehl Essentially our view is if an Origin not on the `Cross-Origin Resource Sharing (CORS) domains` list when one is set hits the endpoint, it should return a `401` or...
@sgiehl I'm just confused about the fact that there's an explicit list of domains that should be allowed to send data to a Matomo instance and then treating requests from...
Got the following to build in `linux/arm64`. Took 9000 seconds to install MindMeld but it worked: ```dockerfile FROM python:3.7.13 RUN pip install numpy~=1.15 RUN pip install mindmeld spacy # Add...
Attempting to build a modified [home_assistant container](https://github.com/cisco/mindmeld/blob/fd1297229067082db5f40f2d40c8958d3cc25900/docker_containers/mindmeld_docker/Dockerfile) directly on an `arm` system (a Raspberry Pi 3) is leading to this: ``` > [21/21] RUN export LC_ALL=C.UTF-8 && export LANG=C.UTF-8 &&...
Looking at [these mappings](https://github.com/cisco/mindmeld/blob/fd1297229067082db5f40f2d40c8958d3cc25900/mindmeld/path.py#L104-L123) it appears that MindMeld only checks for `x86` builds of duckling so even if I were to manually install it I think MindMeld would just try...
The same Docker update needs to be done on https://github.com/cisco/mindmeld/blob/1ff40df9863d627b16031f5897e28786ac83d06b/docker_containers/mindmeld_docker/Dockerfile#L13-L14 as well, right?