qo4on

Results 39 comments of qo4on

Thank you! I found several bugs in the Monterey cursors. 1. Shouldn't default and alternate be mirrored copies of each other? They are different at the moment. ![image](https://user-images.githubusercontent.com/35609308/183156886-835e5f25-3fc4-4820-9e6d-13eef9c0b7af.png) 2. The...

How did you run this in Colab? I have an error: ``` !conda env update -f environment/environment.yml -n Barbershop Ran pip subprocess with arguments: ['/usr/local/envs/Barbershop/bin/python', '-m', 'pip', 'install', '-U', '-r',...

This may be the case. Can nbminer be configured to switch to another pool in this case?

What is the correct syntax? For example, like this? ``` nbminer -a ethash -o pool1 -u user1 -o1 pool2 -o2 pool3 ```

This thing doesn't work also: ``` nbminer -a ethash -o stratum+tcp://ethash.poolbinance.com:25 -u MiningAccEthash.1060ETH -o1 stratum+tcp://ethash.poolbinance.com:443 -u1 MiningAccEthash.1060ETH -o2 stratum+tcp://ethash.poolbinance.com:1800 -u2 MiningAccEthash.1060ETH -log ``` nbminer uses `stratum+tcp://ethash.poolbinance.com:25` and then `ERROR -...

What is the current status of the shaders branch?

@ShrirangPatil Run Manim in Colab from your Android phone.

You are right, the separate files have constant frame rate. If they are the goal, you don't need to change anything. For example, if a user concatenates them in `Premiere...

Has anyone been able to do this? It returns `"status": "PERMISSION_DENIED"`.

[This official tutorial](https://colab.research.google.com/github/tensorflow/tensorboard/blob/master/docs/graphs.ipynb) in Colab returns an error when I choose keras or batch_2 tag: ![image](https://user-images.githubusercontent.com/35609308/73589292-2c0e4e00-44f6-11ea-9b1b-a3bef33ec49f.png) Download PNG button doesn't work also: ![image](https://user-images.githubusercontent.com/35609308/73589314-860f1380-44f6-11ea-9426-dec3140c2502.png)