Maja Kądziołka

Results 55 issues of Maja Kądziołka

If an enum is called `FooBarBaz`, `EnumCount` will name the constant `FOOBARBAZ_COUNT`. I believe `FOO_BAR_BAZ_COUNT` would be more expected. This can be achieved by `heck`, which is already a dependency...

enhancement
feedback wanted
breaking change

The only thing I'd change about this library is the way const fn support is handled — once const fn traits get stabilized, I'll be able to remove a lot...

breaking change

Steps to reproduce: 1. Create a new deck: ``` npm init code-surfer-deck my-deck cd my-deck npm start ``` 2. Open `localhost:8000` in Firefox. 3. Press right arrow a few times....

Say you want to modify the code slightly in the next slide: ``` [](string const &L, string const &R) { // to [](string const &L, string const &R) -> bool...

This would be a PR if not for the fact that I don't trust myself to get the values right. I think the exact numbers depend on whether you're reading...

I'm using the `dev3` branch, and while it mostly works fine, I've tried connecting to an ssh server and calling `interactive()`: ``` from pwn import * s = ssh(host='bandit.labs.overthewire.org', port=2220,...

help-wanted
mystery

Every time I want to use a savestate, I have to doublecheck the key bindings - is shift used to save or load? If I get it wrong, either the...

Beginner-Friendly

The repository is [here](https://github.com/liji32/samesuite). I'm not aware of any pre-compiled ROMs, but you only need [RGBDS](https://github.com/rednex/rgbds) and make to compile them. I picked some tests at random, all failed: -...

accuracy

When playing the following ROM: ``` 64f43161eb16eb1be99262c36867bc79 Prehistorik Man (USA, Europe).gb ``` on commit `86fd56ee2dc9e78e1ed5b408c831230d9a3418ca`, I observe two problems: 1. When the publisher logo appears (TITUS with a fox), the...

bug
accuracy

ROM available [here](https://github.com/LIJI32/GBVideoPlayer/releases). Expected behavior: https://www.youtube.com/watch?v=c5HfmaDCVsY Actual behavior: a few colorful rectangles display on screen and change a few times.

bug
accuracy