Steve Fan

Results 196 issues of Steve Fan

Although it's a niche use case, I'd like to try this out on an AWS Graviton2 server out of bravery. Both `tune` and `cpu` supports `neoverse-n1` target since GCC 9...

``` root@oke-cqvx6lmu7tq-n53p2xjht6a-sprtokcbswq-0:~/svends# box86 ./svends_i686 -game svencoop -console +map _server_start +maxplayers 12 -port 27015 Debug level is 1 Dynarec is off Box86 with Dynarec v0.2.5 8a71c6bc built on Mar 23 2022...

Postgres is literally the only sane database solution for people who use ARM-based K8S, e.g. RPi, Graviton, Ampere cluster with proper DB HA, backup, scaling right now (and Percona didn't...

Here's an example ```golang type Config struct { Port uint16 } ``` config.yml: ``` port: 8080 ``` ``` FILEWATCHER | 2022/06/11 19:46:20 adding file to watch: ./config.yml panic: reflect.Set: value...

### Describe the bug Ditto to title ### Input code ```typescript import { Entity } from "typeorm/decorator/entity/Entity" import { Column } from "typeorm/decorator/columns/Column" import { PrimaryGeneratedColumn } from "typeorm/decorator/columns/PrimaryGeneratedColumn" @Entity()...

C-bug
E-easy

Here's a sample query: ```ts expect( await this.db.getSetsMembers(['test', 'test1']), ).toIncludeSameMembers([ ['1234', '5678', 'abcd'], ['5678', 'abcd'], ]) ``` But ``` Error: expect(received).toIncludeSameMembers(expected) Expected list to have the following members and no...

### Owner note [Scroll to `typegraphql-nestjs` package info ⬇️](https://github.com/MichalLytek/type-graphql/issues/135#issuecomment-606199943) ## Original post I was wondering if there could be more support for Nest.js, in particular, integration with an authorization endpoint...

Enhancement :new:
Community :family_man_girl:
Discussion :speech_balloon:

**Is your feature request related to a problem? Please describe.** I'm currently frustrated at doing this repetitively: ```ts ... @Field(() => Boolean, { name: 'have_children' }) get haveChildren (): Promise...

Enhancement :new:
Community :family_man_girl:

Please consider adding support for [alsatian-test/alsatian](https://github.com/alsatian-test/alsatian)! They offered TAP support so it should be readily compatible with generic test readers?

feature request

We could start from the [ARM64EC](https://docs.microsoft.com/en-us/windows/uwp/porting/arm64ec) and progressively change it to native ARM.