Philippe Hosey-Vinchon

Results 11 comments of Philippe Hosey-Vinchon

Hey, I am looking for something similar. I have an application running as a Docker container on Google Cloud Run. I want to interact with Datastore, but I can't seem...

There doesn't seem to be much interest for my PR. Therefore, I won't waste any time on it.

Hi Zuo Wang, You aren't giving much in term of information. Which script did you try to run ? Would you have the full stack trace and not just the...

What you did seems to be a good move to fix this. What browser would you be using, as it seems to work on my chrome ?

This seems to be the same issue you get when loading external libraries within a chrome extension. Have a look at google's documentation about [content security policy](https://developer.chrome.com/extensions/contentSecurityPolicy).

Hey @LouisCAD, I just created a small repository to show that versions with a `+` aren't listed: https://github.com/plippe/refreshVersions-metadata. Hope it helps

I am unsure if you are pulling my leg, but I am happy to rename them Both projects are libraries, but one depends on the another. I can rename the...

Sorry, I thought you were looking for clarification while it seems you were looking for test data. ``` 1.0+123 10.0.0+234 10.0.0-whatever+234 10.0.1+341 10.0.1-whatever+412 11.0-alpha-4+123 11.0+234 11.1-alpha01+341 11.1-alpha02+412 11.1-beta01+123 11.1-beta02+234 11.1-beta02-whatever+341...

:) Those are a few more. ``` 1.0.0-alpha+001 1.0.0+20130313144700 1.0.0-beta+exp.sha.5114f85 1.0.0+21AF26D3—-117B344092BD ``` They come from the semver.org website, https://semver.org/#spec-item-10. It has a regex expression to match against, if that can...

In order, it should be ``` 1.0.0-alpha+001 1.0.0-beta+exp.sha.5114f85 1.0.0+20130313144700 1.0.0+21AF26D3—-117B344092BD ```