You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the example website for the clang configurator does not allow you to select your own sample file with which to test your clang format file on. I attempted to build it from source - however I only have a WIndows box. When I tried to do npm install on it, it got as far as the userid package which will not install on windows. I don't know how easy it would be to user another package that will also work on Windows.
The other alternative is if the website can have its code altered to allow you to load a sample file, and not just the clang-format settings.
The text was updated successfully, but these errors were encountered:
I got around the userid issue by commenting out the userid line at the top of server.js, as it doesn't seem to be used.
I should say that I'm not sure there's a userid issue on Windows, but I was having issues (I believe something related to certificates), so it was easier to skip.
As the example website for the clang configurator does not allow you to select your own sample file with which to test your clang format file on. I attempted to build it from source - however I only have a WIndows box. When I tried to do npm install on it, it got as far as the userid package which will not install on windows. I don't know how easy it would be to user another package that will also work on Windows.
The other alternative is if the website can have its code altered to allow you to load a sample file, and not just the clang-format settings.
The text was updated successfully, but these errors were encountered: