aetherus

Results 11 issues of aetherus

**OS**: CentOS Linux release 7.8.2003 (Core) **PostgreSQL版本**:12.3 (yum 安装) **gcc版本**: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39) **postgresql12-devel**: 已安装 备注:在Ubuntu 20.04 + PostgreSQL 12的环境下安装pg_jieba没问题。 **出错的命令**: ``` cmake -DPostgreSQL_LIBRARY_DIRS=/usr/pgsql12/lib -DPostgreSQL_INCLUDE_DIRS=/usr/pgsql12/include -DCMAKE_CXX_FLAGS="-Wall...

OS: Elementary OS Loki Postgresql 9.5.5 Logged in as sudoer Source downloaded into `~/Downloads/` Running command `USE_PGXS=1 make && make install` stdout: ``` [gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute...

In [the sax mode documentation](https://github.com/willemdj/erlsom/blob/master/doc/reference.md#parse_sax), > Option = {continuation_function, CState, CFunction} | ... there is no documentation about the `CState`. Can it be anything? Also, in the documentation of `CFunction`,...

When I run ``` ruby @session = Capybara::Session.new(:rack_test_json) @session.post('/some/path', {some: 'data'}) ``` It just gives me `NoMethodError: undefined method 'post' for #`. The same for other HTTP verbs and `.json`...

Hi, nikhaldi I wrote a custom email notifier: ``` ruby module ExceptionNotifier class DynamicEmailNotifier < EmailNotifier def call(exception, options={}) options.reverse_merge!(exception_recipients: Admin.where(notified: true).pluck(:email)) super end end end ``` and added the...

A user can have one of 2 roles: contributor and window shoppers. Role is chosen when sign up, but not verified when sign in (not an authentication_key). TODO: 1. Add...

I'm using `HtmlPolicyBuilder` to build my HTML sanitization policy and I came across the issue that the doctype declaration is always removed after sanitization. How can I build a `PolicyFactory`...

The `OK` and `Cancel` buttons overflow. ![screenshot from 2014-02-18 14 21 44](https://f.cloud.github.com/assets/2230789/2192332/2cf59060-9865-11e3-8518-82bba6d8f2ff.png) The Listener configuration dialog is not resizeable, so I cannot get the buttons back. My environment: Ubuntu linux...

When a task's id is changed, the `sourceRef` or `targetRef` attributes of the `SequenceFlow`s that starts from or ends to the task do not change accordingly. This leads to deployment...