Mateusz Kwiatkowski

Results 18 issues of Mateusz Kwiatkowski

If I use `@Emit` decorator in order to emit an event in which I pass some data as well, then I get no data from that event. With code like...

Hi, I ran into some issues with current action. On my server I have files (dot files like `.htacess` and `.env`), which need to stay untouched, while other files need...

Hi, I have noticed that when I use `appear` or `mode` on transition component, both will be included in the HTML after build. Do I make something wrong or is...

Hi, I've done all things, which were described in manual, but still I can find `binder` Kernel with `ls -alh /dev/binder /dev/ashmem` command. Only ashmen directory exists inside `/dev`. On...

Hey, I have implemented the entire logic for the theme toggler and I've noticed that in the dev mode the theme won't get loaded from cookie. What's more, after adding...

I have installed ruby: ``` $ ruby -v ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux] ``` and then `github` (with sudo), but I can't get `githug` command to work. My terminal...

- `mdx-bundler` version: ^9.0.1 - `node` version: 16.4.2 - `npm` version: 8.13.2 What you did: I wanted to update Remix to newest version `1.7.0`. What happened: I'm getting following error...

### What version of Remix are you using? 1.7.4 ### Steps to Reproduce Use test setup from Blues Stack: ```ts // setup-test-env.ts import { installGlobals } from "@remix-run/node"; import "@testing-library/jest-dom/extend-expect";...

bug:unverified

As mentioned in #108 the goal of this PR is to update all dependencies to the newest version and to make required refactoring, so the code compiles as the was...

Hi Olivia! First of all thanks for your time and effort put into preparing this tutorial! I pick up Rust recently and I try to follow your explanation of the...