christopherowen
christopherowen
implode can take 1 parameter, this message from php taint is incorrect: "implode() expects exactly 2 parameters, 1 given in"
embarrassingly, it could be that I don't know where to look.
Is there a timeline for the Vue 3.0 implementation and the 1.0 release? I'm currently evaluating Gridsome versus Nuxt for a new initiative to start this month - and this...
I think a branch is available here: https://github.com/nuxt/vue-meta/tree/next
`doctor` will work with exakat 2.5.1 and gremlin 3.4.13.
a java error occurs when trying to analyze the project with 2.5.1 and gremlin 3.4.13 ``` % php -d memory_limit=-1 exakat-2.5.1.phar project -p project Error : The script submitted for...
specifically, `docker compose ps -a` did not work on my system until I installed the `docker compose` plugin with the following steps: ``` #!/bin/bash sudo mkdir -p /usr/local/lib/docker/cli-plugins sudo curl...
I can confirm that I am seeing this is the latest release of on premise as well. Like the original poster, I followed the same path and was led to...
I've tried a number of attempts at setting system.JS_SDK_LOADER_DEFAULT_SDK_URL in sentry/config.yml and sentry/sentry.conf.py without luck so far. I receive various versions of "Unknown config option found:" in the logs.
I was able to get this working by setting the following in sentry/sentry.conf.py ``` JS_SDK_LOADER_DEFAULT_SDK_URL = "https://browser.sentry-cdn.com/%s/bundle.tracing.min.js" ``` May I suggest that this be set as a default in the...