DavidFM

Results 8 issues of DavidFM

Hello, would anyone know why i have this error? ``` docker: { image: 'zodern/meteor:0.6.1-root', prepareBundle: true, } ``` Mup version (`mup --version`): 1.5.5 Meteor version: [email protected] Server : digitalocean :...

Hello, Could I have more info on this error that a customer has reported to me? a relation with the firewall?

Hi, can the buffer socket size be increased or is it a physical limit? WebSocketClient.h : 89 `uint8_t iTxBuffer[128];`

type: enhancement
topic: code

Hello everyone, I can no longer deploy as soon as I upgrade to version [email protected], it's only me??? Thanks for your help ```bash x Prepare Bundle: FAILED ------------------------------------STDERR------------------------------------ ------------------------------------STDOUT------------------------------------ Updating...

Hi, when we deploy, we have "Deploying application version '102'." Is it possible to have the version deployment in Meteor level? Thanks

Hello, with the 3.0.0-beta.6 version, how to retrieve the id? ``` upload.on('end', function (error, fileObj) { console.log(fileObj._id); // undefined } ``` Thanks.

Hello, when i want to format code (alt+shift+f) on html files i have this error : There is no formatter for 'spacebars' files installed what did i miss? Thanks.

bug

Hello, I record a stream with these options ``` options: { audio: true, video: false, mimeType: 'audio/webm;codecs=pcm', audioConstraints: { mandatory: { sampleRate: { exact: 16000 }, channelCount: { exact: 1...