Siebe Vanden Eynden

Results 6 comments of Siebe Vanden Eynden

You can achieve this with `\nthroot3{64}=4`. Note that the latex still is `\sqrt[3]{64}=4`

When typing a `:` or a `/`, it is also escaped/removed from the input value. See: https://codesandbox.io/s/user-event-type-url-sc8by?file=/src/__tests__/App.test.js Escaping them with the provided regex helps with the `:` but not with...

Hi, I've also run into this issue (building on mac). I've added my own `cacert.pem` into my embeded project that I then want to add to the php.ini. I need...

I've got the same issue. I've tracked it down to the package: rmccue/requests There a cacert.pem is included (https://github.com/rmccue/Requests/blob/master/library/Requests/Transport/cacert.pem) that is used by the curl call. When providing your own...

In my case it was in a Laravel application and put it in AppServiceProvider in the boot method. But you can do it in any php project in a place...

Duplicate of https://github.com/javanile/php-imap2/issues/26