That's good to hear about the possibility to have the license be finer-grained.
Regarding the comment
> The output are not derived works,
You mean for the existing model, this applies or with th...
This seems to be some compat issue with the underlying imagemagick binding library. I was using imagemagick installed via nix, and it seems it was silently failing. After removing it from my nix pr...
I'm trying to overlay a shield with `shield: "1.0-11-orange",` but not seeing the orange color. The same parameters work for the img.shields.io endpoint, so unsure why the color is being lost:
<im...
Maybe you could use two appiconsets, check the files in, and use `copy_artifacts` to copy the original image to "reset" them before applying the latest badge. You have to check them in, but in my c...
I'm not familiar with it, but I checked the doc and it seems to fit the bill.
As an aside, another potentially related issue I've noticed is that when using `dotnet watch`, I sometimes see a serie...
When using `ctx.RunCommandCaptureOutput`, and the process fails, the error only contains the message "Exit code is not indicating as successful." https://github.com/slaveOftime/Fun.Build/blob/ad2ab...
Yea something that stands for the behavior of the inputs, not based on the binary layout of the binary, for instance assuming that the myriad binary produced for different architectures would behav...
Is there any equivalent to zgossip? I'm interested in discovery of peers, where subsets of peers have a "role", so that messages can be directed from one node to others that fulfill that role, with...
I finally got around to checking this out and found that the hashes are completely different in ci than locally, even when providing a runtime to match the remote build's environment. I wonder if t...
Ok cool. In that case, since dotnet/fsharp projects have explicit names, it's easy to have behavior that is extension based and does what the user is expecting - a folder, a project file, a single ...
Yea it's probably a bit tricky, as there's so many forms that could result in a valid set of parameters, but perhaps it just traverses the tree recursively looking for at least one call to the para...
Looks like Newtonsoft was missed, which I'm still using as I haven't switched to system.text.json yet https://github.com/thoth-org/Thoth.Json/blob/ff455a8458fb74bb66198ef0d8eaf21909390b76/packages/...
Is is possible to experiment with react 19? Another library I'm using has an issue that is apparently due to a bug in 18 that I'd like to verify. Or is there already a plan eventually to add suppor...
It seems that the I didn't even configure it at all, but it ended up in my paket.lock due to a dependency on Thoth, which defines it here: https://github.com/thoth-org/Thoth.Json/blob/06309507cbd88...
Actually the project uses packet but recently I’m migrating to the built in lock files with package references, so maybe all your tips there will apply for me then.
I need to double check but I t...
The build fails for me locally with the error below. I vaguely remember this being related to the `Fable.React.Types` dependency https://github.com/elmish/react/pull/68.
> Feliz.ReactFlow/src/Doc...
I get the following error when running `dotnet tool restore`
```
Command names conflict. Command names are case insensitive.
A command "fantomas" in package "fantomas"
A command "fantomas" in pa...
Regarding your comment on this thread https://github.com/explosion/spaCy/issues/3052#issuecomment-2600795648, I'm curious if the license could be more detailed:
* Is the code itself licensed the ...
@thjbdvlt Thank you! I'll check that out. Unfortunately, I need something commercially usable. I wonder if similar results can be achieved without the strict license and it could perhaps be integra...
@rodebert Unfortunately, I ended up switching to npm for now for this one package until I can figure it out. Breaks the whole monorepo pattern, but all my shared code is written in FSharp via Fable...
I was able to build by setting `RUSTFLAGS="-A invalid_reference_casting"` to ignore the warning, but seems like since it can lead to UB, it should be addressed eventually.
I'm seeing the same rust build error reported here https://github.com/huggingface/tokenizers/issues/1485, which was fixed in https://github.com/huggingface/tokenizers/pull/1355 (tokenizers-0.14.1)....
I have a repo with a few libraries, where some are meant to be used from fable and some not. I wanted to add a Directory.Build.props file to consolidate some of the settings, but found that this ca...