Magnus

Results 2 issues of Magnus

Is it possible to do redirect from http to https using redirects? If so, how? Something like this ``` redirects: [{ source: "http://**", destination: 'https://**', type: 301 }] ``` but...

Something is wrong with the buffer that I send to `updateBuffer:withBufferSize:`. When I try to print `buffer[0]` I get `error: Couldn't apply expression side effects : Couldn't dematerialize a result...