Results 20 issues of Răzvan C. Rădulescu

As you might have seen, I've commented on the godotengine/godot#2245 about including this in the code base and I've been looking at [YCMD](https://github.com/Valloric/ycmd) and it only provides information about the...

Don't you think that this tool might actually be better than eg. Spriter & the like because it's in 3D? I'd suggest not to lock the bone rotations by default...

This PR adds the `str-list` `docsextrapaths` option so we can add extra search paths, for example when using `plug.kak`. For example. ```kak set-option global docsextrapaths "%val{config}/plugins" ```

**Is your feature request related to a problem? Please describe.** Students can easily change the function declarations and fail validation checks. For example: ```gdscript func _process(delta): ``` Could be written...

enhancement
low priority

I was searching for random stuff and came across this [taskwarrior, timewarrior & gnome-pomodoro integration post](https://ankursinha.in/2017/12/25/managing-tasks-time-and-making-sure-one-takes-a-break-integrating-taskwarrior-timewarrior-and-gnome-pomodoro.html) Taskwarrior uses hooks, is there something similar with `unfog`? I can think of a...

enhancement

In this case `get_video_by_id()` should group the ids in groups of 50 and make the necessary calls. For now this just gives an error

enhancement

Now that I played with `'rotpole'` a bit... I also found that `dralsmask` fails with `ZeroDivisionError`. This is the full traceback: ``` --------------------------------------------------------------------------- ZeroDivisionError Traceback (most recent call last) in...

Hello there! I've been trying to config this to work with [purescript-language-server](https://github.com/nwolverson/purescript-language-server/) and I've had some success, but I can't seem to make the error gutter work. ![image](https://user-images.githubusercontent.com/1177508/84562380-ca3fd980-ad5c-11ea-83d9-1905ad34ebbe.png) This is...

Added a GUT test that iterates over the practices and runs the given solution. There are some tests that fail and it might be due to how the `UIPractice._practece_completed` flag...

At the moment the terminal gets hidden if there's no focus and we call it with the shortcut. Could we get an option to refocus instead of hiding it? I...