Love the new tailwindcss/jit @adamwathan! Curious if there are docs on how to use it when compiling your own utility and component classes to apply tw classes. We do that to make the markup more concise. My first stab at getting it to work (non-spa .net core app) didn't work.
.@migueldeicaza In the docs for nuint at https://t.co/w98PHQ0rn9 shouldn't the remarks indicate that this is an integer value and not floating point? The remarks also references nfloat, so I'm guessing this is a copy paste error?
@linqpad For clarity, this is with the very latest beta running with Crossover. Seehttps://forum.linqpad.net/discussion/1983/roadmap-for-cross-platform-ubuntu-linux
Been playing with linqpad 6 beta on macos! @linqpad It looks like premium activation is giving an error, is there a way I could get past that in order to test some other features such as intellisense and the debugger?
Just had a major breakthrough in MSBuild .binlog-related sphere that will help us investigate issues when customers send us a .binlog from their machines. Usually you can't directly reproduce a build problem happening on other machines if you don't have their solution.
@daveaglick Agreed. Honestly, the entire UX should be looked at and updated. There are so many usability issues that would dramatically make #AzureDevOps so much better. For example, the craziness that is the Sprint board.
@daveaglick It's awesome when you're in a big meeting and trying to get work done at the same time. Hrm....do I reboot and hope no one notices I just dropped out of the meeting?
@JamesMontemagno I set up a custom one using ASUS AiMesh. The reason I did that is that none of the other mesh systems available at the time could handle 1 gigabit WAN speeds.
New blog post about providing strongly typed, cross platform, dependency managed access to all 2,935 Azure CLI commands in #csharp via @cakebuildnet with a new plugin I just published https://t.co/ZV0avpiSap
Upgrading to EF Core 3 just exposed a runtime error to me that another dev just fixed as a perf error from prod. This upgrade is awesome. Will eliminate so many perf problems so much sooner. Just wish it came out months ago.
@BFreakout Playing with setting up URL schemes with ElectronNET. Initial attempt opens a generic Electron app when running my ElectronNET app in debug mode. Any docs/demos on this? No luck in finding them so far.