Vlad Lasky
Vlad Lasky
Changes to DDP resumption code in response to reviewer comments on znewsham's PR https://github.com/meteor/meteor/pull/11559/ - Constant MAX_QUEUE_LENGTH has been replaced with option maxMessageQueueLength - Constant DISCONNECT_GRACE_PERIOD has been replaced with...
This is my proposal for an enhancement to redis-oplog to improve the scalability of Meteor apps that use MongoDB in Oplog tailing model. This is identical to [the Meteor feature...
Can we please add support for the MySQL compressed protocol. Perhaps the [compressed protocol code from node-mysql2](https://github.com/sidorares/node-mysql2/blob/master/lib/compressed_protocol.js) can be used to help implement this support in [mysqljs:mysql](https://github.com/mysqljs/mysql). Support for the...
### Discussed in https://github.com/go-redis/redis/discussions/2023 Originally posted by **vlasky** February 16, 2022 There is currently no support for specifying custom TLS certificate files as options in the Redis connection string. If...
Zongji should support the MySQL compressed protocol when connecting to a MySQL database. This greatly reduces bandwidth usage when Zongji is connecting over a network to a remote MySQL server...
When we insert a new row into a table with a JSON column that is empty or null, we get an error like this that causes MeteorJS to exit: >...
Hello, Thank you for creating notes! I am a daily user and I think it's great! One thing missing is the ability to have my collection of notes accessible from...
This ensures packets are sent as soon as they're ready, lowering latency. Other MySQL connectors/drivers used in other programming languages that I have looked at set this as a default....
Hello, I'm currently sorting a large number of notes to specific folders. When I move a note, it takes me to the destination folder and then I have to manually...
I'm running llamafile 0.8.1 on a Windows 10 mini PC with a AMD Ryzen 9 5900HX CPU CPU Architecture: AMD Cezanne (Zen 3, Ryzen 5000) GPU: AMD Radeon RX Vega...