Giovanni Gaglione

Results 14 comments of Giovanni Gaglione

I think from a UX point of view showing the placeholder even if the input is focused is much better (think about the situation when an input has focus as...

Hi @lukechilds could you merge my last [pull request](https://github.com/lukechilds/browser-env/pull/81)? If you don't have time, please assign write permissions to me.

@dribnet for python 2 you can use `text=HTMLParser.HTMLParser().unescape(text)` @Nixonite you might run it in anaconda, that would make it easier to make it work I think

I am veriyfing, I think the error is because headers of zmq are missing, trying to fix it

Apparently it is not because of headers. As a base image, I am using [this docker image](https://github.com/pin3da/docker-zeromq-node/blob/master/Dockerfile). What can be missing that makes the zmq build fail?

I cannot get it work, with the following code: ```javascript const test = require('node:test') const assert = require('node:assert/strict') const wait = (ms) => new Promise((resolve) => setTimeout(() => resolve(), ms))...

It is related to the version of mongodb package. If you install as dependency of this module mongodb@`1.3.20` then all works. The reason is that newer version of mongo changed...