realivanjxツ
realivanjxツ
CC#
Created by realivanjxツ on 6/8/2023 in #help
❔ unsafe pointer operation
thanks a lot
10 replies
CC#
Created by realivanjxツ on 4/17/2023 in #help
❔ change timezone of aspnet docker container
solved this by installing tzdata and using this script as the entrypoint:
rm /etc/localtime && \
echo $TZ > /etc/timezone && \
dpkg-reconfigure tzdata && \
exec /app/name
rm /etc/localtime && \
echo $TZ > /etc/timezone && \
dpkg-reconfigure tzdata && \
exec /app/name
4 replies
CC#
Created by realivanjxツ on 4/17/2023 in #help
❔ change timezone of aspnet docker container
i need to use local time as output file name
4 replies
CC#
Created by ergazia on 1/11/2023 in #help
❔ Dotnet production Linux Ubuntu
you might want to look into docker
16 replies
CC#
Created by Down on 1/11/2023 in #help
❔ xamarin xaml binding
just create another variable that combines those 2
5 replies
CC#
Created by dave on 1/10/2023 in #help
❔ OOM well below GCHeapLimit (Could not do a full GC) since .NET7
18 replies
CC#
Created by realivanjxツ on 1/8/2023 in #help
✅ httpclient get download stream in blazor
$close
5 replies
CC#
Created by realivanjxツ on 1/8/2023 in #help
✅ httpclient get download stream in blazor
apparently it seems to be a regression. if there is no more updates i will just use blazore 6 😦
5 replies
CC#
Created by Jexs on 1/7/2023 in #help
❔ question about this article
wpf has its own style where winforms will follow the OS
25 replies
CC#
Created by Jexs on 1/7/2023 in #help
❔ question about this article
if you take a look in this video, the textbox control has the new win 11 style where if you were to use wpf it will still look the old way https://youtu.be/hcmeODry_QU?t=183
25 replies
CC#
Created by Timmmion on 1/5/2023 in #help
❔ Discord.Net new Message Content system
op suggests that it was working fine before but suddenly it isn't
17 replies
CC#
Created by Timmmion on 1/5/2023 in #help
❔ Discord.Net new Message Content system
it is working fine
17 replies
CC#
Created by Timmmion on 1/5/2023 in #help
❔ Discord.Net new Message Content system
but it is not a question
17 replies
CC#
Created by Timmmion on 1/5/2023 in #help
❔ Discord.Net new Message Content system
im using DiscordSocketClient.MessageReceived event and just SocketUserMessage msg = arg as SocketUserMessage; to get message content
17 replies
CC#
Created by Timmmion on 1/5/2023 in #help
❔ Discord.Net new Message Content system
i have been using discord.net since net 6 released and it is still working fine until now
17 replies
CC#
Created by BElluu on 1/2/2023 in #help
❔ Watch on screen area and react
12 replies
CC#
Created by floribe2000 on 1/3/2023 in #help
❔ Default behavior of ComVisible attribute
8 replies
CC#
Created by floribe2000 on 1/3/2023 in #help
❔ Default behavior of ComVisible attribute
The default is true, which indicates that the managed type is visible to COM. This attribute is not needed to make public managed assemblies and types visible; they are visible to COM by default. Only public types can be made visible. The attribute cannot be used to make an otherwise internal or protected type visible to COM or to make members of a nonvisible type visible.
8 replies
CC#
Created by Amos on 1/2/2023 in #help
❔ Blazor Hosted - Client datatable with large dataset
return 10 items from 100th entry for example
19 replies
CC#
Created by Amos on 1/2/2023 in #help
❔ Blazor Hosted - Client datatable with large dataset
do you know how to query your database to return n items from x?
19 replies