cdalexndr

Results 50 issues of cdalexndr

# Description Formatted sql results in almost empty lines. [wrap_after](https://sqlparse.readthedocs.io/en/latest/api/#formatting-of-sql-statements) option seems to be what it is needed to fix this. # Input Before Beautification This is what the code...

Trying to delete cookies for domain `.google.com` but nothing happens. The cookies are not protected. Clearing with Firefox's `Manage cookie and site data` works.

I want to simulate an expired cookie. Cannot save date if the cookie will be expired. The date is shown in red, and save has no effect. Workaround: set cookie...

### Mockito 3.11.1 ``` public class MockitoTest { private static class ValueHolder { private final String value; public ValueHolder( String value ) { this.value = value; } public String getValue()...

Mockito 3.12.4 Test sample: ``` private static class MyClass { public int val() { return 1; } public int proc(int val) { return val; } } @Test public void test()...

**org.mockito:mockito-core:3.9.0 org.mockito:mockito-inline:3.9.0** Running a test suite. Without using `mockito-inline`, the failing test works. I need `mockito-inline` for a test that mocks static class, but this ruins other tests. ``` Mockito...

> > You don't have access to inspectit-performance.atlassian.net. > > Your email address doesn't have access because inspectit-performance.atlassian.net has reached its license limit. > > You can request access from...

Using spring boot 2.1.6.RELEASE, ispectit 1.9.3, java jdk 12.0.2 ``` 19:34:09.369 [main] INFO rocks.inspectit.agent.java.SpringAgent - Location of inspectit-agent.jar set to: C:\Developer\InspectIt\agent\inspectit-agent.jar 2019-07-25 19:34:09,494: [inspectIT] 197 [ main] INFO spectit.agent.java.SpringAgent -...

How to use with postgres db?

**Describe the bug** Formatting sql with [postgres operator](https://www.postgresql.org/docs/12/functions-textsearch.html) `@@` adds a space between resulting in invalid sql `@ @`. **To Reproduce** Steps to reproduce the behavior: 1. Format `lexeme @@...

formatting
pg
triage