-
Made a branch for updating the readme
Atm I have mostly removed any obsolete information (ie c states problem) and currently waiting for 4.8 to proceed.
-
I am all about community. As a community, we can improve the experience of Visual Basic programmers.
What does that mean to you?
How do we best do that?
-
My validation images are coming out empty:
Which is odd as I'm only doing one epoch on top of juggernaut. One of my suspicions is that I'm using the Juggernaut model but the VAE was defaulted t…
-
Previously, I managed to get the camera working with this guide on Ubuntu 23.04: https://dshedd.com/2023/07/18/fixing-lenovos-mipi-camera-problems-on-ubuntu-22-04/
Today, I updated to Ubuntu 24.04 …
-
Please report bugs for the Synology DSM hook here. Remember to include debug logs
```
acme.sh --deploy --deploy-hook synology_dsm ..... --debug 2
```
-
### Feature request: Organic support for PEP 484 with Numpy data structures.
> Has anyone implemented type hinting for the specific numpy.ndarray class?
>
> Right now, I'm using typing.Any, but it w…
InonS updated
2 months ago
-
First, I apologize for the lack of reproducibility in this issue. I'm a bit lost here and I need your help. I'll try to gather as much information as possible, but for now I don't have much.
Since …
-
For the example code:
```
class Foo {
public:
Foo() {};
void Execute();
};
int main()
{
Foo *foo = new Foo();
*foo;
return 0;
}
```
I observed in the frontend tha…
-
Thanks for your reply.
I want to use gtsam with an iPad app, so need to compile gtsam on the iOS, but failed both on the Conan and vcpkg, and looks like same errors:
/Users/janson/.conan2/p/b/…
-
First thing that we need to agree before adding Scheme interpreter code and front-end REPL. In need to be generic and allow to change Scheme implementation and maybe also the REPL.
In my interprete…