Ryan Crosby
Ryan Crosby
@ghostnguyen Where's the source code?
Looks fantastic, thank you!! Also seems like a very clean example of how to add additional translations in the future.
@raphael-theriault I'm glad the solution works! > We are now facing a scenario where, in some update, we don't want the UPDATE CURRENT_TIMESTAMP to trigger. In other words, we want...
@raphael-theriault I think I understand the issue. The code above should be run in the DbContext during instantiation. ``` builder.Entity().Property(e => e.UpdatedTime).ValueGeneratedOnAddOrUpdate(); builder.Entity().Property(e => e.UpdatedTime).Metadata.SetBeforeSaveBehavior(PropertySaveBehavior.Save); builder.Entity().Property(e => e.UpdatedTime).Metadata.SetAfterSaveBehavior(PropertySaveBehavior.Save); ``` This...
> @endolith have a look at https://github.com/kintesh/containerise Does this extension use the same underlying container system as Firefox's native containers? It just allows more flexible activation of the containers?
I have a very similar setup to the OP. My primary, read only haproxy configuration is stored in `/etc/haproxy/haproxy.cfg`. I then also load `/etc/haproxy/conf.d`. What I want to be able...
@mjsmith707 This fixes PuTTY as well.
No joy on Bash on Ubuntu on Windows either. I installed it with: `sudo apt-get install python-capstone libcapstone-dev` and then ran `make` and it all worked. However, running `sudo ./sifter.py...
@BaderSZ Possibly, I'm running on an Intel 7700K. I'll try to get a native linux instance up and running and see if the problem is still there.
@LoganDark > If you're doing something that critical, Linux or macOS should be a requirement This is pretty elitist, but if we're going to be elitist, why are you lumping...