Eduardo

1.7K posts

Eduardo banner
Eduardo

Eduardo

@ed_dev_

Yet another Software Developer https://t.co/4bw8o5YKoi

Katılım Aralık 2016
915 Takip Edilen235 Takipçiler
Eduardo
Eduardo@ed_dev_·
@Dave_DotNet Configurable as well as part of the standard resiliency pipeline part of dotnet/extensions #resilience" target="_blank" rel="nofollow noopener">github.com/dotnet/extensi…
English
0
0
1
79
Marc-André Moreau
Marc-André Moreau@awakecoding·
Why does GitHub Actions not have an *array* input type? It's apparently left up to individual actions to parse all kinds of inputs back to an array, where some cases can be parsed as JSON, some other cases (especially multiline) end up just as YAML you need to parse manually 🤨
English
1
0
0
473
Eduardo
Eduardo@ed_dev_·
@awakecoding This is no longer true (and for some time already), you can define type: boolean and get checkboxes (web)/toggles (mobile app).
English
1
0
0
17
Marc-André Moreau
Marc-André Moreau@awakecoding·
In case you didn't know already, GitHub Actions also doesn't have a proper boolean input type - there are a few helpers, but it's literally just a "true" or "false" string you need to parse yourself
English
1
0
0
308
Aaron Stannard
Aaron Stannard@Aaronontheweb·
Weird dependabot pull request - installed a dependency that we don't explicitly reference anywhere, made some other tiny whitespace formatting changes too: github.com/petabridge/Tur…
English
2
0
1
667
Eduardo
Eduardo@ed_dev_·
@davidfowl Would love the profiling and memory/gc metrics, but given the app is running in a container, logs and traces will be handy as well.
English
1
0
0
28
David Fowler
David Fowler@davidfowl·
@ed_dev_ Depends on what you want to see. There’s no cpu profiling information but you can instrument the application to see logs, traces and metrics
English
1
0
1
29
Eduardo
Eduardo@ed_dev_·
@davidfowl How useful is Aspire dashboard for monitoring cpu intensive cli apps (no http in/out)?
English
1
0
0
47
Eduardo retweetledi
Eugeni_CAT
Eugeni_CAT@Eugeni_CAT·
🛡️ #PuTTY publica la nueva versión 0.81 que corrige una vulnerabilidad crítica CVE-2024-31497 en el uso de claves ECDSA de 521 bits (ecdsa-sha2-nistp521). ( chiark.greenend.org.uk/~sgtatham/putt… ) ➡️ Si has utilizado una clave privada ECDSA de 521 bits con cualquier versión anterior de PuTTY, considera que la clave privada está comprometida: elimina la clave pública de los archivos de claves autorizadas y genera un nuevo par de claves. ➡️ Sin embargo, esto solo afecta a ese algoritmo y tamaño de clave. Ningún otro tamaño de clave ECDSA se ve afectada. ➡️ Se recomienda actualizar lo antes posible para evitar situaciones no deseadas 😎
Eugeni_CAT tweet media
Español
1
30
66
8.8K
Eduardo retweetledi
Avalonia UI
Avalonia UI@AvaloniaUI·
We're working on bringing Microsoft's PerfView to new platforms as our next Avalonia XPF sample app! Notice how the WPF app is integrating with the native macOS menu bar ❤️
Avalonia UI tweet media
English
5
17
90
8.9K
Eduardo
Eduardo@ed_dev_·
@PetrBrzek @erikras There's one right after crossing Karlův Most towards Malá Strana, and there used to be one somewhere in Staré Město two months ago (not sure if it's still there)
English
1
0
1
31
Petr Brzek
Petr Brzek@PetrBrzek·
@erikras It looks like a tourist trap. Where was that?
English
2
0
2
1.2K
Eduardo retweetledi
Rendle Has Left The Dumpster Fire
Hey everyone. I am urgently looking for a contract now, if anyone knows of any (very) senior developer/architect roles in the #dotnet world please let me know. (DMs open, pls RT)
English
9
181
115
61.3K
Eduardo retweetledi
Rendle Has Left The Dumpster Fire
Hey #dotnet world, I am once again becoming available for short-to-medium-term contract engagements, as well as consulting and workshops. DMs are open.
English
0
33
31
8.3K
Eduardo retweetledi
Autonomous
Autonomous@autonomous_labs·
@rita_codes Let us know which one is your fav, we'll send it right away 🫶 Also, we're thrilled to give an ErgoChair Pro to one of your supporters picked at random. Just need them to follow us and retweet this comment 🔥
English
16
145
66
32.5K
Eduardo retweetledi
Davide Faconti
Davide Faconti@facontidavide·
Hi everyone! I am finding myself having more spare time than expected 😅(wink wink). If your #robotic company needs some "extra muscle 💪" in their team to execute a project or delegate some work, let me know and I will be happy to help! Reposts are greatly appreciated 😉!
GIF
English
2
25
41
7.3K
Eduardo
Eduardo@ed_dev_·
@ppenza @badamczewski01 The guidance is indeed to use the new initialization methods in order to benefit from the latest and greatest optimizations. Don't recall where I read it though.
English
0
0
1
58
Bartosz Adamczewski
Bartosz Adamczewski@badamczewski01·
Collection Expression initialization in C# 12 is not only about semantics but the internals work in a different way as well.
Bartosz Adamczewski tweet media
English
9
15
138
19K
Eduardo retweetledi
Michal Strehovský
Michal Strehovský@MStrehovsky·
For my next trick I'm going to build a 64 MB self-contained game in C# and then shrink it to 1936 bytes in 10 steps. Read all about it in my latest article: migeel.sk/blog/2024/01/0…
GIF
English
20
143
722
103.5K
Eduardo
Eduardo@ed_dev_·
@James_M_South I was surprised to see breaking changes in a minor version of ImageSharp. It doesn't affect me, but just curious: what versioning scheme do you follow?
English
1
0
0
11
Eduardo
Eduardo@ed_dev_·
@OsirisTerje This doesn't seem to work with ValueTasks :( await Assert.ThatAsync(()=>instance.Solve_1(), Is.EqualTo(sol1))
English
1
0
0
12
Terje Sandstrøm
Terje Sandstrøm@OsirisTerje·
@ed_dev_ Or just: await Assert.ThatAsync(()=>instance.Solve_1(), Is.EqualTo(sol1)), or ClassicAssert.AreEqual(sol1, await instance.Solve_1()). Your choice :-)
English
1
0
1
13