Shay Pletcher

Results 12 comments of Shay Pletcher

Any updates on this? My team is waiting on this feature before we add this package to our system.

Concerning that typing checks are passing for this, since this appears to be missing a type annotation for the `conflictWhere` option in the `BulkCreateOptions` interface.

any updates on this change? it'd be very valuable to my team to have support for this functionality, since it's required for sequelize to fully support soft deletion.

Wanted to note here that this feature doesn't seem to properly support the `underscored: [true/false]` model option. If you call `init` for a model and list fields using camel case,...

Wanted to register my support for aligning the log levels with syslog levels. The mismatch is currently causing our log aggregator (Datadog) to mark all `INFO` logs from 1Password Connect...

@Rangak Pretty much done with the client-side part of this, and the server-side part looks fairly simple (maintain a list of connected clients, send them updated bytecounts every n seconds,...

I'm actually fairly unfamiliar with Lighttpd and am stuck on where/how to install mod_websocket. Conceptually, this seems as simple as "run the bytecount script every n seconds, exit if there...

Hey Ranga, Apologies for the lack of communication - I don't really have an excuse besides being somewhat nervous about this project. My main obstacle is still confusion over installing...

Javascript is complete and assumes the following interface: - A websocket is open and listening on the server at the `/cgi-bin/routerapi/bytecount` URL. - The websocket server sends data to all...