Filip Jakab

Results 15 issues of Filip Jakab

When renaming variable inside with-else block inside tuple # System Plugin Version: 12.2.0 Application: RubyMine (2021.3.2) Operating System: Linux (5.16.11-arch1-1) # Event ## Exception ### Stacktrace ``` com.intellij.psi.PsiInvalidElementAccessException: Element class...

Kind:Bug

**Describe the bug** When Typing a module name followed by dot menu appears showing module's members. This list of members includes private functions as well. When such function is used,...

Kind:Enhancement

Hello, Im trying to use this library and I have come across an issue. For simple text like: `Some body` the library outputs just the original text thats good but...

**Describe the bug** When using interpolation (inserting values into translations) I discovered unexpected behaviour. Message with placeholders like this: `Hello {username}` works but when you try: `Hello '{username}'` (wrapping in...

Hello, just spent some time searching the code base for when and how is the auth session cookie created because we have a security requirement that this cookie needs to...

When I set working hours from e.g. 11:00 AM to 2:00 AM (next day) and it is now 16:39 it says I'm outside working hours. (running on Linux)

bug

Hello, I am just starting out with this plugin and found out issue with injecting `` tags. With following `HtmlTagDescriptor`: ``` { injectTo: "body-prepend", tag: "input", attrs: { type: "hidden",...

### Describe the bug I have a project that indirectly depends on jquery (unfortunately). The jquery is marked as external and I copy `*.min.js` files to the output so that...

Hello, is it possible to allow empty translations? By a quick look I think this is the relevant code: https://github.com/kaisermann/svelte-i18n/blob/0516bb417c4d510e5cd5d225b60cb6ad469118a5/src/runtime/includes/lookup.ts#L31 In my case, it currently works like this: With translations:...