Steven
Steven
Added helper methods for using readCSV with java.nio.file.Path Also renamed longDefault to numberDefault in the other helper methods.
Simlilar to https://github.com/zoomsphere/ngx-store/issues/97 but this occurs after upgrading to Angular 13 which uses typescript 4.4 ``` Error: node_modules/ngx-store/lib/utility/storage/storage-event.d.ts:1:22 - error TS2420: Class 'NgxStorageEvent' incorrectly implements interface 'Omit'. Property 'initStorageEvent' is...
I suspect in most containers this isn't an issue, but take the openjdk as an example of the problem. I want a specific container (_12-oracle_), but look how many there...
The network component is expecting parameter names of `visNetworkData` and `visNetworkOptions` https://github.com/visjs/ngx-vis/blob/develop/components/network/vis-network.directive.ts#L29-L51  But ngOnChanges (after initialisation) only makes changes if the variable names are `visData` and `visOptions`, which will...
Angular is mid cycle at the moment, so Angular 15 has been out since November and Angular 16 comes out in approx ~2 months. But this library only support 14....
Latest Spring releases are moving to Jackson3 and the current implementation supports Jackon2 I have created a working version at https://github.com/Stexxen/hypersistence-utils using a `json3` package specfically commit https://github.com/Stexxen/hypersistence-utils/commit/6d390da8265064d8dbdbeb234cbfea11d2a9ff12 I've kept...
Currently the methods in `org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2EndpointUtils` are all package private, and your provided `AuthenticationConverters` make good use of them. So when creating a custom AuthenticationConverter if I want to get the...