Igor Bogoslavskyi
Igor Bogoslavskyi
## Feature request #### Feature description Currently, `BoundedVector` has a non-static `max_size` function. As `UPPER_BOUND` is known at compile time, we can make that function `static`. It will still work...
**C++Weekly** **Topics** I've just found that this code compiles on GCC 10.4 but does not on GCC 11.1: ```cpp #include int main() { std::optional blah; } ``` Proof: https://godbolt.org/z/nn3vYG494 The...
Hey @dzhibas I was wondering if it would be hard to extend the formatter to support sublime text's settings files. They mostly follow json convention, but allow trailing commas and...
Moving here from LaTeXTools, I seem to miss one feature. Every time I want an autocompletion of `\cite{` or `\ref{` I need to type the autocompletion trigger. It seems to...
This is just testing that we can work with `package.xml` version 3.
There is an issue that arises when working with https links that require user and password. Currently the code just silently fails when git tries to ask the user for...
Currently, when specifying a specific Url for a package it has to be specified in full. Allow for more freedom here. For example. Currently one has to do the following:...
For now the app works by tilting the phone from the horizontal position. However, this is not the way we use smartphones. We usually look at the smartphone in an...
While a new `Code` node is fantastic I was wondering if it is possible to use some pre-defined code highlight theme from the ones available in the typical text editors,...