Stéphane S.

Results 16 comments of Stéphane S.

@MgSam I don't think I will do it, since it was taking too much time to be reviewed and so on, I finally wrote custom templates for my projects based...

FYI, using the nuget package created by @seven1986 with Microsoft.AspNetCore >= 2.0.1, throw an exception at startup: Could not load file or assembly System.ComponentModel.Primitives :/

You are right. I'm using two webpack config files: 1. webpack.config.vendor.js ```javascript const path = require('path'); const webpack = require('webpack'); const ExtractTextPlugin = require('extract-text-webpack-plugin'); const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin; module.exports =...

Since my previous post, I've implemented splitChunks too. DllPlugin allows to pre-built dependencies in a separate bundle and optimizations are applied on the generated bundle as well, like for a...

Since vscode-jest has a feature to display coverage, it was more a question about having something as good as coverage-gutters than an integration. I found out coverage-gutters, because for me...

I looked at the DefaultFormatter and at how coverage-gutters is doing the job. It's just a matter of options passed to createTextEditorDecorationType and a filter to get partially covered branches....

I've created a PR as a first version of a GutterFormatter

I've made some improvements with this PR: - settings to choose background colors (default none except for partially covered lines) - settings to choose image to display in the gutter...

@cwgorman I ended up replacing globalize with i18next + momentjs

Issue with OAUTH: https://github.com/apache/airflow/issues/49781