Eric Guan

Results 26 issues of Eric Guan

First off, thanks so much for making this. I love vue's single file components, it just makes sense. I'm brand new to React, and after some googling, it turns out...

Screenshot: https://i.gyazo.com/53bfb2180160e7d86cbee38f40683cef.png This wamp client uses the default anonymous auth, so its confusing how that could fail? Even more confusing is how it sometimes succeeds, and sometimes fails. I suspect...

bug
needs-investigation

**Is your feature request related to a problem? Please describe.** When search results return nothing, the UI is blank **Describe the solution you'd like** Add a slot "noSearchResults" to let...

enhancement
T: feature

Reproduction link (open console): https://jsfiddle.net/guanzo/9dvyfncb/ The script url: https://unpkg.com/[email protected]/lib/v-emoji-picker.unpkg.js I'm actually submitting my application for review very soon, so would appreciate a quick fix. No rush though!!! EDIT: Okay after...

How do I run python with `pipenv run python`, instead of `python`? I've installed a module with pipenv, and now I need the script to import that module, but it...

question

Repo: https://github.com/guanzo/crossbar-stats-bug Reproduction steps are in the readme. The recursion error seems to occur whenever `trigger_after_duration` has a non zero value.

My original network path was: nginx --(websocket)--> crossbar router I could retrieve the source IP with a call to `wamp.session.get`. The transport info included headers sent with the websocket request....

enhancement
core
needs-discussion
needs-design

Took me a while to figure out how to make `Comlink.proxy()` work in node worker threads. I'm not sure that Comlink itself needs to handle this, since the simple workaround...

If I try to call a function on the wrapped object, and that function is not defined on the exposed object, I get this opaque error ![](https://i.gyazo.com/3232ae6de2f9bb6499f6d902e83c6eb3.png) This makes debugging...

enhancement

Wasn't sure if I could upload to a public registry since the docs only mention private registries, but got it working like so Login: ```bash aws ecr-public get-login-password --region us-east-1...