-
We need some kind of tutorial/walk-thru that users could refer to when first using the app, that can also be referred to later on by just clicking a button.
-
Context: https://tour.golang.org/concurrency/10
I think web crawler task is harder than it looks. I saw a lot of solutions and all of them are wrong, even the [official one](https://github.com/golang…
-
Some recent CLs to the tour added hints to certain problems
where the user used to have to think for themselves.
I suggest that we add collapsible hint sections to hide these
spoiler contents by defa…
minux updated
4 months ago
-
Context: https://tour.golang.org/basics/11
I couldn't found a talk about operators, it would be good if there was one, specially about the more advanced bitwise ones.
-
/usr/local is reserved for the system admin. Every software delivered by us needs to be in /usr.
https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s09.html
This is also required for https://gi…
-
```html
Pleez - Admin Panel
We're sorry but Vuejs doesn't work properly without JavaScript enabled. Please e…
-
I'm not sure what the intended semantics are of the tour progress bars, but I would have expected that these indicate the current progress of the tour, and then the tour would resume from that point. …
-
When I first click on the tour, there isn't any indication of what the title is. If I'm not mistaken, I don't think this is shown anywhere except for the full list of Tours. It might be useful to disp…
-
The documentation states that `init()` needs to be called before `start()`, but as far as I can tell, this is unnecessary: the tour starts perfectly well by just calling `start()` or `restart()`
I …
-
@allinurl Hi. I have a problem about that
It's my Nginx log format:
` log_format main 'Date: [$time_local] | IP: $remote_addr | X_Forwarded_IP: $http_x_forwarded_for | '
…