Results 16 comments of Ido Ran

Thank you. Is there a way to turn it off from the sketch without changing the source code? > On Jun 28, 2016, at 17:54, Matthew Ebert [email protected] wrote: >...

Ok, thanks > On Jun 28, 2016, at 18:05, Matthew Ebert [email protected] wrote: > > Not within the arduino IDE. > > You could try compiling the library with a...

I've try set `UIP_CONF_UDP` to `0` and I got this error: `MyProject.ino:111: undefined reference to`UIPEthernetClass::begin(unsigned char const*)'` If I change it back to 1 it compile just fine.

New issue (still related to size limitation). I've actually run out of memory, I have 27 bytes left and it cause the Arudino to restart when calling Ethernet.begin function. So,...

I also can use both total row count and individual row numbers. Using `wc` does not cut it for me as I have content with new-line in it which cause...

can you post an example of what you tried to do?

It might be, try to create a new album in your account.

Hi, no question is naive 😄 You can get `client_secret.json' file from [Google Developer Console -> APIs and Services -> Crednetials](https://console.cloud.google.com/apis/credentials). You'll need to create a new Web Application credentials,...

I've tried to make a simple app with Avalonia which present some data to the user and allows to edit it and not having `Triggers` in `DataTemplate` means I can't...