Vladimirs Nordholm

Results 33 comments of Vladimirs Nordholm

Purely guessing, but my guess is the colon not being considered, and dfmt acts the same way as in the following example ```d version (Posix) foo(); bar(); ``` becoming ```d...

@WebFreak001 This is causing me some trouble. If I were to try and fix this myself, where would you recommend me to start poking in the code to try and...

If I'd take a guess, I would believe there was an faulty check such as ```php if (areParensPresent) { addParens(); } ```

The autocompleting feature does not behave properly at all. Take a look at the following gif: ![gif](http://i.imgur.com/UAynLnP.gif) No autocompletion happens if a string is present on the same line, *after*...

Heyo, good response! While you're at it: When you do the following: * write`MyClass::` * type first three letters of method * press backspace * press ctrl+space Then the methods...

Ah okay. Finally: do you know why autocompletion does not work if there is something in the parenthesises? aka `MyClass::|($foo)` (where `|` represents the cursor) does not show any suggestions,...

> Hey guys. Removing the app from simulator/real device, removing Pods folder, reinstalling pods and reseting the metro cache with react-native start --reset-cache did work for me. Thank you so...

I would like to clean up the features list.

More examples - https://github.com/fdehau/tui-rs - https://github.com/gizak/termui

I have no experience with audio systems, but here is how I imagine it would function. 1. The user registers an audio file `void register(size_t id, string filePath)`, and uses...