Marc Schipperheyn

Results 130 comments of Marc Schipperheyn

Yeah, that would sense to me. I don't have this use case myself. Since normalization and de-normalization is a one command thing, this sounds like a good idea.

Also, when you execute toJSON(), it will retrieve the proxied object and not the proxy itself

``` /* global google */ import React from 'react'; import PropTypes from 'prop-types'; import GoogleMapReact from 'google-map-react'; import MarkerClustererPlus from 'marker-clusterer-plus'; import styles from './map.css'; const clusterIconStyles = [ {...

@mcollina "Very interesting setup", is a polite way of saying "No, you idiot!", right? :-D Actually, the problem goes away if you uninstall pino-debug

Yeah, it's prob a bug in pino-debug. This is my first attempt at using Pino so if someone with more experience on it, suggests this is a significant change to...

The one thing I learned is that I should use `timeStamp: false` to remove the timestamp. But I'm having a very hard time getting Kibana compatible output written to a...

@mcollina Well, the logs will end up in Kibana, but the client has a pattern where they load them from a disk in a Kibana specific format. So, I can't...

Hmm, ok, that should be easily fixable. Let's hope this become platform agnostic soon!

What should be happening to avoid this is to call the @ForeignKey, @HasMany etc function with the models object after sequelize model loading so this could function after static initialization...