Quantcast
Browsing all 102 articles
Browse latest View live

Comment by mikyll98 on Slow Video Loading in Social Media Flutter App

Questions about recommendetions and without code or actual programming-related problems are off-topic on SO... This post will probably get closed

View Article


Comment by mikyll98 on Pyinstaller in virtual environment still yields very...

if where doesn't output anything, try explicitly with where.exe pyinstaller

View Article


Answer by mikyll98 for How to check if a regex string is PCRE-compliant?

Thanks to @InSync for the suggestion :) this gave me an insight on a possible solution.One can simply use a regex engine and pcall (~try-catch) the pattern creation block.Example using lrexlib-pcre...

View Article

How to check if a regex string is PCRE-compliant?

In Lua, is there a way to check if a string is a valid PCRE pattern?Examples:local function is_valid_regex(pattern) -- Check if the pattern is PCRE-compliantend-- Testprint(is_valid_regex(".*")) --...

View Article

Comment by mikyll98 on Integrate Python plugin in APISIX Instance

@STTLUser he probably meant the error message :)

View Article


Comment by mikyll98 on APISIX Custom Lua Plugins - How do I write logs to a...

Can you provide the code snippet you used to implement this logic, or a MRE?

View Article

Comment by mikyll98 on Unable to construct Application instance: class...

Please do not post screenshots of code or errors, copy and paste it instead. Why should I not upload images of code/data/errors?

View Article

Comment by mikyll98 on Kong API Gateway Open Source on docker with https

Have you tried adding the Kong HTTPS port to the admin listen environment variable? -e "KONG_ADMIN_LISTEN=0.0.0.0:8001, 0.0.0.0:8444 ssl"

View Article


Comment by mikyll98 on Kong API Gateway Open Source on docker with https

This. I think OP is overlooking some relevant information, because it's impossible to have the GUI not showing "Network Error" with that setup... Kong Manager Network Error

View Article


Comment by mikyll98 on Flutter commands is not working in my Windows 10

Please post code and errors as text, instead of images (see Why should I not upload images of code/data/errors?). What do you mean by "it is not running"? Is it stuck or does it return nothing?...

View Article

Comment by mikyll98 on...

I've tried reproducing your problem without success. I get the expected result (java.awt.Rectangle[x=0,y=0,width=1920,height=1080] and AffineTransform[[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]]) for both calls...

View Article

Comment by mikyll98 on I need to paste on x11 file

To extend what @Gerhardh said, if you write a "great question" (which means it's clear what the problem is, you don't omit important details, and is straightforward to reproduce) it's much more likely...

View Article

Comment by mikyll98 on A portion of screen appears blank in android emulator...

...that's not a question :'-)

View Article


Comment by mikyll98 on Is there a way to remove "What's next" message, when...

A reason would be highly appreciated, along with the downvotes and close request :(

View Article

Answer by mikyll98 for how to use the APISIX to limit the upload file size

There are many methods to limit the size of requests in APISIX:using a built-in plugin, such as client-control;using APISIX configuration;making a custom plugin;Since you want to enable it on a...

View Article


Answer by mikyll98 for How to Upload a New Certificate to Kong Using decK?

When you use the declarative configuration, you must provide the ID along with certificate specifications.Example:certificates: - id: "my-certificate" cert: | -----BEGIN CERTIFICATE----- ...your...

View Article

Answer by mikyll98 for Integrate Python plugin in APISIX Instance

About the ErrorThe error you're facing, as stated in the log message, is due to bad indenting in the configuration file (config.yaml). Most likely you missed some space or tab, so you should look for...

View Article


Answer by mikyll98 for Kong request transformer - inject X-User-Id:...

You can't expect request-transformer plugin to magically✨ retrieve the JWT claims and store them in a header, that's just not what it does :)FactsAccording to the documentation page, you can use...

View Article

Comment by mikyll98 on Kong : {"message":"no Route matched with those values"}

Please report the exact steps you made to create the service and the route, or provide a MRE. Are Kong and the service running on Docker, are them standalone applications or something else? Is the...

View Article

Comment by mikyll98 on why a portion of screen appears blank in android...

...that's not a question :'-)

View Article
Browsing all 102 articles
Browse latest View live