-
Ran bundle update on an existing project, which updated forest_liana gem from 1.9.8 to 2.0.0, installed successfully. Tried to boot the app locally and failed with the following boot error:
`C:/Rub…
-
Hi guys, how are you?
First of all, thanks for the work that you put into Boomerang. It's amazing.
So, I'm trying to get info of restiming plugin, but I'd notice that the restiming object parse have…
-
When adding the Nuget I get a problem that my bootstraper and the one in OpenApi interfere.
Located multiple bootstrappers:
- Web.Api.Core.ApiBootstrapper
- Nancy.OpenApi.Infrastructu…
-
I've run into an issue that's hard to track down. We have an app that needs to connect to 70 different databases on the same server to perform migrations, insert data, and generally bootstrap our dbs.…
-
Hi oleg, first of all i would like to thanks such a great library provided. it would be great helpful if you help on this issue
the below code i'm using also i have tried with different options lik…
-
I have the following code to connect to IPFS
```typescript
const repoPath = String(Math.random());
const node = new IPFS({
repo: repoPath,
IpfsDataDir: '/tmp/testipfs-zabirauf-7',
// dev…
-
Hey everyone!
Currently the framework is booted by using the file `bootstrap/http.js` and `bootstrap/kernel.js`. Those files are hardcoded in the `adonis-app` repository and are difficult to update…
-
Hello,
My team is enjoying nanocloud a lot, and at the moment we are trying to figure out how to recover from a dead tunneler process on remote nodes (if the remote machine has restarted or similar).…
-
What's the reason to prevent the error propagation [here](https://github.com/mcollina/avvio/blob/master/boot.js#L228)?
The user is not able to catch the error in the ready event after a ready or af…
-
Looks to me like the bootstrapper will throw an unhandled `Error` back to `app.js` if one of `PouchDB()` calls at https://github.com/medic/medic-webapp/blob/master/static/js/bootstrap.js#L85, https://…