Michael Cummings
Michael Cummings
``` SELECT * FROM information_schema.USER_PRIVILEGES WHERE GRANTEE = '''rocket_test''@''localhost'''; +---------------------------+---------------+----------------------------+--------------+ | GRANTEE | TABLE_CATALOG | PRIVILEGE_TYPE | IS_GRANTABLE | +---------------------------+---------------+----------------------------+--------------+ | 'rocket_test'@'localhost' | def | SELECT | NO | |...
I know for regular use DATABASE_URL includes a actual DB part but on the tests should it have one or does it matter? `mysql://rocket_test:xxx@localhost/rocket_test` OR `mysql://rocket_test:xxx@localhost/`?
Did cleanup of some stuff I was trying and switched back to master and I'm getting some other interesting errors now. ``` error: unused import: `bigdecimal::FromPrimitive` --> diesel\src\mysql\connection\bind.rs:602:9 | 602...
Tried commenting out the drop in `diesel_cli/tests/support/mysql_database.rs` and I'm still getting: ``` running 104 tests thread panicked while panicking. aborting. thread panicked while panicking. aborting. thread panicked while panicking. aborting....
Over 2 years now. How much longer until this is fixed?
Start/re-start CLion. Think it also happens at other random times when it thinks I'm try to enter a emoji but might be a different error then.
Some line numbers look like they changed so thought I'd copy it here again in case it helps. Same as before during exit/start on the same computer. CLion 2021.1.1 Build...
"normal graphic and shapes" = what it does now. Here's an example of something I've been working on lately that I'd like to be able to create with SvgReal. http://pastebin.com/grZs0Djj...
Didn't mean to close the issue :P
I'm using CLion 2020.3 Build #CL-203.5981.166, built on December 1, 2020 Runtime version: 11.0.9+11-b1145.21 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 This is a EAP...