Serge Latyntsev
Serge Latyntsev
@AljosaB could you please provide some code snippets so we could reproduce the issue
That's really helpful, thank you!
feels like we may need a `.archive` protected folder where we could move the deleted files and then restore them if necessary
> I upload the file again (to the same folder) I see a 500 error from my server. I was expecting it to work in the same way as we...
Thank you for reporting the issue! It feels like when the module was written initially there used to be an assumption that it would be able to work without the...
My guess is this may be caused by the same issue: https://github.com/silverstripe/silverstripe-asset-admin/issues/1012#issuecomment-535244177 Would you be able to check if `composer update` fixes it?
I cannot reproduce the issue on SS `4.4.4` (with `assets 1.4.5`). Need more details. Would you be able to provide: - the browser version (and if there are any errors...
Ok, I see. I could not reproduce because it **does** change the filename when you upload a file with a different extension (e.g. jpg -> jpeg) and apparently It does...
Hi @DrAlta. Yes, that makes sense. That is not something we could have unified for all derived types. E.g. BigFraction, which has infinite precision, can't possibly have a meaningful implementation...
Hey @DrAlta, Here is the num trait which declares the Float contract: https://docs.rs/num/latest/num/trait.Float.html We don't keep a list, but if you add `impl Float for GenericFraction` in your local codebase,...