Victor
Victor
Is it possible to parse json into specified descendant class? ``` std::string json = "{ \"name\" : \"Franky\" }" class Person : Poco::JSON::Object { // ... } Person p =...
## Steps to Reproduce 1. Sorry for no test case can not be provided. Bug appears after few days of running large service ### Current Behavior Native crash: ``` *...
Once client connected to other DC it can not proceed work: 1 SendRequestAsync() calls RequestWithDcMigration() 2 it gets DataCenterMigrationException() 3 and calls ReconnectToDcAsync() 4 ReconnectToDcAsync() calls SendRequestAsync< TLExportedAuthorization > i.e....
Data::PostgreSQL connections over network sometimes fails. In this case * session.isConnected() still indicates true * attempt to do session.reconnect() after exception causes exception within PooledSessionImpl::access() What is a right way...
## Expected Behavior Recommendations only for really existing oids ## Current Behavior Recommends setting of vm.overcommit_memory and vm.overcommit_ratio which dose not exist in FreeBSD ## Steps to Reproduce (for bugs)...
Looks like a problem with images: ``` System.ArgumentException: A null reference or invalid value was found [GDI+ status: InvalidParameter] at System.Drawing.GDIPlus.CheckStatus (System.Drawing.Status status) [0x00098] in :0 at System.Drawing.Image.Save (System.IO.Stream stream,...
Are there already any events to track node expand/collapse?
**Describe the bug** AsBoolean() creates INTEGER column instead of Boolean/BIT on SQLite **To Reproduce** ``` public override void Up() { Create.Table("Test") .WithColumn("B") .AsBoolean() .NotNullable(); } ``` **Current behavior** INTEGER column...
## My operating system is (include version): FreeBSD 14.0-RELEASE-p6 ## I installed Certbot with (snap, OS package manager, pip, certbot-auto, etc): pkg ## I ran this command and it produced...
v8.8 brought new color scheme for charts. Rollbacks and deletes are now green as if it was something desired. Is there a way to customize these colors?