Vasily Postnicov

Results 10 issues of Vasily Postnicov

Hi. I am running `common-lisp-jupyter-20211207180130` from Ultralisp on SBCL 2.2.0 and have the following jupyter packages ~~~~ vasily@vonbraun:~ % pkg info | grep noteb py38-nbclient-0.5.9 Client library for executing notebooks...

Hi. This PR adds FOLDL (left-associative reduce) for generators and ITAKE which acts like TAKE but returns a generator instead of a list. I also fixed signalling of condition in...

https://github.com/shamazmazum/nibbles-streams A thin wrapper around `nibbles` which allows you to create binary streams with changeable element type and endianness.

canbuild

Hello. This is my attempt to move to SDL2, making it possible to run this game natively on Wayland. The attempt is almost succeeded, but you cannot change screen resolution...

When trying to boot with bhyve or real hardware, the bootloader loads about 116000 pages and then fails with the following: ~~~~ vasily@resurrected:/home/shared/test % bhyve -c 2 -m 10G -w...

wish-list-target

As discovered in #360, cheating for weapons (`CTRL+2`) results in some problems. These problems are: * Weapons obtained with cheating cannot be removed from the inventory. * They use ammo...

Hi! This PR fixes reading of npy files in the case when dtype equals to `"?"` (for boolean arrays).

The same restarts must be provided in these both cases. More transparent "container" abstraction must be available to solve this problem.

This PR fixes toolbar toggling when entering/leaving fullscreen, as the title says. This is what it looks like before the patch: Leaving fullscreen mode: ![20240605_10h15m17s_grim](https://github.com/atlas-engineer/nyxt/assets/812069/cdc42ac3-baba-405b-938b-728493018b90) Entering fullscreen mode: ![20240605_10h15m00s_grim](https://github.com/atlas-engineer/nyxt/assets/812069/d397d7c6-198e-47c0-a408-73f5c06d6848) When...

Hi! This PR adds an ability to decode and encode NaN and Infs representing them as actual floating point values. Also I've added type declarations for encoders and decoders.