Jakub Koralewski

Results 19 issues of Jakub Koralewski

You could put it in the README as well. BTW never knew this was an unofficial logo. Amazing 😮

I've done this sucessfully in my chrome extension project before changing it as per the boilerplate. I have a **CSS file** and a **JS file** declared in the "**web_accessible_resources**" option....

Is something like Nuxt's "universal" setting planned to be supported? Where a frontend app's all routes are rendered and saved to html files for faster loads?

The idea is to allow creating animations on locale changes. Right now if you click on a language the new text just snaps into place, but if you could somehow...

Status: Proposal

## Feature request Currently the behavior when you open the extension panel (Ctrl+Shift+F) and try pressing TAB is very weird and inconsistent. I propose for the search to be the...

feature

# Reproduce Open the extension (Ctrl+Shift+F) Press TAB, then try to close the options.

bug

I'm getting a 500 internal server error when visting https://chorale.app/

**Describe the bug** While in full screen (when status bar is hidden) trying to replace a letter with a colon (`:`) brings up the command line popup. **To Reproduce** Steps...

kind/bug

The call to `insert_header` does nothing here: ```rust let followed_page = ResponseTemplate::new(200) .set_body_string(followed_page_html) .insert_header("content-type", "text/html"); ``` and instead requires doing this: ```rust let followed_page = ResponseTemplate::new(200) .set_body_raw(followed_page_html.as_bytes(), "text/html; charset=utf-8"); ```...

cypress ships with TypeScript declarations and supports it ([according to their website](https://docs.cypress.io/guides/tooling/typescript-support.html#Configure-tsconfig-json)). Why isn't it used? The solution being adding a `tsconfig.json` in the `cypress` folder as well as change...