Lucia Sarni

Results 25 comments of Lucia Sarni

I have changed the way I authenticate to the one recommended: ``` OsClient client = OSFactory.builderV3() .endpoint(endpoint) .credentials("admin", "secret", Identifier.byId("user domain id")) .scopeToProject(Identifier.byId("project id")) .authenticate(); ``` And I'm using v...

I was doing a couple of things between the authentication and the put (as getting the endpoint url for swift and updating the `"X-Container-Meta-Temp-Url-Key"`) but I commented those out and...

@tomsawdayee I needed it for Bluemix so I did [this](https://gist.github.com/lsarni/96622c76506a13e4875fe8c1b4b13af1)

There is [this codepen](https://codepen.io/pixelchar/pen/rfuqK), I built a workaround for my case based on that but it's too hacky. ``` column do "#{day}: #{order.meal.menu.name}".html_safe end ``` ``` #attributes_table_arbre_html_menu { .column-title {...

I created an issue #390 but when we updated to the latest version and this was fixed. We use this gem `bootstrap-wysihtml5-rails` and upgraded from 0.3.1.23 to 0.3.3.8.

@flaxsearch Thanks, unzipping didn't change anything but I downloaded a newer version of the Stanford NER. Now I'm struggling getting an old version of Solr, since the new ones don't...

Are there any updates on this or a workaround?

Never mind, I realized that it is implemented. I just need to use `RegistrationIds` instead of `To` like this: ``` var message = new FirebaseNet.Messaging.Message() { RegistrationIds = notificationsIds, Notification...

Actually, I realized that using `RegistrationIds` isn't the same to creating a device group. Right now there isn't a way to create one or to add/remove registration ids from it....

We are having the same issue with `FlashList`. It's also reported on that repo but the issue is not of the library but of react native. https://github.com/Shopify/flash-list/issues/875