Kris Kaczor
Kris Kaczor
Since RN support natively websockets it's possible to setup socketio very easily using standard client package. Here's nice writeup about it https://medium.com/@ekryski/how-to-actually-use-socket-io-in-react-native-39082d8d6172 Maybe we should mark this package as deprecated...
This is mostly due to the fact that we don't run over https locally.
Mention that chrome has to be installed and how to do this easily.
This is an issue to track all contributions to all CC packages.
Currently, every artifact is scoped by commit SHA. It should be possible to provide custom scopes like branch name or totally arbitrary key. This is required to inspect "history" of...
https://drone.io
Proposed breaking changes: - do not implicitly initialize client but rather make it explicit like: ```typescript const client = new CodechecksClient(); ``` instead of ```typescript import { client } from...
Closes https://github.com/codechecks/monorepo/issues/59 Closes https://github.com/codechecks/monorepo/issues/58