Garry Hill
Garry Hill
Possible to run using something like runit or can I monitor the process from within elixir?
**What steps did you take and what happened:** I've just installed openebs as part of k0s on an aws ec2 instance with 2 disks, the host disk and a separate...
Hi, I'm trying to run WebGL projects on the server using [node-webgl](https://github.com/mikeseven/node-webgl) and pipe them through ClusterGL to a big video wall. I'm having trouble getting ClusterGL to work with...
With the latest Xapian (1.2.15.1) a `false` stopper raises: ``` ArgumentError: Wrong arguments for overloaded method 'QueryParser.stopper='. Possible C/C++ prototypes are: void QueryParser.stopper=(Xapian::Stopper const *stop) void QueryParser.stopper=() from /Users/garry/.rvm/gems/ruby-2.0.0-p247@mediagreenhouse/bundler/gems/xapian-fu-23859675dcbc/lib/xapian_fu/query_parser.rb:100:in `stopper='...
I see in your readme you'd be willing to look at an ARM port given the right hardware. I'd be more than happy to get you a Raspberry Pi 2...
Also includes fixes for: - Support for booleans encoded as `"true"` and `"false"` coming from the shapes associated data triggers
- [x] VAX-1679 - [ ] Protobuf naming https://github.com/electric-sql/electric/pull/768/files#r1560987046 - [ ] assign id cleanup: https://github.com/electric-sql/electric/pull/768#discussion_r1560994540 - [ ] re-order migrations: https://github.com/electric-sql/electric/pull/947#discussion_r1542087930
Example trigger sql: ```sql -- example perms check for insert with project scoped table CREATE TRIGGER "__electric_permissions__comments_INSERT" BEFORE INSERT ON "comments" FOR EACH ROW WHEN NOT ( SELECT CASE WHEN...
With the move to per-shape storage and consumers, deleting a shape while the snapshot is being produced will result in the associated db connection process exiting. Our previous strategy of...