Friedrich von Never

Results 544 issues of Friedrich von Never

After some additional thoughts on #65, I think we'll need to replace `PredefinedTexFormulas.xml` with code. This file in its current state adds no value to the library: it isn't a...

kind:feature
kind:refactoring
status:blocked

Discussion extracted from #116 > @alexreg > I also noticed that for properties the `this.` prefix is not being used. This is good practice, and convention throughout the existing codebase....

kind:infrastructure

Currently, we aren't support neither kerning nor ligatures for `SystemFont`. See: https://github.com/ForNeVeR/wpf-math/blob/4e2c90d82d604a360311ea105aa92ccfdc823e9c/src/WpfMath/SystemFont.cs#L18 https://github.com/ForNeVeR/wpf-math/blob/4e2c90d82d604a360311ea105aa92ccfdc823e9c/src/WpfMath/RowAtom.cs#L125-L141 (for an additional context, check out the PR #113)

kind:feature

I have an idea to implement a DirectX renderer (Windows-only for now, obviously) to fix #50. Will experiment on that.

kind:feature

[See here](https://github.com/ForNeVeR/wpf-math/pull/93#discussion_r155151484).

kind:refactoring

To avoid polluting our main formula dictionary (i.e. `PredefinedTexFormulas.xml`) with various localized formula names (like [this](https://github.com/ForNeVeR/wpf-math/pull/44#issuecomment-282280393)), I propose to add a dictionary extension mechanism. Users should be able to provide...

kind:documentation
kind:feature

Current parser is messy a bit: it uses `ref` parameters all the way (especially after my #28). We need to refactor it and replace that with some alternate architecture that'll...

kind:refactoring

Now, after VS2017 release, we can see what have been done there, and what haven't been done. I have been using EditorConfig for Visual Studio to consistently set the following...

For now, we have two distinct namespaces: `TDLib.Bindings` and `TdLib.Bindings` for some reason. We should figure it out and try to switch to some single one from these two.

bug

I have a couple of view models that start to execute some asynchronous tasks in their constructors (or as part of their initialization). For an example, let's consider something like...