Philip Gladstone

Results 54 issues of Philip Gladstone

Fixes #3469 - [x] This PR is for the `dev` branch rather than for the `release` branch. - [x] This PR is compliant with the [other contributing guidelines](https://github.com/nodemcu/nodemcu-firmware/blob/dev/CONTRIBUTING.md) as well...

new module
ESP32

### Missing feature We should be using the released version of idf4.4 rather than some unnamed commit.

### Expected behavior Functions like `file.getcontents` ought to be available (and behave the same) on both ESP32 and ESP8266 branches. ### Actual behavior `file.getcontents` isn't available on the `dev-esp32-idf4` branch....

### Missing feature Current the `i2s.write` function can block when called. This is unfortunate in an event driven system. I suggest a way to configure the channel so that the...

### Missing feature I think that we ought to port `enduser_setup` to the ESP32 branch. Further, I'd like to make the stub DNS server available so that it can be...

### Missing feature It would be nice to have a simple way to build small bluetooth gadgets that supported GAP/GATT. ### Justification It would be useful ### Workarounds None.

As Philip has correctly pointed out, we have a soft break introduced in Lua 5.3 in the we've moved our default build to `sint32` / `float32` sub types so that...

**Moloch version**: git master If you have mixed pcaps of linktype 1 and linktype 101 in the same `capture --copy` then I think that the output file has the same...

capture
medium priority

I'd like to have an event fired when an image fails to load -- i.e. tie the onerror handler of the img so that I can receive it. I'm actually...

If I add the following test, it fails ``` },{ code:'+proj=laea +lat_0=2 +lon_0=1 +x_0=0 +y_0=0 +a=6371000 +b=6371000 +units=m +no_defs', ll:[1, 2], xy:[0, 0] },{ ``` There are some simple fixes...