Jan Philipp Bittner
Jan Philipp Bittner
did you experience these issues with firefox?
There may be some problems here. 1) Snapdrop puts you in a room with the clients having the same ip, which are usually clients that are behind the same NATed...
yes, it will be done today
https://github.com/najtin/snapdrop-lan Beware that this setup requires a STUN server in the LAN These are the changes i made to snapdrop: https://github.com/najtin/snapdrop-lan/commit/ddd80eb9022ed7d0db600a80163ebea7fc36f4ef#diff-0861d6d6b50d7d695344bf2d86d6e5e6 https://github.com/najtin/snapdrop-lan/commit/58a5cb1a7f44db6711541ef0190b16f652ac9214 there seem to be an issue with the...
> @willstott101 thanks a lot for your suggestions! I agree with almost all your perspectives. Paul and I just scribbled a possible UI here  > > Basic idea is...
thanks for these helpful comments! just wanted to add that v0.2.880 is also broken
I replaced the main method in the diesel_cli at the commit you referenced with the following: ```rs fn main() { use dotenvy::dotenv; dotenv().ok(); let database_url = std::env::var("DATABASE_URL").expect("DATABASE_URL must be set");...
I find until to be confusing. It could also be from 0 until 5. Would you mind if the parameter would be `greater` instead of `until`, or something similar?
i would not like my applications to be able to delete sent notifications
here is a similar issue of another project. https://github.com/neoclide/coc-solargraph/issues/6#issuecomment-493997609 seems like some part of the applications does not include the the content length in the html header