Florian Morello
Florian Morello
I wish I had time ! :\
will look into it
Well, that mean I would have to subclass NSObject for all the trakt objects. Which is kind of a pain ... Why do you need to conform to nscoding ?...
Hi ! I used the tvml (look and feel) as an example. It does look like a traditional UIAlertController with a star rating subview. So basically what I want to...
Applicable Feed selector doesn't not work on Safari ## Expected Behavior when you select "Applicable Feed" that should display your feeds ## Current Behavior doesn't display feeds ## Possible Solution...
Since originalTransform is CATransform3D : ``` self.mdc_viewState.originalTransform = CATransform3DMakeAffineTransform(CGAffineTransformMake(1, 0, 0, 1, 0, 0)); ```
Yep same error over here I am on a Mac M 2 on a simple geoname index ``` GET https://localhost:9200/geonames/_mapping HTTP/1.1 200 OK content-type: application/json; charset=UTF-8 content-length: 714 { "geonames":...
I have tried 3.0.0 and 3.1.0 Same error With a simple docker run single node I'll send u the complete command tomorrow !
docker cmd ``` docker run -p 9200:9200 --rm -e node.name=geonames-node -e discovery.type=single-node -e OPENSEARCH_INITIAL_ADMIN_PASSWORD=xxx -e OPENSEARCH_JAVA_OPTS="-Xms1g -Xmx1g" opensearchproject/opensearch:2 ```
So if you start os with this command ```shell docker run -p 9200:9200 --rm -e node.name=geonames-node -e discovery.type=single-node -e OPENSEARCH_INITIAL_ADMIN_PASSWORD=xxx -e OPENSEARCH_JAVA_OPTS="-Xms1g -Xmx1g" opensearchproject/opensearch:3 ``` http get / output ```json...