knrdl

Results 7 issues of knrdl

``` root@0894bd42a72c:/go/cli# ./loophole http 3000 --hostname test Loophole - End to end TLS encrypted TCP communication between you and your clients Registering your domain... Error! Request Error (500): Internal server...

bug

Currently the CountOptions look like this: ``` export interface CountOptions extends Logging, Transactionable, Filterable, Projectable { /** * Include options. See `find` for details */ include?: Includeable[] /** * Apply...

Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your PR is dealt with swiftly please check the following: - [X] Submit one item...

addition

A rss/atom/json feed would be nice, so subscribers can get informed when additional projects arrive on the list

enhancement
good first issue

the type hint for getClosestFeatureToCoordinate() is missing that it can return `null` too: ```javascript new VectorSource().getClosestFeatureToCoordinate([0, 0], feat => false) // → null new VectorSource({ features: [] }).getClosestFeatureToCoordinate([0, 0]) //...

### Marko Version: 6.1.1 ### Details ```shell $ docker run -it --rm node:slim npm init marko Need to install the following packages: [email protected] Ok to proceed? (y) y > npx...

type:unverified bug