Fred Rolland

Results 12 issues of Fred Rolland

Maybe a world map with upcoming events could be a nice feature. Something like : http://lmorillas.github.io/python_events/ source code : https://github.com/lmorillas/python_events

I tried to fetch videos from youtube, but the fields 'length' and 'recorded' are missing. I used https://github.com/pyvideo/data/tree/master/tools/youtube.py . Is there another version of youtube.py ?

Hi, Do we have an option to specify multiple youtube playlists in an event ? For example, PyconIl has a playlist for each day of the conference. https://www.youtube.com/channel/UC8ApA9ibgkf0XK7lgTVZgEQ/playlists?sort=dd&shelf_id=0&view=1 Thanks

In case that the user specified an image in the CRD, we would like to validate that the version is also set. Maybe `openapischema` supplies a way to enforce the...

## Bug Report #### What did you do? generate bundle using kustomize with RelatedImages in config/manifests/bases/my.clusterserviceversion.yaml #### What did you expect to see? The generated CSV should include the provided...

kind/bug
help wanted
language/go

There is a need for more documentation: - What is this repo about? High level description. - What are the APIs exposed and how to use them. (Metrics read/receive, Logs...)...

- Add DCO Check as part of CI. Maybe with this: https://github.com/apps/dco - Add section explaining about the DCO in contributing.md

Having the possibility to pass external vars/top level argument for Jsonnet renderer could be useful for customizations. It is possible to pass the vars to the VM : - https://github.com/google/go-jsonnet/blob/493c45a403d25435774370ddfa6363906a65c23c/vm.go#L67...

After a race is done, if the connected clients are not closed, no new client can connect. When running a competition, it will be helpful to be able to logout...