-
Trying out the quickstart guide and hitting an error when trying to build:
```
kuby -e production build
error: undefined method `to_sym' for nil:NilClass
```
I'm sure I've missed something, b…
-
### Describe the issue you are experiencing
After an AC power loss my home assistant installation will not boot. It boot loops with the following information and goes so fast I had to record a video …
Gelob updated
2 weeks ago
-
Hello!
I have an app which uses cordova-sqlite-plugin for its database.
1. If I install cordova-sqlcipher-adapter, can I remove the first plugin? Or do I need both? I tried removing the sqlite-plug…
-
I used the Setup instructions to try to make Vuex-Orm GraphQL Plugin work in my app, but immmediately got several errors. Vuex-ORM works already in my app, but the GraphQL plugin doesn't. Is there som…
-
## Summary
* NR extension wraps calls to `Redis` extension, but [some functions are missing](https://github.com/newrelic/newrelic-php-agent/blob/3f93ee47f80703d46d8fccd53be7d6b80361a594/agent/php_i…
-
### Steps to reproduce
This example ends in error like migrations do during rollback of add_index if a index name ist given
```
require 'bundler/inline'
gemfile(true) do
gem 'activerecord', '…
-
Would it be possible to make a connector for [Doctrine Database Abstraction Layer](http://www.doctrine-project.org/projects/dbal.html) or [PDO](http://php.net/manual/en/class.pdo.php) with own query a…
-
Peerbit is a backend for rxdb and could be a great abstract-level database. Writing a backend module for these platforms will generate buzz within these communities and generate interest.
https:/…
-
## Question
使用canal-adapter进行mysql数据到postgres全量同步
使用接口:curl http://127.0.0.1:8081/etl/rdb/test.yml -X POST
执行结果:{"succeeded":false,"errorMessage":"Task not found"}
canal-adapter/conf/rdb/test.yml内…
-
Currently when you create a new Padrino project with PostreSQL adapter when you try to create or drop the database it tries to call `createdb` or `dropdb` binary as seen in [padrino-gen/padrino-tasks/…