Chris Ridenour

Results 45 comments of Chris Ridenour

Thanks @incryptosoft for the workaround idea. Worked great. @sandreas attached a m4b-tool.log. Skips the first 35 (out of 90) files in my case. Running on docker (through Docker for Windows)....

> Maybe I will introduce a `--copy-source-file-to-tmp` boolean option to just copy the source file to the tmp path BEFORE converting and try if this fixes the problem... but it's...

> > When trying to reproduce, is your docker on WSL2? I think that may be the underlying issue (much slower drive access maybe?) > > I basically tried EVERYTHING...

I'm also starting to see these errors in alpha10, though I didn't right after upgrading from 9. This code, which only was written in alpha10, will print the error 3-4...

So I've been toying around with this off and on for a while now. Finally got a chance to really work on it. The problem comes up that once you...

This happens when you have multiple packages requiring different versions of play services. The best way to fix is to make your build.gradle look similar to this ``` compile(project(':react-native-firestack')){ exclude...

Just had to write this. I didn't implement the dragging behavior as our charts are read only but it should be simple to do. Just search the source Gantt class...

@DakotaWray2 date_utils is imported from `frappe-gantt/src/date_utils` and `date-fns` can be found on npm.

The stub files are for the Godot specific stuff.