Helm template: commas break syntax highlight
I'm using a comma in a Go template actionmetadata: name: {{ $route.name }}-route annotations: konghq.com/strip-path: {{ default true $route.stripPath | quote }} {{- if ne (len $route.plugins) 0 }} {{-...
View ArticleAnswer by mikyll98 for Your project requires a newer version of the Kotlin...
That my experience as a Windows user.I had this error, when trying to build with flutter build apk --split-per-abi:FAILURE: Build failed with an exception.* What went wrong:Execution failed for task...
View ArticleAnswer by mikyll98 for GitHub API - stars, get the date then star is created
Short AnswerYou need to use the "List stargazers" REST API and add the header "Accept: application/vnd.github.star+json" to the request.curl -L -s \ -H "Accept: application/vnd.github.star+json" \...
View ArticleComment by mikyll98 on How to use Gateway API with Kong on GKE?
Thank you for the answer and your time. However, my issue is mostly related to how can I instance the GatewayClass/Gateway resources for Kong on GKE. Should I point to Google Cloud gatewayclasses? What...
View ArticleComment by mikyll98 on Create the YAML file for a ConfigMap without creating...
That's exactly what I was looking for, thank you so much! :)
View ArticleComment by mikyll98 on Function in C that converts an integer to a string
void main (); -> int main ()
View ArticleHow to use Gateway API with Kong on GKE?
GoalI'm trying to use the Kubernetes Gateway API with Kong deployed on Google Kubernetes Engine (GKE).I'd like to have some sort of guide or a set of steps to properly setup and use the Gateway API in...
View ArticleCreate the YAML file for a ConfigMap without creating the corresponding...
QuestionIs there a way to get the YAML manifest file of a configmap, without creating the corresponding Kubernetes resource?At the moment I'm doing this:kubectl create configmap <name>...
View ArticleComment by mikyll98 on Href is not change or load. Can't figure out why
Please post the code as text, not images
View ArticleComment by mikyll98 on How can I install custom plugins in Kong using...
@Ôrel I don't know how, that's the issue :') Maybe I wasn't clear enough in my question
View ArticleAnswer by mikyll98 for Any way to detect SparcWorks on SunOS?
You could try to use both these macros:__SUNPRO_CC (for C++) or __SUNPRO_C (for C), which are macros typically defined by the SparcWorks compiler indicating the usage of Sun C/C++ compiler;__sun, which...
View ArticleComment by mikyll98 on error: incompatible type for argument 1 of 'free'|
What is strutto? What are a, b, c?
View ArticleKong Custom Plugin Development: is it possible to have a configuration field...
I'd like to know if it's possible to have a Kong custom plugin with a configuration field which can have one of these two different types: string or array. And in case it's possible, I'd like to know...
View ArticleAnswer by mikyll98 for Why isn't my Unity rotation check working?
I think the issue is in the last if condition: transform.rotation is aQuaternion,which is not directly comparable to the (I suppose) scalar value ofweapon.sweepingEdgeRange. Therefore, you should...
View ArticleAnswer by mikyll98 for Inspect Element Greyed out in Chrome
SolutionYou have to change the value of the Windows registry Software/Policies/Google/Chrome/DeveloperToolsDisabled from 1 to 0.NB: you need admin privileges to edit the registries.StepsCommand...
View ArticleComment by mikyll98 on SDL_mixer and SDL_ttf not working after build. Visual...
@RetiredNinja probably he meant the .dll files :')
View ArticleComment by mikyll98 on Issue pyinstaller/tkinter - Unhandled exception in...
Have you checked that C:/icon05.ico exists on the other PC?
View ArticleComment by mikyll98 on Issue pyinstaller/tkinter - Unhandled exception in script
Have you checked that C:/icon05.ico exists on the other PC?
View ArticleComment by mikyll98 on Split string containing multiple jsons
@progNewbie I updated my answer (try putting the decoded output in a List<dynamic>)
View ArticleApisix on Kubernetes: is it possible to deploy Apisix without the Database...
TL;DRI'd like to know if it's possible to deploy Apisix on a Kubernetes cluster, without the Database support (etcd), via Helm.If it's possible, how do I need to configure the Helm chart values?Long...
View Article