Podbrushkin

Results 10 issues of Podbrushkin

HttpConnector doesn't work in embedded database in Spring Boot application. Example below uses SDN, but I think it doesn't work with raw Spring Boot also. ### Steps to reproduce 1....

bug

If `.dot` file contains commented-out lines with `#`, it cannot be parsed, exception is being thrown: ``` guru.nidi.graphviz.parse.ParserException: Found unexpected character '#' at guru.nidi.graphviz.parse.Lexer.ident (Lexer.java:121) at guru.nidi.graphviz.parse.Lexer.numeralOrIdent (Lexer.java:98) at guru.nidi.graphviz.parse.Lexer.token...

This [doc page](https://neo4j.com/docs/graph-data-science/current/installation/installation-docker/) provides this command: ```bash docker run -it --rm \ --publish=7474:7474 --publish=7687:7687 \ --user="$(id -u):$(id -g)" \ -e NEO4J_AUTH=none \ --env NEO4J_PLUGINS='["graph-data-science"]' \ neo4j:latest ``` ## Expected behavior...

This is how Settings window looks like in Windows 11, 4k resolution, 300% system scaling. Contents of "Substitution text" text area are barely readable. ![image](https://user-images.githubusercontent.com/110057725/217347453-1bdbc0d0-b193-472a-bdb3-b61416b7bf78.png) And this is what happens...

## Guidelines Following this official video: https://www.youtube.com/watch?v=iyjgOR7nBck In neo4j desktop execute this: ``` call apoc.load.json('C:/Users/user/Desktop/openAlexConcepts/conceptsAll.json') YIELD value RETURN value LIMIT 10 ``` ## Expected Behavior A series of dictionaries returned....

bug

* Operating system: Windows 10 * Python 3.10.8 Hello, I can't run your application - `python import_one.py Q2` fails with `TypeError: 'NoneType' object is not subscriptable` error. I have no...

Right now (Gephi 0.10.1) if Edge table has a numeric column, you can't use it to change edge thickness (without making it a weight). You have to change the whole...

Wishlist
To review

### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the latest version - [x] Search the existing issues. ### Steps...

Quite often I experience this algorithm never returning with thread dumps looking like this: ``` "main" #3 [10220] prio=5 os_prio=0 cpu=31.25ms elapsed=88.63s tid=0x00000112a866f880 nid=10220 waiting on condition [0x0000000c4eaff000] java.lang.Thread.State: WAITING...

### Describe the bug It works in all apps, but not in Kate text editor. ### How To Reproduce In Kate press Win+V, pick an entry and press Space/Enter ####...

bug