Alwin J. Schuster
Alwin J. Schuster
I am using Ubuntu 20.04 with Nvidia driver version 460.73.01 and a Nvidia 2070 Super My /var/crash logs from Nvidia settings: Very long log ``` ApportVersion: 2.20.11-0ubuntu27.16 CasperMD5CheckResult: skip Dependencies:...
I thought react support would be useful and I needed it for a project
### Description `@Matches` never throw a validation error, even if it should. See the example below. **Minimal code-snippet showcasing the problem** ```ts import {validate, Matches,} from 'class-validator'; export class Foo...
**Is your feature request related to a problem? Please describe.** I want to show the version date and time (timestamp of git commit) in addition to the hash to allow...
The text inside the PDF is not select-able and not copy-able. This is because I used a custom font (Open Sans). Is it possible to make the text select-able and...
Hello, first of I want to congratulate you on your awesome project, which I have already installed on all my devices. I am currently working a a custom watcher for...
[asciidoctor-lists](https://github.com/Alwinator/asciidoctor-lists) is a lightweight asciidoctor extension that adds a list of figures, a list of tables, or a list of anything you want! It is convinient and because it is...
### Description Select does not update its value if the state changes. ### Steps to Reproduce ```javascript import React from "react"; import {Select} from "react-materialize"; export default class Test extends...
### Description When using the [class-transformer](https://github.com/typestack/class-transformer) with the OmitType from '@nestjs/swagger' it behaves weird. Instead of mapping the class to an object, it is mapped to an array. **Minimal code-snippet...