AVee

Results 10 comments of AVee

I can confirm this issue. Not only are those files saved to the project directory instead of node_modules/.bin, it will happily overwrite existing files as well. I guessing it's an...

~~I've got a similar issue, but I'm using RecurrenceUtil.GetOccurrences(). Changing that code to vEvent.getOccurrences() also returns incorrect results, but those are wrong in a different way. I'll try to come...

I just tested this using 2.7.0, the basic case seems to work. However it still fails when dealing with permissions on the sequence, because it doesn't know the sequence exists....

> FWIW, this [Works on my Machine](https://pbs.twimg.com/media/Cnms7M6UMAAp9ra.jpg) in the meantime. > > **Xunit2 Demystify Support** > https://gist.github.com/Mike-EEE/dfb88cafc00d0dbfac5ad968e105b995 It seems that gist is gone, does anyone have that code (or other...

And the same goes for the `zip` command. (Only finding that out a 2 hours later illustrates the point...)

I'm seeing this on a MySql table with a field which is bit(1), the column is show in the create, but not on the create/update form. CREATE TABLE test (ID...

Firstly, I'd really like to see the unwrap() calls disappear there, right now I can't use esp-idf-svc to check what is on my OTa partitions as I cannot be sure...

> > But we also can't just extend the existing fields of `FirmwareInfo` as that might break older upgrades? > > Open to ideas how we van extend the `version`,...

I appreciate the paranoia, OTA is one of those 'better safe then sorry' things ;) I've done some testing with the most basic implementation of an OTA update, something like...

> Would you like to drive this? I wouldn't mind giving it a go, but it will be end of august at the earliest as I'll be on vacation. I...