Denis Kniazhev

Results 7 issues of Denis Kniazhev

This library seems to not be supported anymore. Is there a maintained fork?

Every call to `TwitterTextParser.parseTweet` now creates a new `TwitterTextParseResults` object, which in turn has 2 nested `Range` objects. While this makes sense for server development it is a terrible pattern...

java

When examining the graphql requests sent by the Apollo client in Networking tab of developer tools I see a warning "Provisional Headers are shown". It seems that the headers are...

NOTE: This is reproducible reliably on my Lenovo P780. I can't reproduce it on any emulator. Some items disappear randomly while dragging, leaving gaps. Later, when dragging different items, items...

STR: in the example comment out gridView.setOnDragListener call in GridActivity. Now when long clicking on an item the dragging doesn't start immediately. Add gridView.setOnDragListener back (even with empty onDragStarted and...

# Bug report ## Describe the bug Subscription can't be created on 2025-03-31.basil because of this change https://docs.stripe.com/changelog/basil/2025-03-31/add-support-for-multiple-partial-payments-on-invoices#use-for-payment-element-integrations instead of `expand: ['latest_invoice.payment_intent']` it should be `expand: ['latest_invoice.confirmation_secret']` instead of ```...