Baptiste Pernet-Mugnier

Results 12 comments of Baptiste Pernet-Mugnier

Yes I tried, it does not work. --- For reference regarding the test. We have our local development environment running with the configuration service using the git back-end, but our...

Hello, I don't specially want to provide you with a S3 bucket for you to develop. Could you share with me a S3 bucket and some credential to access it....

From what I've looked in the code in https://github.com/spring-cloud/spring-cloud-config/blob/main/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/AwsS3EnvironmentRepository.java, it does not look implemented, I would like to see if I can port some of the logic from the FileSystem...

I came to github from this site: http://www.xarg.org/project/jquery-webcam-plugin/. I would like to use jquery webcam for my project. What is the status of this ? It sounds like a major...

Could we include the MIME type `application/jsonl` that seem to be used already by others and is suggested in https://github.com/wardi/jsonlines/issues/19?

@stokito from issue in https://github.com/wardi/jsonlines/issues/65#issue-1604557768 I don't think jsonlines is going into any direction to allow incomplete record, empty lines, or other type of linebreaks that doesn't separate valid JSON...

@whlavina the response from Tim Bray was the most helpful and it looks nothing had happened since then. I'll copy the interesting bit here for reference > to register a...

I am linking the relevant RFC to suggest new MIME type for standardisation: https://www.rfc-editor.org/rfc/rfc6838.html I propose working on adding the mime type `application/jsonl` into the standard tree ([section 3.1](https://www.rfc-editor.org/rfc/rfc6838.html#section-3.1)). Adding...

@wardi hi sorry I was away most of July and now I am back. Do you have any appetite to do the migration to Jekyll?

There is JSONL on one side, and then JSON on the other. We can define a "standard" way to convert JSONL to JSON, and build tool around it, but let...