typicode
typicode
Hi @jfsiii, Yes, you can do: ```js users.forEach(user => { // will change only in memory db.get('users').upsert(user).value() // you can also use `commit` if you don't need a returning value...
Well, personally I'm not a fan of programs modifying the registry. But maybe it's fine. Do you have a link or some doc explaining which key/value should be added? PS:...
Hey @MickL, Personally, I'd love to release a 1.0 and I'm sorry for the lack of reply on issues. The thing is that it's a bit complicated since I'm doing...
Hi Dan, Wasn't aware of this so thanks for raising this issue :) I've tried binding to 127.0.0.1, but since katon supports xip.io you can still access your dev servers...
Sure, didn't know about this header but I'll be happy to merge :+1:
Hi, It's not possible for the moment to do that with Katon. However you can achieve it using Pow proxy or something like Dnsmask. To understand better your need, may...
Ok, that's interesting. I'm not decided yet if this feature will be implemented or not. However, I'd like to make it easier to work with katon and other technology. There's...
Thanks for letting me know. I've updated the `status` command and fixed another bug related to fresh install. Could you update to `0.8.2` and tell me if you still encounter...
You mean you ran `katon status`? Or another command?
Can you provide an example please? Not sure to understand.