Michele Cantelli
Michele Cantelli
Any plan for supporting React Server Components introduced in next12? https://nextjs.org/blog/next-12#react-server-components
I'm getting this warning while deploying using serverless cli ``` Serverless: Configuration warning at 'functions.cron.events[0].schedule': unrecognized property 'timezone' Serverless: Serverless: Learn more about configuration validation here: http://slss.io/configuration-validation ```
Here's the pull request. I also fixed the leakage issue.
When running the cli with ```python3 ./yowsup-cli demos -y -l XXXX:XXX -E android --debug``` I get this ``` DEBUG:yowsup.layers.logger.layer:rx: ¨vîJâÊT°à:KÂÔþV HEX3:b'a8769a91ee4ae2ca54b0e03a4bc2d4fe60085699' DEBUG:yowsup.layers.logger.layer:tx: } fSèéÂÞäu¸á,À!8ì?Ìu{,sÈ iã}z(21lÖ Ö¨Ç^{ì@Ü1vÉc ^g9¢µ» HEX3:b'7d8a9589096653e8e9c2deb708e475b8e17f2cc01821973817ec3fcc759737087b2c73c8206919e37d7a28328696316c8406d60a10d6a8c75e7bec9740dc31821d8a76c9630a5e6739a281b58fbb' DEBUG:yowsup.layers.network.layer:Disconnected, reason:...
This PR will add an helm chart for fluxcloud. It also supports helm repository automatic publishing to a github pages (thanks to [this github action](https://github.com/J12934/helm-gh-pages-action)). In order to have this...
It would be great to have the ability to customize `ExecutionDataflowBlockOptions` (in order to change i.e. `MaxDegreeOfParallelism` or `BoundedCapacity`) when adding a block to the pipeline.