Assil Ksiksi

Results 16 issues of Assil Ksiksi

Jai is a compile-to-C language targeting game development. It is still being worked on by Jonathan Blow, creator of Braid and The Witness. There is no website for the language...

on hold

Hello! The OAuth implementation/wrapper provided with Play WS fails when a request for a token is made (i.e., the first step in the OAuth handshake). The remote server (Evernote in...

status:backlog

The library is now broken because of changes to the categories. Instead of codes like they were previously, categories are now appended to the URL. Example of old URL params:...

bug

Right after the player first appears, some tiles get invalid tile attributes written to bank 1 of VRAM. The data should have been written to bank 0. For some reason,...

bug

This may require a re-write of the core Gameboy to use an event scheduler instead of a lock-step emulation approach.

This behavior would be controlled by a flag with default = `false`. Directory structure: ``` $ ls service-a.nix service-b.nix volumes.nix networks.nix default.nix ``` Where `default.nix` looks something like this: ```nix...

feature

We would need to use [`docker cp`](https://docs.docker.com/reference/cli/docker/container/cp/#examples) to copy applicable secrets into the container. The reason is that that this is a **runtime** feature and therefore requires running commands after...

feature
compose

Here: https://docs.docker.com/compose/compose-file/build/ For a Git based build context, the generated Nix derivation needs to: 1. Clone the repo (with a correct hash) 2. Build a Docker imagee This can be...

feature

These are the two areas that need review. Also, the latest double-speed fix broke DK: Country, so that should probably be reverted lol.

bug

Look at this for a usage example: https://github.com/docker/compose/blob/main/cmd/compose/compose.go

compose