Results 5 issues of Ernie Francis

the type checking for the return object inside an action doesn't seem to work as intended? i had a problem where I updated the model and I was passing in...

bug

i want to send messages to the websocket.

Is it possible for this project to support typescript as well as es2020 syntax for the API? like instead of ```js whois.lookup('google.com', function(err, data) { console.log(data) }) ``` we could...

I added a script to preprocess svelte files with different Template,Script and Style languages and spit out vanilla .svelte files. This is to serve 2 use cases for a component...

are all the response objects marked as 'any'? Ill remember to add typescript types for the response objects and submit a PR.