CrackedBeefcake

Results 75 comments of CrackedBeefcake

Yes. +1 When I run `webtorrent` inside electron, it takes about 10 minutes until my mac is completely overwhelmed with a cpu load of 100% and it is only after...

@wenxzhen did you solve it? i also need to proxy and splash.

i worked around this by creating the schema of each content type inside gatsby on build. for this i pass a schema of each type to: gatsby-node: ``` exports.sourceNodes =...

probably png/jpeg. pretty standard

I dont have access to the repo anymore but it should look something like this: ``` type Media { url: String name: String ... } ``` you can add whatever...

Tipp: This command throws 2 errors. `--zookeeper` is not recognized and `--bootstrap-server` is missing. `$ $KAFKA_HOME/bin/kafka-console-consumer.sh --topic=topic --zookeeper=$ZK` This line works for me: ``` $KAFKA_HOME/bin/kafka-console-consumer.sh --bootstrap-server `broker-list.sh` --topic topic --from-beginning...

will check [example](https://github.com/reime005/react-native-camera-hooks/blob/master/example/ExpoExample/App.tsx)