Daniel

Results 4 issues of Daniel

When saving a module that is used often, for example `Layout` or `Prelude`, most of the time the web server is not active yet and your browser shows the "Can't...

bug
devserver

### Description When building a project using `[Rpc(SendTo.***)]` with NGO 1.8.0, the build in Xcode fails with this error for every Rpc in the Project: `buildPath/Il2CppOutputProject/Source/il2cppOutput/Assembly-CSharp.cpp:5925:9 no matching function for...

type:bug
priority:critical
stat:imported

Currently, using the `autocapitalize` attribute in HSX is not supported. see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize This is mainly useful to disable or change the automatic capitalization of the first letter on virtual keyboards,...

Added register and login functionality; Viewing and creating Posts/Comments is only possible for logged in users; Editing and deleting is only possible for the creator of the Post/Comment; Added a...