Joe Blau
Joe Blau
`cmd` + `return` is create. `return` is select template.
Ah yeah I guess I could see that working. That would require a little bit more work with Select 2 and I'm not actively adding functionality to this project anymore....
Great suggestion. I do have a few questions about how users would know what the yellow background would actually mean. Also it's the web so anything is possible — Right...
Have you thought about his this may also apply to the command line?
I played with this for a little bit a few days ago; there is no quick parameter that can be set in Select2 that enables this. This can be done,...
I re-looked into this when I was updating the site. Select 2 has a way to use arbitrary keys to select a tag, but that seems to just act as...
To be clear, the issue is with Xcode 9.3, not High Sierra. I'm on 10.13.4 and my build works fine with Xcode 9.0.1, but fails with Xcode 9.3. That being...
> > I also had to remove `data-[disabled]:pointer-events-none data-[disabled]:opacity-50` from here > > ```js > > const CommandItem = React.forwardRef< > > React.ElementRef, > > React.ComponentPropsWithoutRef > > >(({ className,...
Also running into the same issue. I can have Sign in with Apple or sign in with everything else (Google/Discord/Twitter)
I'm seeing the same issue. I've tried https://github.com/einaros/ws https://github.com/Worlize/WebSocket-Node https://github.com/miksago/node-websocket-server And I get this error: ``` Error: {"wasClean":true,"code":1002,"advice":"reconnect","reason":"wrong handshake"} ```