Laurent Roger

Results 26 issues of Laurent Roger

After migrating my sdk38 expo app to sdk39, I have this strange behavior (on Android and ios) - flash is slowed down 30x to be able to see it as...

I have other boards in my Arduino : ```` http://arduino.esp8266.com/stable/package_esp8266com_index.json http://rfduino.com/package_rfduino_index.json https://redbearlab.github.io/arduino/package_redbear_nRF5x_beta_index.json ```` Even when I select Redbear board, it uses the RFDuino compiler instead of the RedBear one as...

As discussed on https://expo-developers.slack.com/messages/C04Q3JTT3/convo/C04Q3JTSV-1494249661.540340/

When an incorrect password is entered, there is no message/alert displayed to the user. We can just see in console ``` Object { stack: "Meteor.makeErrorType/errorClass@htt…", error: 403, reason: "Incorrect password",...

In the given example ``` return ( ) ``` when path is '/reset-password/:token', it does not route accordindly as it is not one of the valid state this allows to...

As you can see at https://github.com/ChicagoBoss/cb_admin/issues/35 snapshot, there is a strange value of cb_admin:vsn in Applications loaded, instead of "0.7.1' we have "/bin/sh: 1: 0.7.1: not found" ... ``` Applications...

Hi, I have this strange error (meteor 1.8, tunguska-reactive-aggregate 1.3.10) ``` 2022-10-30 18:29:33+01:00 Exception in changedobserveChanges callback: Error: Cannot read property 'documents' of undefined cr7ta 2022-10-30 18:29:33+01:00 at update (packages/tunguska:reactive-aggregate/aggregate.js:282:13)...

Correct code is : ``` import React from 'react'; import { Provider, connect } from 'react-redux'; import { store, selectors, pickActions } from './reducers'; // Create the connected component class...

Using APM on Galaxy, I see that I have some aggregate requests that take a lot of time before responding (more than 6s) which is not good Here is the...

I'm trying to use this library in ES6 with the following code but have this error : ``` import * as gpsFilter from "gps-filter"; /.../ const filteredTrack = gpsFilter.removeSpikes(extractedTrack, 0,...