Radoslav Stoyanov
Radoslav Stoyanov
I was about to request exactly the same thing! It'd be a really helpful feature. Is there any update about it?
@chadselph I tried this on `2022.1.2`, but it didn't help.
I can confirm that adding the VM options solves the problem for `2022.2 EAP`, but does not for the earlier non-EAP versions.
> @rdlf0 did you manage to solve the problem? I filed a new ticket for it: #798 @rmetzger I switched to the 2022.2 EAP (currently in beta) as it was...
Hey @captainbrosset, thanks for the quick response! Yes, the `Styles` pane. And yeah, I meant the CSS **declarations**, sorry for using the wrong term above saying _rules_. My idea was...
Yeah, that's a rally good point. Property collapsing might be the best way to get around it. I imagine it as a setting like "Sort CSS declarations alphabetically" with a...
You can try this: ```java final MongoClientSettings mongoClientSettings = MongoClientSettings.builder() ... other client settings ... .codecRegistry( CodecRegistries.fromRegistries( CodecRegistries.fromCodecs(new YourCodecClass()), MongoClientSettings.getDefaultCodecRegistry())) .build(); final Datastore ds = Morphia.createDatastore(MongoClients.create(mongoClientSettings)); ```
Wait until Morphia bumps this.
@dependabot rebase
@dependabot rebase