Isak Styf

Results 14 comments of Isak Styf

@theadell I second this request as I am currently working on a project that wants to use PAR to increase security. Do you have a PR in the works or...

Thank you for your quick response! I must admit I had not given the actual implementation much thought before posting the issue, but you are right, after some more digging...

What is the Content-Type header in your handler's response? The proxy only tries to inject the script in responses that are advertised as `text/html`.

Hmm, "works on my machine". Are you sure that it is actually using that config file? Does it fail as expected if you change the build command to some nonsense...

No, it is not specific to the build command. It specifies what directories should be excluded from watching for changes. What do you want to happen when air detects a...

Sorry, I didn’t notice that you moved exclude_dir out of the [build] section. That does not work. If you remove lines from the toml those settings will be set to...

Unfortunately air does not support forwarding stdin to the application. See #387

> @istyf do u have any idea to support this feature? @xiantang I have not had the need so I haven't looked at it, but @8LWXpg has proposed some changes...

This issue seems to have been fixed by #635 that was released in 1.61.0.

This seems to be the same issue as #530 that is reported on an even older version of air. It seems that the compiled regex is nil when it is...