Andreas Brekken

Results 39 issues of Andreas Brekken

``` ➜ iec16022 git:(master) ./configure checking for a BSD-compatible install... /usr/local/opt/coreutils/libexec/gnubin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/opt/coreutils/libexec/gnubin/mkdir -p checking for gawk......

### Steps to reproduce this issue 1. Go to the comments for post, such as https://news.ycombinator.com/item?id=12297530 2. Click "Reply" on a comment, such as https://news.ycombinator.com/reply?id=12297924&goto=item%3Fid%3D12297530%2312297924 ### Expected result Loaded page...

Bug

https://www.postgresql.org/docs/9.6/static/sql-createdomain.html

enhancement

### Background `lncli updatechanpolicy` states that the default `--time_lock_delta` is `0`: ``` --time_lock_delta value the CLTV delta that will be applied to all forwarded HTLCs (default: 0) ``` However: ```...

help wanted
beginner
documentation
good first issue
P4

Anyone made this work?

In packages/components-typescript/package.json the fields `main` and `main:src`: refer to files that do not exist: ``` "main": "src/index.tsx", "main:src": "src/index.tsx", ``` The `index.tsx` file is located in packages/components-typescript/index.tsx Are these two...

help wanted
good first issue

I'm trying to harden an OpenVPN installation by adding yubikey otp. Clients currently authenticate using client certificates. I'd like to require yubikey otp on top of that, in case someone's...

``` create function get_next_id() returns int as ... create table mytable (id int default get_next_id()) ```

enhancement