-
# 🏆 Loose Goose November 2024 Leaderboard 🏆
You thought Hacktoberfest 2024 was over?! The open source party is just getting started..! Wrap up 2024 with a bang (or honk) while enjoying super-fun contr…
-
I wonder if it would be fun to make a container (podman/docker) for the code so that it can be hosted elsewhere (SURF maybe?). This gives us a bit more control over the installation over what streamli…
-
It is possible to bind to the same C symbol from two lib funs, as long as their signatures are compatible:
```crystal
lib A
fun foo(x : Int32) : Void*
end
lib B
fun foo(x : Int32) : Void…
-
Hi
I have more theoretical question. Ideally what I would like to do is to split data in 3 parts: one used for tuning, other for testing and last one for evaluation.
to reproduce:
```
library(t…
-
-
I have a function in `commonMain`:
```
import dev.gitlive.firebase.storage.Data
...
fun getData(): Data {
...
}
```
and I am trying to call it from a `androidApp` (from compose):
```
But…
-
Hi, guys
I've just started using CrewAI and my use case is similar to the [email_auto_responder_flow](https://github.com/crewAIInc/crewAI-examples/tree/main/email_auto_responder_flow) example.
As …
-
Greetings,
First thank to all of you who made this mod, it provide joy and fun to a lot of people.
I came here to suggest some nerf and buff to the mod since we are many to play with a lot of hours …
-
**Is your feature request related to a problem? Please describe.**
```fsharp
type Foo =
inherit IDisposable
let blah () =
([] : Foo list)
|> Seq.iter (function | :? IDisposable as x -> (…
-
Consider a package that uses [user-defined macros](https://cran.r-project.org/doc/manuals/R-exts.html#User_002ddefined-macros) in the Rd source. In order to parse the documentation successfully, you h…