Satoshi S.
Satoshi S.
## Description On this PR, I'm fixing the bugs mentioned in [Attempt to update Connexion library to version 3 #36052](https://github.com/apache/airflow/pull/36052#:~:text=Hey%20%40potiuk%20%40vincbeck%20!%0AThe%20latest%20update%20on%20this%20issue%20and%20the%20list%20of%20the%20errors%20we%20need%20to%20fix%20to%20be%20able%20to%20upgrade%20Connexion%3A) ### Blueprint can't be retrieved due to Connexion Upgrade Update...
### Description It's better to have links to the partner icons. - Wemakedevs https://wemakedevs.org/ - 4C https://www.4c.rocks/ ### Screenshots  ### Additional information _No response_
## Related issue closes #115 ## Updates - Added isDefault to Emoji - if isDefault is set false, the style will be empty instead of `{ width: "1em", height: "1em",...
I was working on a vertical alignment [issue](https://github.com/open-sauced/app/issues/1509). They use the Emoji component. It would be nice if there is an option to empty the emoji style. This issue is...
## Issues When you search [Blog page](https://airflow.apache.org/blog/) for any word (ex. airflow), it does not work properly.  It's supposed to return related matched posts by keyword....
## Related Issue Fixed #1147 ## Updates - Added `div` to the Indicator component to capture mouseOver events. ## Screenshot  ## Reference I referred to [this link](https://stackoverflow.com/questions/57527896/material-ui-tooltip-doesnt-display-on-custom-component-despite-spreading-props#:~:text=Your%20Tooltip%20is%20not%20working%20properly%20because%20the%20child%20of%20a%20Material%2DUI%20Tooltip%20must%20be%20able%20to%20hold%20a%20ref.)
**What do we need to build or fix?** - Blog posts should show up. **Technical details** Probably animation doesn't get triggered because of the window ratio. **Approach suggestions** Need to...
**What do we need to build or fix?** There are 404 errors on the production blog page. It works fine locally. **Technical details** No errors show up on the browser...
### What went wrong? 🤔 When I run an app, a warning in the browser terminal comes up as the screenshot shows. ### Expected Behavior Getting no warnings. ### Steps...
## Related Issue #1553 ## Problem Md mode uses the react-markdown library to render markup language. It creates a different structure like ``` value ``` This is why some styling...