Epictek's Avatar

Epictek

@kieran.coldron.com

31
Followers
44
Following
18
Posts
23.10.2024
Joined
Posts Following

Latest posts by Epictek @kieran.coldron.com

Yeah but we're you actually planning to boulder or socialise and drink coffee between attempting to climb? 🤣

12.09.2025 21:41 👍 0 🔁 0 💬 0 📌 0

Avalonia uses Skia under the hood, not sure if that's an option for you since it would be a lot more low level than even pangui. Pangui certainly looks interesting!

29.11.2024 02:38 👍 0 🔁 0 💬 0 📌 0

Avalonia?

29.11.2024 02:24 👍 0 🔁 0 💬 0 📌 0

Have you tried Rider?

28.11.2024 20:03 👍 0 🔁 0 💬 1 📌 0

The built in ASP.NET Dependency Injection is fine for most peoples use cases.

25.11.2024 13:38 👍 4 🔁 0 💬 1 📌 0

C is useful to know, especially for understanding how pointers work, but for most projects a high level language such as C# makes more sense.

20.11.2024 08:10 👍 2 🔁 0 💬 0 📌 0

maybe

06.11.2024 16:32 👍 0 🔁 0 💬 0 📌 0

No obvious scrolling issues on my Nokia G60 (Snapdragon 695) actually really surprised a React Native app can perform this well I can usually tell that an app was written in React Native due to performance issues on this device.

02.11.2024 12:30 👍 1 🔁 0 💬 0 📌 0
Preview
Release v0.1.2 · Epictek/Avalonia-Blazor-Bindings 📜 Changelog Version v0.1.2 🎉 Updated to Avalonia 11.2.0 🔄 Added parsing from strings for some AttachedProperties (ints, doubles) Now, Grid.Row="0" is a valid property. ✨ Renamed namespace to Blazo...

New release of Avalonia Blazor Bindings. Updated for the latest release of Avalonia.

github.com/Epictek/Aval...

#dotnet #blazor #avaloniaui @avaloniaui.bsky.social

01.11.2024 18:02 👍 7 🔁 1 💬 0 📌 0
Preview
GitHub - Open-Systems-Pharmacology/rSharp: R package for communication with .NET Core R package for communication with .NET Core. Contribute to Open-Systems-Pharmacology/rSharp development by creating an account on GitHub.

github.com/Open-Systems... seems to be it, not to be confused with rsharp.net which also seems interesting

01.11.2024 12:03 👍 1 🔁 0 💬 1 📌 0
Power Mode II - IntelliJ IDEs Plugin | Marketplace Power Mode Based on the activate-power-mode atom plugin and forked from Baptiste Mesta on Github. Features Exploding falling sparks Editor shaking Flames Heatup based...

Ended up installing this Rider plugin to keep my sanity whilst doing a very boring and complicated "refactor"

plugins.jetbrains.com/plugin/8251-...

31.10.2024 12:10 👍 1 🔁 0 💬 0 📌 0

With .NET 8 they've sort of blurred the lines between wasm blazor and server side blazor as the main template is a sort of hybrid between all the hosting models. If you want to publish as a static page you'll most likely want to use the `blazorwasm` template instead.

29.10.2024 08:06 👍 1 🔁 0 💬 1 📌 0

You are using a WebAssembly project and not one of the server projects right?

29.10.2024 01:11 👍 1 🔁 0 💬 1 📌 0
Preview
Blazor | Cloudflare Pages docs Blazor ↗ is an SPA framework that can use C# code, rather than JavaScript in the browser. In this guide, you will build a site using Blazor, and deploy it using Cloudflare Pages.

I personally use cloudflare pages as its even easier and has a bunch of nice features developers.cloudflare.com/pages/framew...

29.10.2024 01:06 👍 1 🔁 0 💬 1 📌 0
Preview
Host and deploy ASP.NET Core Blazor WebAssembly Learn how to host and deploy Blazor WebAssembly using ASP.NET Core, Content Delivery Networks (CDN), file servers, and GitHub Pages.

Should just be a case of uploading the contents of the wwwroot folder you get as a result of publishing but ideally you want to set up github actions to deploy and build when you commit.

learn.microsoft.com/en-us/aspnet...

29.10.2024 01:04 👍 1 🔁 0 💬 1 📌 0

.NET works well on Linux, and has first class support from Microsoft (they use docker to host a lot of ASP.net things). So I'm curious to know what issues you are having, It'll likely be an easy fix

28.10.2024 20:16 👍 1 🔁 0 💬 1 📌 0

Regions are bad practise IMO, They can hide important code. Much prefer separating thing by files if possible.

28.10.2024 11:40 👍 1 🔁 0 💬 0 📌 0

Yeah with Blazor you can make full featured SPA's without having to touch JS for the most part. Works well with Tailwind as you then don't have to touch CSS either.

28.10.2024 11:35 👍 1 🔁 0 💬 0 📌 0