Afonso F

Results 5 issues of Afonso F

When I try to transfer a binary file to the remote server it arrives corrupted there. I guess it's because the transfer mode ASCII.

* **Please check if the PR fulfills these requirements** - [x] The commit message follows our [guidelines](/chrismaltby/gb-studio/blob/develop/.github/COMMIT_MESSAGE_GUIDELINES.md) - [x] Tests for the changes have been added (for bug fixes /...

Version: 8.12.0 **Ajv options object** Code ```javascript const Ajv = require('ajv') const schemas = { '#/definitions/Zoo': { 'properties': { 'animal': {'$ref': '#/definitions/Animal'}, }, }, '#/definitions/Animal': { 'properties': { 'id': {'type':...

limitation
usage

* Platform: `Ubuntu 22.10` * Installed packages: `unzip git gcc cmake make build-essential libxmu-dev libxi-dev libgl-dev libglfw3-dev libgl1-mesa-dev libglu1-mesa-dev libgl1-mesa-glx glx-alternative-mesa` * glew: `2.2.0` * sdl: `SDL2 branch` I'm trying...

I am experiencing an incorrect typing issue in TypeScript when using Omit on an interface that inherits properties from a grandparent interface. Steps to Reproduce * Define a grandparent interface...

bug
help wanted
good first issue