Igor Berlenko

Results 143 issues of Igor Berlenko

What's the recommended way to run chisel in production? Need to make sure exceptions are handled properly and chisel server can be auto-restarted when it fails. It happens sometimes it...

In my application each user interacting with his own encrypted data synced across his devices, and therefore I need to have a new sqlite instance spin up for every user.....

Possible? ![image](https://user-images.githubusercontent.com/4569866/186881903-92861d06-3e02-499c-a29a-f713674108c2.png) ``` deno run scripts/first.ts ``` Unfortunately, throws an errors ``` Relative import path "@chiselstrike/api" not prefixed with / or ./ or ../ Module not found "file:///home/sleekfive/board-dapp-second/models/b-banner". ```

I built app around chisel endpoints and now looking to provide offline-first access to it.. possible to run built-in chisel server in frontend app / electron ?

enhancement

Need to be able notify remote kafka from handler when processing POST request from user

enhancement

Currently events are implemented for Kafka topics But actually I need to have side effects triggered when new rows added by chisel handlers

enhancement

![image](https://user-images.githubusercontent.com/4569866/196047893-32337a14-05f7-4aa7-9cc9-d06e74c6b364.png)

bug

I think the method that takes the blockchain as input and returns the actual balances of users should be implemented in this repository. Does blockchain without actual state make any...

https://github.com/thecreazy/chiccocoin/issues/2

**Before you start.** * [x ] I have checked the [Rejected Features](https://github.com/kickscondor/fraidycat/wiki/Rejected-Features) page. * [ x] I have searched the issue tracker for a feature request that matches the one...

enhancement