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

When finished, this will close #115.

E.g. for [this one](https://fornever.me/en/posts/2023-10-21.code-vectorization.html).

kind:bug

See this: https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Ffornever.me%2Frss.xml > This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations. > > [line 364](https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Ffornever.me%2Frss.xml#l364), column...

kind:feature

This weird message and a build pause started to appear in container build on CI. ![image](https://github.com/ForNeVeR/fornever.me/assets/92793/32591019-4c97-4a05-bc45-13581ab6b184) This is ridiculous. We should migrate from nodesource.

kind:infrastructure

Consider this markup from [A variant of a diff algorithm for constrained conditions](https://fornever.me/en/posts/2021-02-12.constrained-diff-algorithm.html): ``` The goal of the algorithm is to produce a shortest _command_ sequence which, when applied to...

kind:bug

Right now, in `EvilPlanner.Core.Storage::openDatabase`, we have code that constructs the connection string. It doesn't handle quoting in any way. We should figure out how to properly quote paths for LiteDB,...

kind:feature

Right now, there's `DailyQuote::date` what is a `DateTime`. It should be `DateOnly`. See `// TODO[#165]` in the code when implementing this.

kind:refactor

Some logs: ``` info: ForneverMind.CodeHighlightModule[0] Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated. info: ForneverMind.CodeHighlightModule[0] Deprecated as of 10.7.0. Please use highlight(code, options) instead. https://github.com/highlightjs/highlight.js/issues/2277 ``` We should...

kind:refactor

RazorLight mostly works well, but sometimes just doesn't (e.g. see `PreserveCompilationReferences` in `ForneverMind.fsproj`). I'd like to migrate from it,

kind:refactor

Freya was good in the old times, but is rarely updated today. I'd like to migrate to a more standard stack.

kind:refactor