Eugenio Berretta
Eugenio Berretta
Hi, this is my `webpack.config.js`: ```js const path = require('path'); const nodeExternals = require('webpack-node-externals'); const DtsBundleWebpack = require('dts-bundle-webpack'); const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin'); module.exports = { target: 'node', mode: 'production', //...
I have recently done a pull request to add an **eslint plugin** that I always use. This is making all my code climate repos stop working, because it is not...
I am building a module with **esbuild**. It uses `euberlog` as a dependency, which is an hybrid module providing both esm and cjs support. In my code I therefore use:...
Is this project still maintained? I see some confusion, in the README it's written that it works with Vue3, but then it says to install "vue-gtag@next", that it appears not...
The link in the gh repo is still [npmjs.com/ms](https://npmjs.com/ms) and not the repo one
Why not having a synchronous version of the functions to hash and verify? Bcrypt for example has it and in some niche cases it could be helpful.
As of now it seems that JPlag supports multiple programming languages, but only in a homogeneous way. This means that I can compare two different submissions both in Java, both...
I was using [vue-gtag](https://www.npmjs.com/package/vue-gtag) but I'm not sure anymore if it is well maintained. It has the possibility of passing the vue-router instance so that the routes are tracked. How...
### ✔️ Expected Behaviour It whould work ### 🐞 Actual Behaviour It gives the following error: ```TimeoutError: Failed to set special attribute [kueche_esszimmer.color_s]``` ### 📋 Steps to Reproduce ``` active:...