BB

Results 19 issues of BB

I attached an svg that the plugin is not rendering correctly, I believe it is due to fill-opacity existing on groups `` elements [monkey.zip](https://github.com/dnfield/flutter_svg/files/5157330/monkey.zip) Here's what the expected output is:...

Dirty hack to maybe support BoomPoW v2, not tested but can be a grounds for someone else to refine

Use the decimal.Decimal class everywhere instead of floats

Need to add test coverage for all parts of the codebase. - [x] Test utilities - [ ] Test db - [ ] Test cogs - [ ] Test rpc...

Hi, I have an SVG that is only partially rendering - I'm not sure why. In this case, only the feet of the monkey in the image are rendering with...

Allow memos on transactions, possibly using stenography with small raw amounts to store the messages on-chain. Moving to flutter repository as the android one is now deprecated Originally requested by...

enhancement

Some people have asked for this, almost nobody in the nano ecosystem is using it yet - but there seems to be a lot of interest Moved this issue from...

enhancement

The folks at coinrequest would like Natrium to support their custom URI as well as have the ability to create their URI as a payment request.

# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug
external-issue
to-triage

I have a huma group like: ```go teamsGroup := huma.NewGroup(api, "/teams") teamsGroup.UseModifier(func(op *huma.Operation, next func(*huma.Operation)) { op.Tags = []string{"Teams"} next(op) }) teamHandlers := teams_handler.NewHandlerGroup(srvImpl) huma.Register( teamsGroup, huma.Operation{ OperationID: "list-teams", Summary:...

question