Questions tagged [nimble]

Nimble is a Grails plugin and provides kickstart authentication and authorization functionality to any Grails application.

Nimble is a Grails plugin and provides kickstart authentication and authorization functionality to any Grails application. Nimble provides beautiful UI and ready to use functionality for login, user registration, password reset, Users, Roles, Groups and permission management. Nimble provides administration portal from where all of the above stuff can be managed. Its possible to extends nimble administration portal to add other administration functionality for your application.

Nimble is based on Apache shiro security framework

Features

  • Out of the box support for authentication and authorization
  • Login
  • Registration
  • Forgot password
  • UI for managing Administrators
  • UI for managing users
  • UI for managing user groups
  • UI for managing roles
  • UI for assigning roles and permissions to users and groups

Documentation:

Github

Demo

37 questions
1
vote
0 answers

How to UITest labels in xib/nib

We have a nib with few labels (ex: SubmitterName). This nib is on the view controller that has tableview. During our UI Test, we are able to see all the elements from the tableview, but we do not see anything from nib. We are using Quick/Nimble. …
1
vote
1 answer

HLS streaming on mobile device with flow player

I am facing problem with playing recorded video(with hls streaming using Nimble streamer) with flow player on mobile devices, it works fine with desktop but when we try it with mobile browser, it says video file not found, but it is there. Please…
Nirmal
  • 161
  • 15
1
vote
0 answers

409 HTTP ERROR when trying to send a JSON string in POST request

I need to make an HTTP POST sending a JSON string in body request, in the simplest way possible. The api is this: 'api.nimble.com/api/v1/contact' (https://nimble.readthedocs.org/en/latest/contacts/basic/create/). The JSON is a String variable (not…
1
vote
0 answers

Get non-authenticated user's details

In some CRM applications, I've seen functionality which looks like it is pulling FaceBook feeds for private profiles of other users/customers... how is this done? One example of this functionality is from Nimble:…
0
votes
0 answers

ESP32-C3 NimBLE client-server implementation. Trouble with service discovery

I'm working on this project where I'm using two ESP32-C3 microcontrollers. I'm trying to use BLE ( NimBLE stack specifically ) to connect them to share some data. I never worked with BLE or anything similar before so this was quite challenging. I…
f0dor
  • 15
  • 4
0
votes
1 answer

How to set up a Half-Normal Prior in NIMBLE?

Can you give me example to write half-normal prior using Nimble package in R? For example, if I want my precision variable "tau.b" to follow a Half-Normal(0, 2.5), will it be correct if I put it as below? for (k in 1:nvar) {b[k] ~…
0
votes
0 answers

Non-sendable type DispatchTimeInterval exiting main actor-isolated context warning when using toEventually

I'm using Nimble to create tests. When I try to test a class that is annotated as a main actor. The toEventually method shows me the following warning: Non-sendable type 'DispatchTimeInterval' exiting main actor-isolated context in call to…
0
votes
0 answers

BleMesh model to handle 4bytes of data

I am using Nimble BleMesh stack on Esp32 and my application needs to transfer 4bytes of data between client and server node. Which mesh model should be used in this case?
0
votes
0 answers

Is it possible to send 20bytes of data between BleMesh models using Nimble BleMesh stack on Esp32?

I want to send 20bytes of data between 2 custom BleMesh models which are configured in a Server and Client node respectively. In the current setup of the firmware, the Server node pings the Client node with 3bytes of data request in a specific…
0
votes
2 answers

ESP-IDF NimBLE Control the Relay and send the relay status to Client

I am so new in BLE and I found a code from github for send and receive ble data. My question how can I convert the printf("Data from the client: %.*s\n", ctxt->om->om_len, ctxt->om->om_data);receive BLE data. Its mean ı want to create a pointer for…
o-ozdemir
  • 3
  • 2
0
votes
1 answer

undefined error with calling ble_gatts_count_cfg function

I am programing my esp32 to be able to advertise my custom services/characteristics. I am failry new to esp idf and I am struggling to program bluetooth using nimBLE. during building,there is no error thrown but while monitoring, i receive the…
userK123
  • 1
  • 3
0
votes
1 answer

Adding "Nimble" xcframwork to unit test target

I am manually precompiling and providing dependencies of my app in form of xcframework. Now linking those to my regular app is just fine, but now the unit test targets are a bit of a problem. I am trying to link them via OTHER_LDFLAGS (with…
Martin Mlostek
  • 2,755
  • 1
  • 28
  • 57
0
votes
1 answer

How to set up Nimble server without really using WMSpanel?

This has been asked before, and the accepted answer was to use WMSpanel which clearly did not answer the question of how to use it WITHOUT the panel.
user4212
  • 1
  • 1
0
votes
1 answer

How to test view controller with XIB file using Quick?

I'm using Quick library for unit testing. I'm trying to test ViewController, view of which is made as XIB. I connected view with file owner, and view component with view controller. And for viewDidLoad test, I accessed view to trigger…
undervine
  • 59
  • 6
0
votes
1 answer

nimble-restivus package does not work in Meteor GraphQL

I setup GraphQL in Meteor server, and I created a simple API using nimble-restivus package. But I can not call to this API. Please help. This is API setup: var Api = new Restivus({ useDefaultAuth: true, prettyJson: true, }); …
linhnh
  • 111
  • 1
  • 1
  • 6