David Benko Iseppon
David Benko Iseppon
You have to set Cookies and User-Agent, because Cookies are associated with the User-Agent that was used to generate it
So how you create a channel with a self signed certificate? The ChannelCredentials constructor doesn't accept a SecurityContext and instead create its own.
> > > @davidbnk there's [another issue with code sample](https://github.com/grpc/grpc-dart/issues/134#issuecomment-502473319) to extend `ChannelOptions` and specify how you want to dial the connection. > > Btw i've tried what you're looking...
I had also a hard time finding good tips on workflow and production recommendations. Some good ones I found: - You can use the same node_modules for dev and production...
@FWirtz No problem! @Starefossen Sure, will do
Using this in MySQL: ``` let mut tx = conn.begin().await?; tx.execute("SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;") .await?; ``` Gives: ``` 1568 (25001): Transaction characteristics can't be changed while a transaction is...
That was my assumption too, but if you remove the relationship between Product and Category, you can set an id to video and it will work fine (the video will...