Robert Koritnik

Results 10 issues of Robert Koritnik

Medium.com editor is evolving and they've changed image insertion a few times. Is it possible to implement image insertion as it's currently implemented on Medium.com within Medium.js? How would one...

In your `$q` decorator you should return promises within functions that you add to `$q` otherwise it's not possible to continue with either `.then` or `.catch` or whatever required.

Suppose I have these: SQL ``` sql create table dbo.Entity ( Id int identity not null primary key, Code char(32) not null default (lower(replace(newid(), '-', ''))), CreatedOn datetime not null...

enhancement
up-for-grabs

I have a query and a mutation endpoint. They use auto-invalidation using `providesTags` and `invalidatesTags`. But the problem I'm having is that the moment the mutation invalidates the cached query...

### What is the problem you're trying to solve? I would like to use stylelint to lint my CSS-in-JS style definitions of my React application that uses MUI components. MUI...

I would like to configure CSP in the appsettings.json but as the title suggests also prevent adding the header for some requests that don't make sense (similar to how it's...

Watchers check watched expression value differences and for this to work they save previous value. The problem is that this can have a major impact on resources as sometimes our...

type: feature
component: forms
type: perf
needs: public api
component: scopes

I'm using Sly to vertically scroll a bunch of items, but touching and dragging the items seems to bubble up to content and scrolls content instead of the items. When...

Reproduce bug: 1. Open demo in Google Chrome 2. Write few lines of text 3. Select some of these lines and convert to UL/OL 4. Click the same button again...

### Plugin Type VSCode Extension ### Cline Version 3.38.3 ### What happened? Yesterday I wanted CLine to update my memory bank after I've completed some complex app feature. I've had...

VS Code
bug