Andrew Nagy
Andrew Nagy
I see. It looks like I would implement https://github.com/webpack/webpack/blob/main/lib/TemplatedPathPlugin.js to get this done
@some0ne2 if you look at my commit you can see that I only bumped the composer file Regardless my company has five services that use this on php 8.1 for...
Laravel 9 and php 8.1.7
My coworker was confused on what I was asking. Yes we are experiencing the slowness too. The issue is all of the math in https://github.com/igoshev/laravel-captcha/blob/6694a98ed72f58e9c896308cd3fbd29a225937f9/src/Captcha/Generator/GeneratorWaves.php#L68-L136 On individual runs it takes...
@some0ne2 it's a bug in php not anything with this library. The math functions are slightly slower in php 8.1 and thus causes slowdowns.
The solution here is probably to replace WaveGenerator with code that uses https://github.com/Intervention/image to generate a similar image (this is what mewebstudio does) The math however is used to create...
@some0ne2 they dont use WaveGenerator. WaveGenerator is exclusive to this library
> I am getting this error again when I use `--env GITHUB_STEP_SUMMARY=/var/run/act/summary`: > > ``` > Error: Unable to access summary file: '/var/run/act/summary'. Check if the file has correct read/write...
HI @mehulkar thanks for the comments! - In the turbo.json is fine (didnt know about the `remoteCache` config myself). Really whatever is easier for you to program - It only...
@mehulkar This is actually a duplicate of #2096. I'm wondering if @kathleenfrench would still be willing to make the PR she had talked about in her previous ticket