-
These are some ideas that are floating around
- [ ] File saved on destruct (conditional perhaps, on following)
- [ ] File loading saves a signature file that can then can serve as lookups for file c…
-
```
All other config files use tabs. I think classes should too. Or we can
convert all the others to spacing.
```
Original issue reported on code.google.com by `andrewbo...@gmail.com` on 5 Aug 20…
-
Move File Management into it's own class. Right now it's just foutput into a PPM in a loop in main, but we can separate that completely into it's own dude. That way we can add additional functionali…
-
### Problem description
Hi - in "Goto Anything", when I search `Foo::Bar` (a Ruby class name), which I do all the times, Sublime Text does not find the corresponding file at `foo/bar.rb`. Each time I…
-
Hello!
Been loving this mod. I've been using it on my servers, and my users absolutely love the ease.
HOWEVER .. we went from 1.20.4 and upgraded the server to 1.21.1 and that's where the issues…
-
### Bug summary
When running a deployed flow that has a Pydantic based model as a parameter, the UI input looks different when the class is defined inside the same file as the flow vs. when the class…
-
### Description of the problem
While a rejudging was being created, I got this error on a judgedaemon
```
[Oct 26 08:56:55.061] judgedaemon[16648]: warning: Error while executing curl POST to url…
-
when I used this command to run the bear dataset used the image that you processed:
ns-train gaussctrl --load-checkpoint unedited_models/bear/splatfacto/2024-11-04_182528/nerfstudio_models/step-0…
-
```
$ cat Class.hxx
class Class {
public:
virtual ~Class() = 0;
};
$ cat .clang-tidy
---
Checks: '*'
$ clang-tidy Class.hxx
Error while trying to load a compilation database:
Could not …
-
Hi!
I'm using Asp.Net Mvc 5 / .net framework.
Testing the library and was unable to get it working in my scenario so I debugged the code a bit. I have a class library that has the css-files as …