franksl

Results 11 comments of franksl

I don't have documentation regarding this, it was told to me by the server tech that it's a typical security filter that is applied on some servers, basically it blocks...

Here's a short example: Schema: ```

As a matter of fact in this specific example it should be possible to identify the "testC" schema as the source of the error and output just that reference, am...

Hi, It does not happen always but very frequently to me, please try with a long php file by making a selection near the top of the file, then moving...

Just a followup, I actually "solved" the problem by replacing the call to addMigrationsDirectory outlined in my previous message with this (using nette/finder project): ``` $path = __DIR__ . '/src/Si3dDbMigrations';...

It would be very useful (crucial for me) to be able to view the full request also (exactly like curl -v)

Hi, You can find some specifications here: https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0#http-file-syntax. It is basically a plain text file where you put the kind of request, headers and payload in a way similar to...

I think that would be good in order to keep my http files, thanks!

Hi, unfortunately the problem persists with the atest version 2.4.3, if you need any information please let me know

Hi, Here's my pretty much standard config for no-neck-pain: ``` return { "shortcuts/no-neck-pain.nvim", version = "*", config = function (_, opts) require("no-neck-pain").setup({ width = 140, autocmds = { enableOnVimEnter =...