Dannie P
Dannie P
- update swift syntax from swift 2 to swift 4.2 - adds support for iPhone (landscape orientation only) - fix some GLSL and metal relation crashes - update .gitignore and...
In my tests, your `MetalKuwaharaFilter` is actually 50% slower then `KuwaharaFilter` however [here](https://dzone.com/articles/metal-kernel-functions-as-core-image-filter-engine) Simon mentions Metal is supposed to be 50% faster. Any idea why it is like that?
I'm getting this on `./configure && make` Any suggestions? ``` ubuntu@ubuntu:~/42sh-master$ ./configure && make -Wall -W -Werror -pedantic -std=c99 -D_GNU_SOURCE -DNDEBUG -O2 ./configure: 77: cd: can't cd to build CMake...
This is more of a question with a potential of becoming a feature request. This code: ``` var post = Post(userId: Node(user.id!, content: content) try post.save() ``` Produces this: This...
Hello I see there's a flag `-header`, I'd like to pass something like this: `Authorization: Bearer token-xxxxx` Could you please help me understand how to pass it? Whatever I try...