Andrzej Wielski

Results 6 issues of Andrzej Wielski

Package can't get cached image from custom folder, so on every query image is generated again.

Image route returning next headers: `expires:-1 pragma:no-cache` It's wrong, browser should cache images. How it can be fixed?

Is it possible to create wildcard certificate for domain?

type-compiler could not serialize this kind of legit typescript types: ``` export type Option = OptionType; class OptionType { constructor(val: T, some: boolean) {} } export function Option(val: T): Option...

type-compiler produces empty ops for type `Result` from https://github.com/traverse1984/oxide.ts ``` import { Result } from 'oxide.ts'; export type MyResult = Result; ``` causes broken output: ``` "use strict"; Object.defineProperty(exports, "__esModule",...

## Description Is it possible to provide certificate for WebSocket connection, or ignore TLS error? I tried to provide `rejectUnauthorized: false`, but this options is not supported by react-native-websocket. I...

Needs: Triage :mag: