Marco Ancona
Marco Ancona
+1. This is particularly important for my use case. If the user types "next week", ideally I would like to have `start` pointing on Monday (start of next week) and...
Hi! Notice that when you use TorchPruner for pruning, you are actually slicing the weight tensors. This means that you also need to make sure the weights of the layers...
We also saw this error in our Sentry report. This so far happened for one user only, triggering ~1.8K of such errors in a few seconds.
We see several users affected by this (or a very similar issue) with out Flutter app in production. ``` OutOfMemoryError at buffered_file_reader.dart in BufferedFileReader.loadBytes within hive frame_io_helper.dart in _KeyReader._load within...
@mifi Nice thank you. The problem is not easily solved within ical.js since it does not know standard timezones.
I see. I will use only email authentication for now, which works like a charm. I would suggest to update the README to clarify this, because "Ionic" can be intended...
Same here
It seems that the issue is solved by using ```js app.quit(); process.exit(0); ``` instead of only `app.quit()`. See also https://github.com/Squirrel/Squirrel.Windows/issues/446
Hey @kraenhansen, I know there must be a lot going on, but I wonder if you could ack this and let me know whether you see this coming or not,...
It would be useful at least to pass eventAfterRender information whether or not something has changed in the visualisation. I have a relatively intense processing on this callback and all...