Rambaud Pierrick

Results 520 comments of Rambaud Pierrick

> Have you had any luck getting this working with the changes in https://github.com/devcontainers/features/pull/887 ? yes if you look at my current branch, I'm force pointing to 1.6.0 hich includes...

I fail to understand why it's not possible to do the same as in universal ? is it because the Python/jupyter is store in the user local path ?

This script is not compatible with version 1.0 of the lib as exportation has not been refactored yet. Could you try using 0.6.14 ? Alternatively can you look at my...

Hi @andrewcharles, if you look at the current state of v1 (I need to make a pre-release but didn't find the time yet) you will see that I decided to...

I guess this will be superceeded with https://github.com/widgetti/ipyvue/pull/82

google provide a json file, I used the following script to change it into a string : ```pyhton import json import base64 with open('sepal-key.json') as jsonfile: data = json.load(jsonfile) datastr...

Your solution seems totaly legit. I will wait before implementing because it will require me to change the decoding procedure of my API key in my lib and change it...

No idea I just know that mine was entering. I've asked on [SO](https://stackoverflow.com/questions/66637827/what-is-the-max-size-of-a-travis-ci-key) let's see if someone knows

It seems TravisCI is not a concern anymore and my SO question was long deleted. nonetheless, I found the information I was looking for in the Github Documentation: https://docs.github.com/en/actions/learn-github-actions/variables#limits-for-configuration-variables max...

I faced it again in 5 different documentations. In fact anything that should rely on a Google API token. the initial workaround is forcing me to use set a encrypted...