Falk
Falk
I happen to have a ATtiny2313 in my hands, and I really want to make it work. For now I'm following the steps described here: https://www.instructables.com/id/How-to-Program-ATtiny2313-Current-and-Updated/
Yes, I see the description is quite short, I'm sorry for that. The problem appears when in one page you use a filter on the search field (on the bottom)...
I changed `search_field` to `search_text` and it made the job. I didn't read the whole file to understand what is going on behind the scenes, I just trusted my intuition....
I find this idea very interesting, my use case would probably be to visually check if what I'm writing is correct. I have used in the past tools graphviz/dot to...
> This would allow skidl to not have to worry about complex automated positioning and allow users to use what ever algorithms they want to use. Also a good idea,...
Hi @Kouty , I'm pretty stuck trying to make this i18n to work. I don't know if it's because I'm dumb, or because it's poorly documented, or because the documentation...
Nice, it works! Unfortunately it works only in the scope of the component where I put the language selector. how can I pass the language to other components? I tried...
Hi, no problem, things take time, it's normal. Per component is my idea, each component has it's own `` tag. This is how my setup looks like: Is this the...
I understand that Original refers to the in-memory "original" entity rather than the entity that's in the database in the moment of the transaction. My issue here is that it...
So I rephrase the question: How to detect if a entity has been retrieved from a `DbSet` and modified or if it has been created in some other way?