Riccardo Fiorenza

Results 18 comments of Riccardo Fiorenza

Same issue for me: ``` import "experimental" from(bucket: v.bucket) |> range(start: v.timeRangeStart, stop: experimental.subDuration(d: 1m, from: v.timeRangeStop)) ... ``` I get this error: ``` type error @18:29-18:30: record is missing...

Hi @eko, is there any reason why nginx is not configured to serve the symfony application directly as the default server? If this were possible it would no longer be...

Hi @eko, this issue is very old... could it be closed ?

Hi @eko, I'm thinking we could replace the nginx's index.html standard file (`/usr/share/nginx/html/index.html`) with a customized `index.html` containing the main links to the services, configuration tips and the useful information...

Hi @automatix, I believe it was a temporary error: ``` #6 5.334 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/main: temporary error (try again later) #6 10.34 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/community: temporary error (try again later)...

Hi @eko, this issue is very old... could it be closed ?

... when I compare the check report with my project folders and files that are sorted differently

Sure @micheleorselli , I added this new issue: https://github.com/phparkitect/arkitect/issues/209

By grouping by rules you can focus more quickly on resolving in your source code. I think resolving by rules is more efficient than resolving by files because in this...

Thanks @micheleorselli, I think your suggestion is very acceptable, but in my head the reasoning was this: > When using PHPUnit you focus on class-by-class testing, so it's okay that...