Hans Dembinski

Results 105 issues of Hans Dembinski

@HDembinski Here are some examples why using `variable_t` can bring convenience. ```C++ std::is_same_v< boost::histogram::axis::variable, boost::histogram::axis::variable > ``` is `false`, ```C++ std::is_same_v< boost::histogram::axis::variable_t, boost::histogram::axis::variable_t > ``` is `true`; --- This causes...

I developed the concept for a LaTeX parser for unicodeit here https://github.com/HDembinski/essays/blob/master/parse_latex.ipynb It is a simple LaTeX parser written in EBNF. The parser is restricted to only be able to...

**Describe the bug** I just finished Ambermoon Advanced v1.8.1 (great work, btw!). However, the Gizzeks attack frequency in Dor Kiredon seems to be too high, it was close to 100...

bug
1.20

**Is your feature request related to a problem? Please describe.** Many NPCs and quest-givers do not react to changes to the game world. For example, lord Georg of Spannenberg and...

enhancement
game

As mentioned in another thread, I volunteer to design new sprites for the Morag weapons/armor: Dart, Sword, Robe, Shield. @Pyrdacor Do you have some design in mind? Here is my...

enhancement

This looks like a library that fits into Boost very well. Please consider submitting it.

Distrax is a nicely designed library and I would love to use it, but it does not support conditional flows. Generalizing the library to support conditional flows should not be...

It would be great if kw-only cost functions of the form `def foo(**kwargs)` also work with iminuit without a need for adaptor functions.

Hi Harald (if that's your name), I discovered your package because I need to write a simple simulation in Geant4. I see that the version number of this project is...