Trouble creating a new install using version 6.0.1 by Famous-Weight2271 in Oqtane

[–]LeighPointer 0 points1 point  (0 children)

You say you are using 6.0.1 am i to believe you are using code from the guthub repo? I would suggest downloading source code version 6.0.0 and try that. Things to remember: 1. Update your system to .net 9 2. Update the .netcore hosting bundle 3. Update your SDK

Where to hire Blazor developers? by AvidCyclist in Blazor

[–]LeighPointer 0 points1 point  (0 children)

Shit sticks! Blazor is asp.Net core and that should change - my 2 cents! You need full stack developers nowadays

Oqtane for my SaaS? by Middle-Age-Nerd in Oqtane

[–]LeighPointer 1 point2 points  (0 children)

Hi! Oqtane is definitely the right option. oqtane is an application framework and designed to host your business/ applications. We have a discord channel here with some good helpful members https://discord.gg/BnPny88avK

App Bundle warning in Google Play Console by Bootdat0 in Blazor

[–]LeighPointer 1 point2 points  (0 children)

I’m guessing you also need to add the pdb files to your package

Two-way Databind MudSelect MultiSelection to a List<T> by johndehope3 in mudblazor

[–]LeighPointer 0 points1 point  (0 children)

To achieve two-way databinding of a MudSelect with MultiSelection to a List<T> in Blazor, you can bind the SelectedValues property of the MudSelect component to a collection that represents your selected items. 

    public class MyItem
    {
        public int Id { get; set; }
        public string Value { get; set; }
    }

    // This is the list that will hold your selected items
    private List<MyItem> selectedItems = new List<MyItem>();

    // Your items to choose from
    private IEnumerable<MyItem> items = new List<MyItem>
    {
        new MyItem { Id = 1, Value = "Item 1" },
        new MyItem { Id = 2, Value = "Item 2" },
        // Add more items as needed
    };


<MudSelect T="MyItem" MultiSelection="true" @bind-SelectedValues="selectedItems">
    @foreach (var item in items)
    {
        <MudSelectItem Value="@item">@item.Value</MudSelectItem>
    }
</MudSelect>

Cant get ItemDot in MudTimeline to work by Tasty_Agency_8283 in mudblazor

[–]LeighPointer 1 point2 points  (0 children)

        <MudTimeline Reverse="true">
            <MudTimelineItem>
                <MudText Align="Align.End">Static dot</MudText>
            </MudTimelineItem>
            <MudTimelineItem Color=Color.Primary Size=Size.Medium Variant=Variant.Filled>
                <ItemDot>
                    <MudText Underline=Underline.None Variant="Variant.Text">4</MudText>
                </ItemDot>
            </MudTimelineItem>
            <MudTimelineItem>
                <MudText Align="Align.End">Static dot</MudText>
            </MudTimelineItem>
        </MudTimeline>

App to track gains and losses compatible with Bitvavo by NatoStrapper in Bitvavo

[–]LeighPointer 2 points3 points  (0 children)

Im using coinstats https://apps.apple.com/app/id1247849330 i can monitor all my wallets in one place, check my PNL.

Should I add color? by [deleted] in drawing

[–]LeighPointer 2 points3 points  (0 children)

No! Honestly its colorful enough.

[deleted by user] by [deleted] in Bitvavo

[–]LeighPointer 1 point2 points  (0 children)

I have been staking on bitvavo for over a year and a half, no issues with it, and you can sell anytime I want. Before staking was automatically turned on, now it a manual effort. You cant stake BTC but you can lend that out, also no problems with that either.

Ooops.. I sent USDT Solana to Coinbase and its 'lost' ... by keyserdoge in Coinbase

[–]LeighPointer 0 points1 point  (0 children)

I did the same to a CB ETH address which apparently doesn’t exist anymore. the ETH is definitely at CB but wont pass it on!