Maja Kądziołka

Results 55 issues of Maja Kądziołka

**Description** If vulkan is not available on a machine that's running Wayland, the application will crash in `eglTerminate`. This has previously been thought to have been fixed in #4650, but...

type: bug
backend: gles

The command output window (on the bottom-right by default) tends to be empty a lot of the time, taking up valuable space, which can be an issue when dealing with...

## User story I have used the script from [this section](https://borgbackup.readthedocs.io/en/stable/quickstart.html#automating-backups) of the documentation to create a backup. At the end, I got an information that ``` terminating with warning...

question

Load the following file: ```agda data A : Set where bad : A very : A → A pattern good = very bad -- {-# DISPLAY very bad = good...

Here is a minimal example distilled from `agda-stdlib`'s `Relation.Unary`: ```agda Pred : Set → Set₁ Pred X = X → Set _⊆_ : ∀ {X} → Pred X → Pred...

hidden arguments
constraints
faq

Because of the `ToBytes` impls on arrays and slices, which do not make use of `to_bytes` of the underlying type, implementing `ToBytes` makes a promise to unsafe code. This should...

Consider the following ``` - step one - step two - big reveal: step three!! muaha ``` None of the following work right: ``` - step one - step two...

For example: ``` > {pause exec-at-pause} > ```slip-script > ... > ``` ``` This will not work, because `exec-at-unpause` got typo'ed as `exec-at-pause`. Of course, some attributes might still be...

I believe that the example here wasn't updated for the new engine: https://slipshow.readthedocs.io/en/stable/tutorial.html#starting-animations (the `slip` object gets recreated anew. what you need to do instead is declare a global. or...