Jean Nassar

Results 20 comments of Jean Nassar

Can you show me an example of this being done? If I can generalize it I will add it.

Yep, those are the docs I was referring to. I have seen some implementations with C and C++, but I can't really figure out their structure. Would you like to...

People from my lab got this working on mbed: http://developer.mbed.org/users/syundo0730/code/MPU6050-DMP/ It is written in C++, and based on code written by Jeff Rowberg for the MPU-6050. On Mon, Mar 16,...

In the end we used RTIMULib as well, and just communicated with the chip via i2c. On 2015年5月6日(水) 17:23 Peter Hinch [email protected] wrote: > Much as this interests me I've...

@pulver22 I changed the focus of my project.

Hi I don't have the Android SDK etc, and zero experience with Android (and Android Wear) development, so I'm not sure if I'd be able to help directly. I was...

The URLs aren't showing up in the current tab either. They only open if I use `f`, while `F` does nothing. It is still happening for me FWIW.

It does not, but if your template is e.g. `comment: {{comment}}`, the output would be `comment: `. Integrating with templater allows e.g. if blocks so you can remove that line...

All of them, but they're all this format: ```mapview {"name":"Default","mapZoom":15,"centerLat":43.504322350467895,"centerLng":16.436598133295778,"chosenMapSource":0} ``` And from the dev console: ``` Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'replace') at formatEmbeddedWithTemplates...

I found that adding a `"query":"",` to the embedding gets it to work, but inserting from the embedded map from the command pallette does not add the query field.