Petros Amoiridis
Petros Amoiridis
This is more of a feature request which I can try via a PR if I can get some confirmation that it makes sense and would be considered: The `clear:...
Common check for @doc and @spec order doesn't handle private functions or private macros correctly
I was working on the Name Badge exercise, where I decided to have a `@spec` for two private functions. In my editor, locally, I initially had a `@doc` and a...
Ruby: - https://pragprog.com/book/ruby4/programming-ruby-1-9-2-0
The history of our meetups is split. Some is in the wiki, and now we are using the meetups folder in the main repository itself. We want to move everything...
We have one last [Makefile](https://github.com/liveask/liveask/blob/008c42d7316697327691b6688bd105fac66b4156/backend-e2e/Makefile) in `backend-e2e`. There's an opportunity here to migrate that to `just` since that's what we are using in the rest of the project. Once that's...
There's a script, [`build.rs`](https://github.com/liveask/liveask/blob/008c42d7316697327691b6688bd105fac66b4156/frontend/build.rs), that creates [`index.html`](https://github.com/liveask/liveask/blob/008c42d7316697327691b6688bd105fac66b4156/frontend/index.html.hbs) from the `index.html.hbs` template. The problem is that `index.html` has been committed to the repository, and it keeps on changing during local development....