ZEN♡

Results 12 comments of ZEN♡

Some thoughts about the interface for this: - I think it's fine to skip over X25, IPX etc. and restrict to eth/ip interfaces (inb4 `uv_actually_all_interfaces`). - We return at least...

@txdv, it's basically the same as it is now, minus some filtering and plus a few fields.

It would be a valid concern, though. I'm trying to avoid just stuffing all of `ifaddrs` inside it.

> We currently have the physical address for all interfaces. It would be nice to keep that. I'm fine with that, even though it kinda feels redundant. > Currently we...

> My point is that we don't really nee dthe length if we null terminate the buffer properly, do we? How would we store an address like `0a:00:27:00:00:00` (`vboxnet` on...

Well, to be honest I don't like this solution very much too. I'd rather use a standard `sockaddr_ll` but unfortunately we don't have that neither on windows nor on mac.

This is fixed in `v2.0.0-beta.2`! You can quickly verify the fix by updating your Codepen to use `https://unpkg.com/react-quill@beta/dist/react-quill.js`. Can you confirm this solves your issues in your main project as...

@alexkrolick we bundle Quill, so shipping two versions is not straightforward. Quill is currently in `-dev`, and I am not sure about how much the API is gonna change. There's...

@balkonsmoke, @joshbuckley182, the issue is caused by these lines in your webpack configurations: ``` js modulesDirectories: [ 'node_modules', 'src/scripts', 'src' ] ``` This causes `react-codemirror` to look for `codemirror` in...

You're correct. I had a list of users at one point, with a task iterating over it that was basically a wrapper over `postgresql_user`, something like: ``` postgresql_roles: - state:...