Tobias Becker
Tobias Becker
When using with CMake, which builds in a separate directory and uses the `-I` flag for include directories, I found that some paths cannot work.
I noticed a few thing's I would've done differently and took a shot. I tried to stay close to your solution and not rewrite everything or aggressively go for fewer...
Is the `Tensor` type suited to implement an `im2col` operation? I tried and only succeeded with nested loops—which of course is bad for CUDA. In the end, I want to...
Do you already have plans to support [.NET Core](https://www.microsoft.com/net/core) in the (near) future?
For me the yellow error bar keeps re-appearing and showing me the `AddNullCheckCodeRefactoringProvider` error, no matter how many times I clicked on “Enable and ignore future errors”. After a couple...
I have this bit of code: public IEnumerable GetNext() { for (double w;;) { do { _x1 = 2 * _rand.NextDouble() - 1; _x2 = 2 * _rand.NextDouble() - 1;...
When using multi-cursors via ctrl+d to change multiple occurrences at once, you can barely tell which words are already selected and which aren't. You have to wait for the caret...
When using `et`, I do through some small scripts that I created and it always gets me in a `tmux` session. When working on my shell configs, I noticed that...
### Installed product versions - Visual Studio: 15.8.4 - This extension: 1.0.30 ### Description The extension seems to work only on CS files. I think most of the commands should...
I don't find anything in the plugins settings or preferences. I read about an unblock link (#19), but where is that supposed to be?