intellild

Results 10 comments of intellild

Hi @leonardfactory can you look at this ?

@leonardfactory I made the babel-plugin-macros dependency optional

@leonardfactory There are two problems. * The project boilerplate may not support adding babel plugins, such as create-react-app * I don't want to affect some one else's code in a...

Sorry for the late, migrated to posix path

I recommand middleware style ``` onRequest(context, next) { // logic next(); // if next is not called, it qeuals to override } ``` user can optional run `super` logic before...

I vote for it. I have something similar and I call it `IOSubject`. It is very similar to`WebSocketSubject` and I use `IOSubject` to abstract WebWorker, MessageChannel, WebSocket and Socket.IO.

The real scenario is more complex, the model is ouside of vue and 'computed' to another framework data, for example, some chart library. There could be multiple frameworks constructs the...

I ran into this issue. It seems the bug is at client side. I got three different ids in duplicated messages and network request The last message in the second...

> I ran into this issue. It seems the bug is at client side. I got three different ids in duplicated messages and network request > > The last message...

I am using vite and import css as a url, then manully load it to shadow root with link element. Many styles are broken. I manually copied some properties parts...