kovkev

Results 13 issues of kovkev

Has anyone gotten `node-pushnotifications` working with `react-native-push-notification`? I try to get `node-pushnotification` to send a push notification to my app, which shows a push notification on ios, but then when...

What does this `AbstractEncoderandLSTM` refer to? https://github.com/google-research/language/blob/a36d07fef2ca85afa8afe49644508ea6dec384a3/language/search_agents/muzero/network.py#L26

Hi! When I run `python3 -m language.search_agents.muzero.muzero_main --run_mode learner --optimizer adam`, the process seems to stop doing work (it's been four hours): ``` … I1128 23:48:06.708257 139860039362368 learner.py:404] recurrent_core/cell_0/state_norm/gamma:0: (512,)...

Hi bazelbuild/rules_k8s! Thanks tons for this repository, I think it will be very useful for me. I am looking to use Bazel alongside Kubernetes to run containers in remote instances...

When I `print(str.encode(screen.display[0]))`, it seems like color is not encoded.

Hi! This application is awesome, thank you very much. However, I believe it should have a configuration for a list of applications from which not to retain the clipboard. Namely...

Say the user has already allowed push notifications and the "register" function had already been called. How can we, at a later time, get the token? I look at AppDelegate.m...

This library is great and it works well on iOS. However, it doesn't work on my Android device or my Android emulator. I have posted details about it here: https://github.com/facebook/react-native/issues/28835

``` [nix-shell:~/human]$ cat ~/temp/default.nix with (import {}); let gems = bundlerEnv { name = "your-package"; inherit ruby; gemdir = ./.; }; in stdenv.mkDerivation { name = "your-package"; buildInputs = [gems...