Results 15 comments of Zip

Never could figure this out. I ended up deleting the plugin, then re-installing it. And this had the effect of clearing out that storage

Here's my dilemma. I need to be able to view, review and edit database content in initial development. docker-compose.yml test: ``` version: "3.8" services: mysql_db: image: mysql:latest ports: - 3307:3307...

Turns out for my use case (initial software development of a new application), VSCode has a plugin that enables simple queries to mySQL. [Reference...](https://reposhub.com/javascript/misc/formulahendry-vscode-mysql.html). No Adminer, no Phpmyadmin, one less...

Are those the right steps? From [this reference,](https://github.com/zeromq/cppzmq) the steps to build libzmq are: > Build libzmq via cmake. This does an out of source build and installs the build...

I am also seeing odd nodemon errors when attempting to run the 01-express-nodemon example in a clean install. I've glanced over the chevdor proposals, and yes that makes the nodemon...

Update: I'm continuing to play with this, and totally got it running correctly with a single line of code change. In the file [docker-compose-nodejs-examples/01-express-nodemon/Dockerfile](https://github.com/b00giZm/docker-compose-nodejs-examples/blob/master/01-express-nodemon/Dockerfile) simply change the first line of...

How does one use this library? Is this a dead project, or just a really dead website? What languages are supported? Anybody have github links? thx.

procount, that's pretty awesome. So we can now use this open issue as a request for an upgrade to the instructions / readme files? Having the right solution is only...

Been attempting to learn what's going on here... I'm coming from a heavy JavaScript/node background with mere familiarity with Python. Been studying up on numpy and matplotlib.pyplot ``` # show...

Me too. I gave up, converted project to local storage for all libraries, and old skool non-module versions, sigh. I don't fully understand the `;(function() { . . . }.call(this))`...