Yumcoder

Results 5 comments of Yumcoder

my code works correctly ``` // config-overrides.js const { override, fixBabelImports, addLessLoader, addWebpackModuleRule, addWebpackAlias, addWebpackPlugin, // eslint-disable-next-line import/no-extraneous-dependencies } = require('customize-cra'); const path = require('path'); const AntdDayjsJalaliWebpackPlugin = require('antd-dayjs-webpack-plugin'); module.exports...

moon icon for dark mode (such as telegrama and twitter night theme)

https://github.com/YumcoderCom/antd-them-switch-cra

when I prompt "Describe the image in detail. /Users/..../figure-8-2.jpg" in the cmd everything works as expected. But, when running the prompt from langchain (3.9 and 3.10, 3.11) the result was...

``` import nextra from "nextra"; const withNextra = nextra({ theme: "nextra-theme-docs", themeConfig: "./theme.config.tsx", latex: true, defaultShowCopyCode: true, }); export default { ...withNextra({ reactStrictMode: true }), output: "export", images: { unoptimized:...