GitHub Quick Reviews
2:30:16
11 ай бұрын
Exploring System.CommandLine
2:12:13
2 жыл бұрын
GitHub Quick Reviews
1:51:09
2 жыл бұрын
GitHub Quick Reviews
2:06:37
2 жыл бұрын
Interview with Mattias Karlsson
7:40
Interview with David McCarter
15:47
3 жыл бұрын
Interview with Rob Prouse
5:47
3 жыл бұрын
Interview with Javier Lozano
2:31
3 жыл бұрын
Interview with Kevin Avignon
9:50
3 жыл бұрын
Interview with Frank Arkhurst Odoom
6:29
Interview with Dixin Yan
13:46
3 жыл бұрын
Interview with David Whitney
13:40
3 жыл бұрын
Interview with Mitchel Sellers
9:51
3 жыл бұрын
GitHub Quick Reviews
2:26:07
3 жыл бұрын
Пікірлер
@CheeseToasties
@CheeseToasties 19 күн бұрын
Hi there - just wanted to check as StreamDeck SDK has changed a bit since 4 year ago, does your tutorial still work? Thanks for your hard work
@KvapuJanjalia
@KvapuJanjalia 27 күн бұрын
Sounds like Cherry MX Green.
@MarcGravell
@MarcGravell Ай бұрын
Further on the HybridCache / string thing (around 28:00); we could absolutely do a future thing where a TKey is used for L1, with a Func<TKey, string> for the IDistributedCache callback; one other constraint that we had to contend with on the choice of string was the *lack* of a generic L1 cache; if we had forced a TKey (which would presumably be commonly used with value-tuples for composite keys), then every L1 fetch would need boxing
@MarcGravell
@MarcGravell Ай бұрын
On the HybridCache crossover: yes, we've discussed the possibility of making use of RCache as an alternative L1 backend; in particular, this allows some *future* (not current) HybridCache usage with typed keys (TKey) - which is something that is *not* currently available since the existing L1-esque abstractions offer object/string keys. However, HybridCache would *also* need API work to support that. I know of several consumers who could make use of HybridCache with a TKey key API
@reedsalus
@reedsalus 23 күн бұрын
I personally would really like a TKey key API to be shipped with HybridCache.
@jodydonetti
@jodydonetti Ай бұрын
Super interesting review. And for a lot of the notes from the board (like the missing context param in the factory for evolvability) had a big “I know that feel” vibe, via the experience with FusionCache 😅
@karthiks4347
@karthiks4347 Ай бұрын
Can't you have at least 1024 px resolution?!
@rham1985
@rham1985 2 ай бұрын
47:51 FWIW, the screenshot you're taking a look at currently was simply to demonstrate that I was getting the CA2017 as expected when having the case of "too many params" for the provided message template. This coupled with the lack of an analyzer warning when using a badly formed message template like `"test {foo}}", nameof(foo)` (note extra brace) was the reasoning behind submitting the analyzer request
@tiagomabango
@tiagomabango 3 ай бұрын
Top!
@edgeeffect
@edgeeffect 3 ай бұрын
I like David's angle of wanting .NET to be seen as "as cool as" other frameworks. I'm not a .NETter (_AND_ I'm a reformed Microsoft hater) myself so perhaps I'm very well qualified to say that "the rest of us" do see ".NET" and think "oh yeah, tedious corporate guff!" and turn back to Python or Vue.JS or something "that's more fun". David's right in saying that .NET probably has just as much to offer us as our preferred environments.
@JesperH
@JesperH 3 ай бұрын
As a Dane, I think the intro was pretty decent 👌
@mauriciojaramillo5404
@mauriciojaramillo5404 4 ай бұрын
pesimo ese demo
@Joe4evr
@Joe4evr 4 ай бұрын
Am Dutch. I can say you've done a better job than other people's first attempt at speaking Dutch.
@zfold4702
@zfold4702 5 ай бұрын
I think they took (copied, stole 😂 whatever) the ContentItem concept from SharePoint but executed in better way The documentation seems to be intentionally made insufficient so that people will turn to buying training courses. Lack of sufficient and quality documentation disqualifies this platform to be considered for business recommendations. I think they are happy and content, making money from training or serving customers directly.
@modernkennnern
@modernkennnern 6 ай бұрын
With regards to STJ RespectNullableReferenceTypes, I think it should also implicitly imply "required" or else it won't really be that useful and might just confuse even more.
@shercalderaro3738
@shercalderaro3738 7 ай бұрын
"promosm"
@Neme112
@Neme112 7 ай бұрын
But thank you for putting this out, and for keeping even all the old videos out, it's really fun to watch.
@Neme112
@Neme112 7 ай бұрын
Wow, that segment on XmlSecureResolver looked so tense, really surprised you did it. Also, I can't believe it had been this way for 6 whole releases and noone noticed 😬 This should really, really be obsoleted on all downlevel TFMs that can be run on Core (possibly even including .NET Framework to warn people since those assemblies can be referenced from Core).
@georgeleithead
@georgeleithead 7 ай бұрын
Another great set of contributions from the community
@cmerighi
@cmerighi 7 ай бұрын
Great video and explanation. Thank you. However, at 28:41 intercept and slope formulas look swapped.
@modernkennnern
@modernkennnern 7 ай бұрын
38:55 I don't know if that was intended to be a joke, but I found that quite funny; "A write-only specification"
@KvapuJanjalia
@KvapuJanjalia 9 ай бұрын
Did you confuse NamedPipeSERVERStream with NamedPipeCLIENTStream? And made a decision based on that confusion?
@daveanderson8348
@daveanderson8348 9 ай бұрын
What's the point of continually adding features if existing features like this Workflow from years ago (built by Sipke) don't work? Years ago, I tried to build something realistic together with colleagues for a few months. It was a disaster. You'll be fighting Orchard's bugs more than what you actually want to build. This OrchardCore has too many problems to list. But one thing is certainly the worst of them all and that is reliability. You can never rely on it. There were always too many bugs. It's a framework/CMS that you use and hope it works. You hope that if you do something according to the documentation, it still works. You hope that next week will continue to work and you hope that if there is a new minor release, existing features will still continue to work, you hope and you hope... You can never rely on it.
@appstratum9747
@appstratum9747 8 ай бұрын
He fiddled about with the Workflow a couple of times but ended up putting the connection arrow the wrong way around (again). At least this part works fine. Not that the feature shouldn't do some validation and have better support for debugging. It's a very basic feature, though, in its current implementation. It's fair to say that some bits of OC work very well. My major criticism of it is that it's built for developers rather than end users. The content model is confusing for non-technical users to understand quickly and intuitively. It shows its complexity rather than hides it. Personally I can live with that because I use bits of the platform that are very stable and they're very useful. You've obviously worked a lot with the bits that aren't. 🙂 To be fair I've used other libraries (and products from major vendors such as Oracle and IBM as well as a number of NoCode / Low Code vendors) that really aren't (or weren't) anywhere near as good as OC. The implementation of OC is a bit old fashioned and clunky in places. It's a shame that's the case because I like much of what it's trying to do and many of the features that come out of the box. I like it, though. And it genuinely is very useful. But I take your tale of caution seriously.
@zfold4702
@zfold4702 5 ай бұрын
I am experiencing the same frustration. Today's will be the last day I will spend on this. Next I will move on to evaluate DNN. I need something on .NET
@SMECmicrodeveloper
@SMECmicrodeveloper 9 ай бұрын
Hoooooo woooow oh hello why you all of you are waisting your time . Flutter already did these baby stuff 4 years back😂😂😂😂😂😂😂
@miguelanton3177
@miguelanton3177 9 ай бұрын
The most great interview 😌
@انامسلموكفى
@انامسلموكفى 10 ай бұрын
How to run avalonia app on yocto image?
@acodersjourney
@acodersjourney 10 ай бұрын
Thank you for sharing your expertise! Your videos have been a game-changer in my coding journey.
@SMECmicrodeveloper
@SMECmicrodeveloper 10 ай бұрын
😂😂😂😂😂😂😂 100 years behind from #Flutter
@obinnaokafor6252
@obinnaokafor6252 10 ай бұрын
behind from...?
@SMECmicrodeveloper
@SMECmicrodeveloper 10 ай бұрын
#flutter
@ahmedifhaam7266
@ahmedifhaam7266 10 ай бұрын
Hmm, could someone explain to me why "Description" and "Price" were changed to indexer properties? is it faster to access or something? but a table won't have many columns no? Maybe to configure further constraints for these properties in the model builder? I am kinda lost there. Edit: upon further thinking and reading, I guess you can dynamically add extra fields and just configure the actual fields in the model builder. Im still not sure why youd make fields that are for sure in the actual table an indexer property.. that doesnt need to be dynamic right? (at this point, I feel like my question and doubts are too mixed up and its just becoming a note for me that will go into the void and no one will address haha!) Ok another question, why did it NOT throw error when categoryId was not set to null before?? Also, I thought using navigation properties were the preferred convention, and also more maintanable? perhaps I am wrong, when would you need to stick to just foreingn key ID's? Is it because of performance? does this mean when you use navigation property, whole model is loaded into RAM? could that be the only reason? I am just trying to understand a little bit more. Now, I know already much newer versions of EF is out, just trying to understand these features more, I wonder how these features are now, in EF 7, really interesting though. I hope it's not stupid question, just finishing my first year of programming, loving .NET so far.
@sanjarakhmedov1960
@sanjarakhmedov1960 11 ай бұрын
Good job! I have question. How you can execute this kind of code and catch any exceptions? Could you try to execute it? string code = @" var sum = 0; function stackOverflowSimulator() { sum = sum+1; stackOverflowSimulator(); } stackOverflowSimulator();"; var engine = new Engine(); var result = engine.Execute(code).GetCompletionValue();
@acodersjourney
@acodersjourney 11 ай бұрын
Your content is truly inspiring. Keep up the fantastic work!
@frankhaugen
@frankhaugen 11 ай бұрын
When Immo is arguing for breaking changes, it's a special occasion 😂
@acodersjourney
@acodersjourney Жыл бұрын
Thanks for simplifying coding. Great work!
@acodersjourney
@acodersjourney Жыл бұрын
Thanks for the helpful video on GitHub Quick Reviews! Your explanation was clear and concise, making it easier to understand this valuable aspect of the platform. Keep up the good work in sharing such informative content!
@iwjcs2011
@iwjcs2011 Жыл бұрын
It was awesome spots to consider, thanks a lot. What would you suggest about the techniques to apply for using reactjs in server side rendering and also using multiple server application layers, instead simple API calls, in order to give more security control to the application?
@RicardoBrito-t2f
@RicardoBrito-t2f Жыл бұрын
Hey Mr. CodeTraveler, great to see you again sharing .NET tips, tricks and tools
@Manithan123
@Manithan123 Жыл бұрын
How to setup Orchard core CMS with SQL Server backend?
@MarkusSchaber
@MarkusSchaber Жыл бұрын
The timestamp 00:42:08 seems to be a bit early. I think that 00:45:02 is a closer hit. 🙂
@desynch6555
@desynch6555 Жыл бұрын
This API sucks, it's ugly and difficult to discover. The parser is good and argument conventions are good but I think options and commands should be declared in one place and like a collection initializer, or a class based intialization with attrbiutes should be used (NamingConventionBinder does not seem neat, still complicated). One library out of all command line libraries, which does this properly is PowerArgs (I don't know why it's not more popular). One bad thing about PowerArgs, may be the missing sub-commands feature (maybe they added that recently?). Maybe I should make use of System.Commandline parser and roll out a class-based library on top of it.
@nientedanny
@nientedanny Жыл бұрын
Guys thank you for the great video! Question now .. Can this library Jint be somehow unsafe to use? Consider I would like to use it in a way that the script you pass to the engine as parameter is set by users , so a user can potentially inject any code in it. Can this bring to security issues? Looking forward!
@tharwatmorsy3631
@tharwatmorsy3631 Жыл бұрын
Hello, thank you for the wonderful presentation. Is there a way to directly share user flow charts to Azure Portal or any other visualization tool like Grafana or Power BI? This would allow us to view the charts within these tools without the need to save and upload them through a lengthy process of clicks. The reason I am asking, is there is no integration between user flow chart and KQL unlike other metrics such as page view, and custom events
@KvapuJanjalia
@KvapuJanjalia Жыл бұрын
We all float down here.
@dotnetdevni
@dotnetdevni Жыл бұрын
So all the seniors have jumped ship then
@livewiresoftware4500
@livewiresoftware4500 Жыл бұрын
Dotmim.Sync.SyncException: 'Seems you are trying another Setup that what is stored in your client scope database. You have already made a sync with a setup that has been stored in the client database. And you are trying now a new setup in your code, different from the one you have used before. If you want to use 2 differents setups, please use a different a scope name for each setup. If you want to replace the setup stored in database with a new one, make a migration (see docs).
@Cristina-qd7mn
@Cristina-qd7mn Жыл бұрын
Promo*SM
@alexanderwilliams6527
@alexanderwilliams6527 Жыл бұрын
Flexible, very extensible. You forget to mention powerful, even the more you learn it 😊
@instantwow
@instantwow Жыл бұрын
Enjoyed this tutorial. I have an existing C# application that controls legacy hardware. The C# application is a .exe file. Is there an way to send stream deck commands to this app? This existing app has an existing UI and controls devices through an RS232 port. I can only have one program connected to the port at a time. Curious if this plugin approach would work in this case or if responding to windows messaging events or some other mechanism would be appropriate? Thanks!
@smaug.the.stupendous
@smaug.the.stupendous Жыл бұрын
Wow..., this is very-very powerful.
@PiccoloPizza-qb9go
@PiccoloPizza-qb9go Жыл бұрын
I just joined through a link for keyed services mention on PR and this mechanical keyboard clicking is not only frustrating but terribly rude if the person talking can hear it...
@frankhaugen
@frankhaugen Жыл бұрын
I get why it's important to have these talks, and agree on public shapes, but the IMeterFactory seems so contentious that it's borderline painful. It seems to be a symptom of unclear understanding of what this meter thing is and what it solves. It's almost a "wouldn't it be cool if..." -design as proposed originally.
@frankbanini8884
@frankbanini8884 Жыл бұрын
Can you throw more light on the secret key value in Github actions