Sylvain G

Results 10 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)...

just submit a first idea, not sure it should be done like that. Let me know

@alombarte thanks you doe the details, do we have any kind of ETA for this?

up i found a way to remove most of the header quite easier now, we are using the framework so doing that drop most of the headers still have to...

fixed with taik0 help and setting the values to zero-value