search for: 497d71f4a4b7a204235d093b3fa69cc3

Displaying 4 results from an estimated 4 matches for "497d71f4a4b7a204235d093b3fa69cc3".

2024 Dec 05
2
Exposing native httpd server
...stead. All that is needed then is to run the interactive help that starts the webserver. Based on the breadcrumbs left on the way, I was able to write a server that emulates much more complex `servr` package that I have previously used to test locally my blog. https://gist.github.com/J-Moravec/497d71f4a4b7a204235d093b3fa69cc3 You can see that I am forced to do some illegal procedures: ?* tools:::httpd needs to be replaced ?* the server doesn't have knowledge of a directory so setwd needs to be set ?* the function must not end, otherwise the directory is changed during the server lifetime (and depends on the cu...
2024 Dec 06
1
Exposing native httpd server
...s needed then is to run the interactive help that starts the webserver. > > Based on the breadcrumbs left on the way, I was able to write a server that emulates much more complex `servr` package that I have previously used to test locally my blog. > > https://gist.github.com/J-Moravec/497d71f4a4b7a204235d093b3fa69cc3 > > You can see that I am forced to do some illegal procedures: > * tools:::httpd needs to be replaced > * the server doesn't have knowledge of a directory so setwd needs to be set > * the function must not end, otherwise the directory is changed during the server lifetime (a...
2024 Dec 08
2
Exposing native httpd server
...is to run the interactive help that starts the webserver. >> >> Based on the breadcrumbs left on the way, I was able to write a server that emulates much more complex `servr` package that I have previously used to test locally my blog. >> >> https://gist.github.com/J-Moravec/497d71f4a4b7a204235d093b3fa69cc3 >> >> You can see that I am forced to do some illegal procedures: >> * tools:::httpd needs to be replaced >> * the server doesn't have knowledge of a directory so setwd needs to be set >> * the function must not end, otherwise the directory is changed during...
2024 Dec 08
1
Exposing native httpd server
...he webserver. >>> >>> Based on the breadcrumbs left on the way, I was able to write a >>> server that emulates much more complex `servr` package that I have >>> previously used to test locally my blog. >>> >>> https://gist.github.com/J-Moravec/497d71f4a4b7a204235d093b3fa69cc3 >>> >>> You can see that I am forced to do some illegal procedures: >>> ? * tools:::httpd needs to be replaced >>> ? * the server doesn't have knowledge of a directory so setwd needs >>> to be set >>> ? * the function must not end, otherwis...