Florian Bienefelt
Florian Bienefelt
Both `aldeed:collection2` and `dburles:mongo-collection-instances` can be updated by a few point versions. The former specifically introduces dependency issues because of `raix:emitter`, upgrading to `3.0.2` would be great!
I'm having an incredibly hard time understanding some of the meteor internals, almost exclusively because of the use of global variables across the code base. Some variables are so generic,...
We're having issues with our redis setup, and I reached out to our cloud provider to get more info about it: We often see this message in our logs: ```...
Closes #345. This is a proposal at the moment, I didn't yet look at all the other places this needs attention for. So I'd like to get some feedback before...
Maybe this is already possible with the current hooks, but I'm not entirely sure: I'd like all of our limited/skipped mongo queries to also return the total count, without having...
As you can see in this reproduction: https://codesandbox.io/s/jolly-perlman-ntuxi Both fields in the form are filled with their defaultValue, yet only string1 is set in the form model. This causes weird...
Hi guys, I noticed that `fontawesome-svg-core` takes up 38kB of space in our bundle, compared to `react-fontawesome` which only takes 6.6kB. We're really only displaying icons without doing anything fancy,...
The transform prop is documented as accepting both a string or an object. However, it seems that they are not the same. The following 2 examples do not behave the...
When calling `/locations`, it is unclear what the result will be with multiple `transportations` params. For example: `/locations ... &transportations[]=ir&transportations[]=ice_tgv_rj` Does this return stations that are both of type `ir`...
We're using simple-ddp in a webpack app, and we started seeing this warning from webpack: ```sh warn WebpackError: Unsafe builtin usage https.get at website/node_modules/ws/lib/websocket.js:566:1 at website/node_modules/ws/lib/websocket.js:71:1 at website/node_modules/simpleddp-core/lib/socket.js:64:1 at website/node_modules/simpleddp-core/lib/ddp.js:134:1...