Valentin
Valentin
v0.6.0 has been released but this feature wasn't part of it.
My PR implements this for Postgres but not other database systems.
Still crashes ``` 00:00:00.414 |E| Application : Unhandled exception caught: System.NullReferenceException: Object reference not set to an instance of an object. at Ryujinx.Ui.MainWindow..ctor(Builder builder) in D:\a\Ryujinx\Ryujinx\Ryujinx\Ui\MainWindow.cs:line 150 at Ryujinx.Program.Main(String[] args)...
As you noticed having this enum allows you to distinguish a single flag from a set of flags. I understand that the usual use case for bitflags is the set...
No technical reason. I had a more complicated command that I was passing the clipboard content to so for this issue I reduced it to echo without thinking about reducing...
This issue can be closed because it has been fixed in serde. https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=b8e482b432ae8de5c2c0d24555dae49a ```rust use std::time::Duration; use serde_json; fn main() { let t = std::time::UNIX_EPOCH - Duration::new(1, 0); println!("{:?}", serde_json::to_string(&t));...
Thank you. When I see this list I still don't know how to pick between Embed and Site. And why would I pick PiP over Thunderdome? Maybe the answer is...
@abonander As far as I can tell Hyper is now async and I cannot use this crate with it anymore, is that correct?
There are two motivations for this change. 1. I feel there is not sufficient reason to move away from whatever cargo thinks a release build should be. For every compiler...
Is it possible that the next lock screen is queued up and immediately appears when I unlock the previous? What does swaylock do if it attempts to lock when the...