Alexandre Jobin
Alexandre Jobin
The problem will still occur if you disable `autoAddCss` et add the stylesheet manually in the header. It's because there's no styling on the \ tag so the first thing...
Your workaround is only good for `fa-fw` class but you will still get the flickering effect on the other classes, for exemple, the `fa-5x` and all the others. My opinion...
It seems that the StandardEnricher function is not called from this line `_customAction.Invoke(_httpContextAccessor)` in this function but I don't know why: ``` public void Enrich(LogEvent logEvent, ILogEventPropertyFactory propertyFactory) { HttpContext...
is there any plan to include this kind of patch to the trunk? On my side, to solve the problem, i added the bootstrap namespace style "show.bs.datepicker" and "hide.bs.datepicker" and...
@acrobat you should wait for the 2.0. But i think you should not wait too long to release a 2.0 since that the datepicker is not fully fonctionnal with the...
great! maybe you could add a section on the the description page to explain this bug and how we can apply the correction ourself until the v2.0?
@acrobat, i prefer to let you decide how to explain it in the doc because i don't know where you want to go with the events namespace convention. Ideally, i...
Is it possible to use the `compilerconfig.json.defaults` to configure `outputUTF8Identifier` so it always "false" instead of configure it for each entries?
How should it be written in the defaults file? At the root level? I haven't seen any example to configure that kind of properties.
I've just tried to add it at the rook without success ``` { "outputUTF8Identifier": false "compilers": { "less": { "autoPrefix": "", "cssComb": "none", "ieCompat": true, ... } } ```