Michał Lach
Michał Lach
I dont see any logging when I make a change in any of this files (`App.js` or anything imported with `./routes.js`). I have to manually refresh the browser to see...
Any progress on this issue ? I had to disable all masked inputs for mobile users :/
Yeah, I was looking for a small and simple react calendar too quickly drop into my project while prototyping and I was suprised that there was no default styling.
Here is simple class that I wrote to wrap jquery-timpicker: ```js import React, { Component } from 'react'; import jQuery from 'jquery'; require('../../../node_modules/jquery-timepicker/jquery.timepicker.js'); export default class TimePicker extends Component {...
Unfortunately no logs are being generated. I double click on BandcampDownloader.exe, there is Windows spinner for 5 seconds and nothing happens. I can see that logs are generated for version...
Yes, it looks like it is. I change folder attributes to be "Full control" in Windows 11, click apply but it keeps reverting back to "Read-only", tried some google tutorials...
Thank you, this is an result: Log: ```Faulting application name: BandcampDownloader.exe, version: 1.5.0.0, time stamp: 0x68fabf14 Faulting module name: BandcampDownloader.exe, version: 1.5.0.0, time stamp: 0x68fabf14 Exception code: 0xc0000005 Fault offset:...
Already tried. It feels like it might be problem with Windows 11 privileges rules. I will try to get different Windows machine to reproduce it. A little bit weird that...
Nope, no antivirus, default Windows one also disabled. Basically everything security related disabled ;)
Hello, sorry for no response. It looks like it is Windows permissions issue. I have managed to run app on Ubuntu -> Wine, as well as old Windows 10 laptop,...