fornever.me icon indicating copy to clipboard operation
fornever.me copied to clipboard

Friedrich von Never: Engineer, Programmer, Gentleman.

Results 51 fornever.me issues
Sort by recently updated
recently updated
newest added

I need to administer quote list, so it's good idea to implement some (not necessarily web-based) admin interface.

kind:feature

Favicon should be added.

kind:feature

Need to fix the HTML, CSS, file resource caching so they will be redownloaded after changes.

kind:feature

Currently, `index.html` in the EvilPlanner code reproduces the `_Layout.cshtml` from the main site body. This should be fixed.

kind:refactor

Currently, the CSS files are duplicated in the main site code and in the `EvilPlanner.Frontend`. They should be deduplicated, and leave one instance of the styles should be left.

kind:refactor

Right now, choosing a random daily quote in EvilPlanner is done suboptimally. It queries all the quotes from the database, and then chooses one. Is it possible to do better...

kind:refactor

I have decided to - [ ] merge my talks into the main repository (instead of storing them in submodules) - [ ] after that, make the content into articles...

kind:feature
kind:infrastructure
kind:refactor

Right now, it lists English first, and then Russian. It should list all them ordered by dates instead.

kind:bug

According to [the release notes of PowerShell 7.1](https://devblogs.microsoft.com/powershell/announcing-powershell-7-1/), they have changed how `$?` works with sterr output. Probably we can migrate Prepare-Talks.ps1 to pwsh 7.1 and thus get rid of...

kind:infrastructure
kind:refactor

I've found that `posts.less` only includes `.header-group` which is used everywhere. It is necessary to migrate its content to appropriate place.

kind:refactor