Skip to content

Timothy Lau is Contributing…

@0xlau’s recent pull requests on GitHub.

PostHog/posthog.com

Something wrong in docs
npm install -g posthog-cli
npm install -g @posthog/cli

facebook/react

Summary

This PR addresses a pending TODO comment left in #34499

https://github.com/facebook/react/blame/eb2f784e752ba690f032db4c3d87daac77a5a2aa/compiler/apps/playground/components/Editor/ConfigEditor.tsx#L37

This change removes the temporary workaround and replaces it with <Activity>, as originally intended.

How did you test this change?

  • Updated the component to use <Activity> directly
  • Verified the editor renders correctly in both development and production builds.
  • The <Activity> UI updates as expected.
Arc.mp4
electron-userland/electron-builder

close #8674

develar/app-builder
emscripten-core/emscripten

: )
Although the JavaScript engine can handle this situation, attempting to handle both resolve and reject for the same Promise in the code logic indicates that the code structure is not sufficiently rigorous and may have design flaws. This can obscure the intent of the code and potentially confuse other developers.

streamlabs/desktop

EAvailableFeatures.guestCaProduction -> EAvailableFeatures.guestCamProduction

0xlau/biliplus
vuejs/vitepress

close #3783

Usages

actions:
    - theme: brand
      text: lorem ipsum
      link: https://test.com
      startIcon:
          src: /test.svg
          alt: test
          width: 18
          height: 18

or

actions:
    - theme: brand
      text: lorem ipsum
      link: https://test.com
      endIcon: <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.172 11l-5.364-5.364l1.414-1.414L20 12l-7.778 7.778l-1.414-1.414L16.172 13H4v-2z"/></svg>

About Docs

interface HeroAction {

  // .....

  // Show the left icon on action button.
  startIcon?: ActionIcon

  // Show the right icon on action button.
  endIcon?: ActionIcon
}

type ActionIcon =
  | string
  | { src: string; alt?: string; width?: string; height: string }
  | {
      light: string
      dark: string
      alt?: string
      width?: string
      height: string
    }

ScreenShot

image
moeyua/astro-theme-typography

dart -> dark

0xlau/biliplus

close #8

image

0xlau/biliplus
vuejs/vitepress

close #3658

After multiple attempts to build the old version, I ultimately attributed the issue to the pull request in #3359.

I think it's a problem with VPLocalNavOutlineDropdown, because after deleting it in the VPLocalNav.vue file, this issue was resolved.

To delve deeper, it is the problem caused by onClickOutside of the @vueuse/core.

vuejs/vitepress

close #3641

If the configuration directory of VitePress is outside the project root directory, the project will not run correctly, so add this validation logic to ensure that the path entered by the user is within the root directory.

p1

vuejs/vitepress

close #3622

It looks like a bug in #3622.

According to the docs about createContentLoader, the glob pattern should be relatived to the source directory instead of project root.

0xlau/biliplus
0xlau/biliplus

完成视频封面显示观看人数的实现

0xlau/biliplus
timqian/chinese-independent-blogs
dromara/dromara.github.io
Sub logo
ulivz/vt

允许自定义Toc.vue的标题

bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage

新增疑难解答板块;
更新V1.0.2的更新日志;

bryan31/liteflow-homepage

liteflowx特别鸣谢的头像本地缓存;
新增1.0.1更新日志

bryan31/liteflow-homepage

解决公告框重复弹出问题;
新增不再提示功能;

bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
bryan31/liteflow-homepage
gabriel-ar/wlan_api

参考文档:https://docs.microsoft.com/en-us/windows/desktop/api/wlanapi/nf-wlanapi-wlanhostednetworksetsecondarykey

pucKeyData、dwKeyLength参数应该包括结束符'\0'。


Last fetched: