Sergey Parf
Sergey Parf
Parser treat this link `XXXX` as `https://site.com/path` correct one is `https://site.com/path/`
inc(key, amt, ttl) / dec(...) / add / push / pull / shift / unshift (working with arrays) is_in lock / unlock
error is: /home/parf/incubator-pagespeed-ngx-latest-stable/src/ngx_pagespeed.cc /home/parf/incubator-pagespeed-ngx-latest-stable/src/ngx_pagespeed.cc: In function ‘ngx_int_t net_instaweb::{anonymous}::ps_set_cache_control(ngx_http_request_t*, char*)’: /home/parf/incubator-pagespeed-ngx-latest-stable/src/ngx_pagespeed.cc:407:36: error: request for member ‘elts’ in ‘r->ngx_http_request_s::headers_out.ngx_http_headers_out_t::cache_control’, which is of pointer type ‘ngx_table_elt_t*’ {aka ‘ngx_table_elt_s*’} (maybe you meant to use...
``` if age > 30: p.say "Hello Sir." else if age < 18: p.say("Hi buddy") ``` gives me if age > 30 { p.say } if age < 18 {...
psalm --alter adds non existent classes `nulld`, `nulle`, `\Closured` into source code ``` > tools/psalm.phar --version Psalm 4.x-dev@ > php -v PHP 8.0.18 (cli) (built: Apr 13 2022 02:45:05) (...