aleb_the_flash
aleb_the_flash
Partial `echartInstances.setOption` method's parameters are supported in `react-echart` mapping. Refer to the [method documentation](https://echarts.apache.org/en/api.html#echartsInstance.setOption) for more details. `echartInstances.setOption` accepts either : parameters ``` (option: Object, notMerge?: boolean, lazyUpdate?: boolean) ```...
@hustcc could you please review and merge this PR ?
According to the [uvicorn](https://www.uvicorn.org/) documentation, the framework installs "Cython-based" dependencies like `uvloop` and `httptools` **"if possible"**. Using `uvicorn`, should automatically install and utilize the `uvloop` event loop, same for `httptools`....
@AntoLC , I'm curious if you might encounter a similar issue with the pop-in position as you did with the date picker component. Has its position already been made dynamic?
yes ofc @NathanVss, please have a look to this merged PR [here](https://github.com/openfun/cunningham/pull/133), initiated by @AntoLC
I would really appreciate this feature 🤗
@jbpenrath Yes, do we agree that the custom date format should be used only for displaying the date in a particular format? It is generally recommended to use ISO string...
It's natively not supported, I would need to add a custom mapping of date segments to override the existing ones, as this [github answer](https://github.com/adobe/react-spectrum/discussions/4322#discussioncomment-5812967). Few questions: - Would you have...
According to their documentation, you should run the following to properly reset the session: ``` function userLogout() { // Execute this sequence when your users are logging out Crisp.setTokenId(); //...
Additionally, by utilizing WebGL2 like Twilio, we can achieve higher-quality effects that align more closely with the methods described by the Google Meet team in their 2020 papers. You can...