Aleksandr Savvopulo

Results 14 issues of Aleksandr Savvopulo

I have authentication based on cookie. I can set headers in config, but how can I see raw response from the server to extract cookie value? Thanks.

From the source code I see that BeforeCapture event has no very important fields like 'type' and 'source'. onBeforeCapture is the only one place, where DOM modification can be applied...

untriaged
unconfirmed-bug

The page https://docs.dndkit.com/api-documentation/context-provider has a section about layout measuring. But code sample presented there doesn't work in "@dnd-kit/core": "^6.0.5". Sample provided: ``` import {DndContext, LayoutMeasuringStrategy} from '@dnd-kit/core'; ``` Actual code...

For some reason, when drag started, the active rect has no data. event.active.rect.current.initial is null. ``` const onDragStartHandler = (event: DragStartEvent) => { console.log(event.active.rect.current);

My idea is to have custom collision detection, that will replicate beautiful-dnd behaviour. It has feature that detects the side (above middle or below middle) of droppable and move draggable...

If you take a look on the example : https://master--5fc05e08a4a65d0021ae0bf2.chromatic.com/?path=/story/presets-sortable-multiple-containers--basic-setup And try to drag item out of the box, outside of sortable context, you will see that dragged item retains...

I have multi workspace setup. Opened Intellij Idea IDE on first workspace, and another instance of Idea IDE with another project on second workspace. Saved session and restarted machine. Expected...

Doing assertion like this: `JsonPathAssert(ctx).jsonPathAsString("$.entities").isEmpty();` And got following exception: ``` java.lang.RuntimeException: Invalid or non Implemented status createArray() in class net.minidev.json.writer.BeansMapper$Bean at net.minidev.json.writer.JsonReaderI.createArray(JsonReaderI.java:98) at net.minidev.json.parser.JSONParserBase.readArray(JSONParserBase.java:235) at net.minidev.json.parser.JSONParserBase.readFirst(JSONParserBase.java:300) at net.minidev.json.parser.JSONParserBase.parse(JSONParserBase.java:154) at net.minidev.json.parser.JSONParserString.parse(JSONParserString.java:58)...

it would be very convenient to accept string along with DocumentContext, and do the parsing under the hood. In most cases that saves some space that is pretty important in...

enhancement

I see last commits done 5 years ago. Project is dead?