Piotr Kierzniewski

Results 7 comments of Piotr Kierzniewski

+1 @mcoetzee Loading bar doesn't move backward but transition which was fading out loading bar seems to doesn't work with this code. Do you have the same behaviour?

This webpack configuration works for me: ``` var path = require('path') var webpack = require('webpack') module.exports = { entry: ["babel-polyfill", './src/js/app.js'], output: { path: path.resolve(__dirname, './dist'), publicPath: 'js/', filename: 'app.bundle.js'...

Thank you for your response. You may have right that WP ecosystem is not adapted to such a case. I'm trying to apply modern and best standards to have best...

In CVAT logs I'm just getting "500 Server Error: Internal Server Error for url: http://nuclio:8070/api/function_invocations" maybe CVAT should try execute function again instead of stopping process. I will open issue...

I have similar problem. I created tunnel for my team devices to have fixed IP for my client FTP server using instruction from this post: https://community.cloudflare.com/t/static-outbound-ip-address-with-warp-for-team/306821 Tunnel is working fine...

Not really but I mange to fix my problem using https://github.com/sshuttle/sshuttle. On my proxy server I created linux users for each member of my team to make it possible to...

Hi, I have created resource ``` exec { 'ufw-reset': require => Package['ufw'], command => '/usr/sbin/ufw --force reset', } ``` I'm adding parameter to each 'ufw::allow' resource `require => Exec['ufw-reset']` and...