panreyes
panreyes
As I mentioned in #7933, I believe a quick & dirty workaround (my preferred solutions, as always 😅) would be adding these lines to custom.js: ``` document.addEventListener('DOMContentLoaded', function() { window.scrollTo(0,...
I'm glad I could check and fix this by downloading the HTML version of the docs instead of having to prepare and build everything :)
(I'm so silly, I originally made the pull request to my own repo 🤦♂️) Please check it soon. It's really uncomfortable not being able to click any Godot docs links...
I see the use case for this, but I believe it would be easier having a launcher that also launches UltraVNC after establishing the SSH tunnel than actually having it...
Yes, it is checked. In any case, I will prepare and send example configurations for both the server and the application to show the error.
Sorry. I have tried to reproduce it, but I couldn't. Please feel free to close this issue. I will update it if it happens again
Hi Niktendo! I would like to mention that I like your simpler way to make the script more generic, as I did too in my previous pull request, but I...
I understand the commodity of using bat files, as I am also used to them and because they are simpler, they are easy to read. Still, in bat files we...
That would be ideal :) In any case, here's another solution that does not require Powershell scripting: https://github.com/ntdevlabs/tiny11builder/pull/14/files#diff-251038c5e6cc6da639f0f2025d3ecdf6517fc0d8ac4901754bc1883ba2e0a796R208 ``` powershell "Get-AppxProvisionedPackage -Path %TINY11SCRATCHDIR% | Select PackageName" > %TINY11DIR%\tmp\provisioned_packages_in_image.txt for /f...
Both solutions are ok. To be honest, powershell would be better, but C# would be the best. I will give a point to the powershell solution to not requiring oscdimg.exe,...