Lucas Colas

Results 16 issues of Lucas Colas

In the MainActivity of TypeANumber why do we need to use override for onShowLeaderboardsRequested method ?

Hello when I run my code here is what I get in my console : `[-1.0, 1.0, 1.0, 1.0, -1.0] [-1.0, 1.0, 1.0, -1.0, -1.0] [-1.0, -1.0, -1.0, 1.0, -1.0]...

Hello When I want to run my code, I get an error : > AttributeError: 'DefaultGenome' object has no attribute 'activate' The line of the code where the error comes...

For the inputs it would be good if we could add 2 lists and not only one.

How did you avoid this error : > TypeError: can't pickle pygame.Surface objects We can have this error when we deepcopy an object with pygame objects.

Hello, I'm trying to learn processing and I'm working on this exercise : int [] stuff = new int[5] stuff[0] = 1; stuff[1] = 1; stuff[2] = 2; stuff[3] =...

Hello, I'm trying to ignore ipynb files (jupyter notebook files). However it doesn't work. I created a new secret `EXCLUDED_LANGS`. And I added `ipynb`. But it doesn't ignore ipynb files.

I just fixed a typo in readme.

### Operating System Linux ### Version Information Python version : 3.10 azure-ai-ml package version: 1.8.0 ### Steps to reproduce I ran the cells of [this notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-image-instance-segmentation-task-fridge-items/automl-image-instance-segmentation-task-fridge-items.ipynb). And when I try...

bug