Sylvain G

Results 6 comments of Sylvain G

Same issue different code ``` javascript $(function() { $('*[data-update="patch"]').each(function(index, value) { var $value = $(value); $value.on('dblclick', function(){ new Medium({ element: value, mode: M.inlineMode, maxLength: 25, placeholder: 'edit' }); return false;...

hi @nico3333fr may be i can help, let me know

one time i got a use case where i need value is not one in an array. As oneOf() throws an exception we could not just do `!oneOf()` May be...

in k8s we try to do this: every logs debug info warn should go to stdout every logs error, critical, etc should go to stderr i did not found elegant...

> Implement a writer like this: > > ```go > type LevelWriter struct { > io.Writer > ErrorWriter io.Writer > } > > func (lw *LevelWriter) WriteLevel(l zerolog.Level, p []byte)...