Iván Eixarch

Results 12 comments of Iván Eixarch

This script install jitsi desktop on Ubuntu 20.04 and 22.04: https://gist.github.com/joker-x/55bc16d4f8066e4a4eb9dff3873a423f

You can set "lockfile" in btrbk config file: https://github.com/digint/btrbk/blob/master/btrbk.conf.example#L81

Yes, I think so too @yarikoptic

I think that is better keep master and development branches: - master will contain the last stable version, when we publish the new major release will be v2 - development...

I am very interesting in this pull request was merged if it works fine. Can I help?

@danyy1996 Can you try overwritten the migration file with this code: ``` exports.up = function(knex, Promise) { return knex.raw('SELECT table_name FROM information_schema.tables WHERE table_schema = ?', [knex.client.database()]) .then(function(tablas) { let...

Maybe the sentence 'SELECT table_name FROM information_schema.tables WHERE table_schema = ?' not working exactly in MySQL 8 and in MariaDB 10?

It works great!

I had not test it, but it should works: ``` rmdir dist /s webpack copy app\config.local.js dist\ ```

Here https://github.com/webpack-contrib/css-loader/issues/447#issuecomment-606542351 recommend to use ``` target: 'node', ``` instead of fs:'empty' Anyway, i think that always is better works in a linux machine ;)