Hao Wu

Results 146 comments of Hao Wu

Here is your question polished with an answer: Polished question: How should I design an event log table to log critical user activities in an app or website? Answer: Here...

Designing an event log table to log critical user activities in an application or website involves identifying the important activities you want to track, selecting the relevant data to store,...

doable, but might introduce new bug. todo in the future

To sync the sort order with an origin data source, you can use the `onUpdate` event handler provided by Sortable. Here's an updated code example that shows how to use...

claude+ Here's how you can use the Sortable.js library with Vue 3: 1. Install Sortable.js: ```bash npm install sortablejs ``` 2. Import it in your Vue app: ```js import Sortable...

https://github.com/Chanzhaoyu/chatgpt-web/issues/1456

1. url 2. api key. 3. context msg length

I understand that you want to create a menu with two levels (menu and submenu) using Vue 3's composition API and the Naive UI library. Here's a simple example of...

have simliar problem. the problem goes away after I pull the base docker image and re-run the build command.

check: https://github.com/grpc/grpc-web/issues/351#issuecomment-445565737 cookie will send to grpc server automatically if it is same domain. and you could get the cookie from the metadata.