Andrew S.
Andrew S.
Added new assertions for URI and URL for exhaustive parameters check #### Check List: * Fixes #2153 * Unit tests : YES * Javadoc with a code example (on API...
This code not generating OAS 3 annotation. It still use old annotations, I'm not able forced using OAS 3 annotations on generated code :( ``` plugins { id 'org.hidetake.swagger.generator' version...
I set explicitly locale in the constructor ` Faker f = new Faker(Locale.ENGLISH);` but if I call `f.commerce().price()` it returns number in computer locale format. I think it is becouse...
ran in powershell with admin permissions ``` powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.ps1'))" ``` ends with error: ``` Fatal Python error: init_fs_encoding: failed to get the Python codec...
Hello will be some bugfix release? Because from last release look that there are some new bug fixes.
It seems that only good flashing is from root folder and file main.py Will possible to have tree structure and flash from every file? When I try it it is...
Would be possible use as type of property value class which contains supported type e.g. String?
It could be nice to have preview window on every function to show example/result of function, cause some function description/name is no so clear, and this will help lot for...
At this line, I recommend you to use the following code. https://github.com/PerfectDreams/ExposedPowerUtils/blob/bbde850bb7e19da71e5f28b0d129de7ab731ac3c/postgres-java-time/src/main/kotlin/net/perfectdreams/exposedpowerutils/sql/javatime/JavaTimestampWithTimeZoneColumnType.kt#L25C11-L25C60 ` return "'${dateTimeStringFormatter.format(value)}'"` it is not good by that formatter, because it put into database without zulu timezone...