-
```
class Foo extends CustomPainter {
Path path = Path();
Foo(this.path);
@override
void paint(Canvas canvas, Size size) {
canvas.drawPath(path, paint);
}
@override
bo…
-
Thanks so much for your help and this amazing software!
**LocalAI version:**
d65214a commit on 4/24/2024
**Environment, CPU architecture, OS, and Version:**
Linux server 5.15.0-102-generic #11…
-
### Description
Short form entries from the host `/etc/hosts` were resolvable but I upgraded the version (don't remember what I had before) and the resolving broke.
### Version
colima version 0.6.2…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
The following exeption occures when using ADFS auth.
```
SecurityTokenInvalidIssuerExcept…
-
Hello,
I'm facing an issue with the plugin. Works fine with app pools but not with app websites.
windows 2012 R2, IIS 8
```
C:\Users\xxx\Downloads\check_iis\Release>check_iis.exe -B -T
CRITICAL…
-
I wanted to try out the example of "5-cqrs-protobuf". On recreating the events.pb.go the example watermill fails with:
```
[watermill] 2022/04/21 10:52:50.101794 router.go:603: level=ERROR msg…
-
`RubyEvent` doesn't hold any state that isn't also in `Event`, just from the performance perspective it's only a burden.
I can see about `1.5 * workers * batch_size` `Event` not being GCed at any giv…
-
### Version of Kakoune
v2021.11.08
### Reproducer
1. Run `kak -s test.example`.
### Outcome
`Fatal error: invalid session name: ''`
### Expectations
Creating a session with the name `test.examp…
-
Currently, when loading a glTF file, glTFast will load all Unity assets (Textures, Materials, Meshes...) as defined in glTF file into memory. However, the library user might only care about a particul…
-
Hi there!
I've been through your tutorial, downloaded the package from github, and I have few notes:
1. this data set has one column more, and I had to add magrtt and dplyr libraries to remove t…