-
Version 2.8.1 of the plugin is using instantsearch.js version 4.56.5.
In that version, when a hierarchicalMenu widget's rootPath is set, clicking on a filter in that widget does not add the classes…
-
I encountered a couple of places where someone nested `Path.Combine` and thought we should probably have a rule that guides people to inline them.
so:
```csharp
var path = Path.Combine(Path.Combi…
-
```
What steps will reproduce the problem?
1. having the rootpath on a network drive (Z:\)
What is the expected output? What do you see instead?
I see no output.
Logfile says: ERROR scanDir: Root …
-
Hi, bro, nice work! I find that `QFileSystemModel.setRootPath` seems not to work in PyQt5, so I modified some codes according to [this](https://stackoverflow.com/questions/49617149/setrootpath-doesnt-…
-
I am using the latest AssimpNet.3.3.1 **(edited: there was a typo earlier,)**. And I am getting the following error when loading a fbx file:
NotImplementedException: The requested feature is not im…
-
### Description
I'm trying to retrieve all the files in the documents folder and subfolders in C# .NET 8.0 using Directory.GetFiles . Everytime it throws an error regarding the access not authorized …
-
(Googler: see also http://b/25751598)
Documentation of [ctx.expand_location](https://docs.bazel.build/versions/master/skylark/lib/ctx.html#expand_location) should point to https://docs.bazel.build/…
-
## Error Details
- **Node Type:** ApplyPulid
- **Exception Type:** RuntimeError
- **Exception Message:** unexpected EOF, expected 18022 more bytes. The file might be corrupted.
## Stack Trace
```…
-
Looking again at an issue I had with the java language server (https://github.com/eclipse/eclipse.jdt.ls/issues/622#issuecomment-382719309) it seems that I need a way to expand the project root path u…
-
## Overview
Currently, the ResourceAccessors may open resources, but has no close() method to close them.
Existing code that manages resource accessors look like this:
```
var acc = new ClassLoader…