Anthony Quizon
Anthony Quizon
**Version:** vibe-d 0.9.0-beta.1 I tried creating a rest api with allowedOrigins set as ["*"], however, this doesn't seem to affect the rest interface headers. Minimal example: ```d const PORT =...
Hello, I'm looking to implement inequality operators such as the ones found in [here](https://github.com/symengine/symengine/blob/master/symengine/logic.h#L250) for my wrapper library. eg. `a < b < 1` However, it seems that they have...
Hello, I'm testing out the library and tried to create a rational with a symbol as the numerator: ```py import symengine A = symengine.Symbol("A") B = symengine.Rational(A,10) ``` However, when...
Hello, I noticed that the compiler spends a lot of time when it prints out: `Using Linux EPOLL for events` Is there a way to reduce this time? What does...
**Problem**: The docs on mobile are a bit hard to read - text appears too small due to viewport width (Tested on android chrome and desktop responsive design mode) Example...