G
G
Cool feature! Must be configurable by file type, origin, disable logging and passing other header rules ``` location ~ \.(js|css|png|jpg|jpeg|gif|ico|html|woff|woff2|ttf|svg|eot|otf)$ { add_header "Access-Control-Allow-Origin" "*"; expires 1M; access_log off; add_header Cache-Control...
Really?!? We need to a special custom function to handle such a simple problem!? This is so stupid!
Compile automake from source and it will work ``` VERSION=1.15 wget ftp://ftp.gnu.org/gnu/automake/automake-${VERSION}.tar.gz &> /dev/null if [ -f "automake-${VERSION}.tar.gz" ]; then tar -xzf automake-${VERSION}.tar.gz cd automake-${VERSION}/ ./configure make && make install...
This doesn't work in Angular 14, event with compile imported in main.ts
In the same module where you include the `date picker`, include this provider. ``` @NgModule({ providers: [ SharedService, { provide: BsDatepickerConfig, useFactory: NaoDatepickerConfig } ] }) export class SharedModule {...
I would have, but just seen your comment now
Will do a much better version of the script and migrate it. Stay tuned
Yes