Charaf Rezrazi
Charaf Rezrazi
Hi Thank you for your suggestions, and yes we'll be looking into implementing a feature to allow more convenient filtering on the file browser. This should come in the coming...
Are you able to provide some logs from your browser's console? Just a screenshot is not really helpful to determine the cause of this potential issue
@bracketsdigital in your logs, there seems to be an axios request failing with code 500, can you check your network tab / application logs and relay any errors you might...
Hi @miagg Thanks for the idea, however it's not planned for the time being. We would love a PR for this though ! All the best, Charaf
Hey @VGirol we rely on GitHub to determine the upstream latest version Can you please check if this endpoint is working in your system/server? `GET https://api.github.com/repos/oneduo/nova-file-manager/releases/latest`
Hey @FaridAghili Thanks for this would it be possible for you to include some screenshots and/or video please? It would be great to see how it looks and how it...
yeah it seems something went wrong with dependabot checking that
@eysi09 would this be considered perhaps at some point in the roadmap? I've been experimenting with my team to migrate our Helm release management towards Garden and take advantage of...
Facing a similar situation. Using a ref doesn't seem to work, as ref is always null. ```tsx const ref = useRef(null); useEffect(() => { console.log(ref.current); // > null ref.current.setText('hello world');...
Experiencing the same issue @xtawfik could you please check this issue if there's anything that could fix this warning