Matt Dodge
Matt Dodge
@blueyed makes a great point I think. Unless I've set up my dotfiles folder incorrectly, then a lot of plugin directories end up nested under the dotfiles folders (e.g. vim,...
Confirmed on two coworker's machines, one running 10.12.3 and the other on 10.12.4, that it fails on both. I am able to get it to work on Linux machines though....
Also just tried on macOS 10.11.6, same result, can't find `IPV6_RECVPKTINFO`.
Replaced `socket.IPV6_RECVPKTINFO` with `61` in `aiocoap/transports/udp6.py`. Now server won't start and tests fail with an invalid argument error to setsockopt with `IPV6_RECVERR`. Looks like macOS doesn't like setting option 25,...
Not really able to make it work reliably unfortunately. I can get the `server.py` to start successfully by commenting out the setsockopts for IPPROTO (v6 and non-v6). Upon sending messages...
Same thing here. I end up seeing a lot of these messages in `/var/log/docker.log` ``` time="2017-03-13T21:36:26.491710944Z" level=error msg="Error streaming logs: invalid character '\\x00' looking for beginning of value" time="2017-03-13T21:36:26.514911587Z" level=error...
It does. You can also test this yourself, something like this ```node const { convertToTimeZone } = require('date-fns-timezone') convertToTimeZone("2019-08-01T03:14:00Z", {timeZone: "US/Pacific"}) + "" // 'Wed Jul 31 2019 20:14:00 GMT-0700...
I'm having the same issue as the OP. Using this library via date-fns-timezone and getting nearly 1 MB of timezone-support in my production build. I'm building via next.js. Anyone find...
Noticed the same thing (technically while running [the dockerized version of this](https://hub.docker.com/r/bekt/logspout-logstash/)). Re-created a logstash container and had to restart this logspout container in order to make it work. I'm...
I had the same thing happen and the full delete/rebuild of the pipeline resolved it. Bummer though, we had a lot of build history in the old one. For some...